INPUT_OBJECT

SkillCreateInput

Input to create a new skill

link GraphQL Schema definition

  • input SkillCreateInput {
  • # Name of the new skill
  • name: String!
  • # Id of the parent skill
  • parentId: Int
  • # [Deprecated: use the location field] Location of the skill
  • address: String
  • # Telephone number
  • telephoneNumber: String
  • # A description of a location, with address, longitude and latitude
  • location: LocationCreateInput
  • }

link Require by