INPUT_OBJECT

SkillUpdateInput

Input to update a existing skill

link GraphQL Schema definition

  • input SkillUpdateInput {
  • # Id of the skill to update
  • skillId: Int!
  • # Name of the skill
  • name: String!
  • # Id of the parent skill
  • parentId: Int
  • # Location of the skill
  • address: String
  • # Telephone number
  • telephoneNumber: String
  • # A description of a location, with address, longitude and latitude
  • location: LocationUpdateInput
  • }

link Require by