INPUT_OBJECT

SkillDeleteInput

Input to delete a new skill

link GraphQL Schema definition

  • input SkillDeleteInput {
  • # Id of the skill to delete
  • skillId: Int!
  • }

link Require by