INPUT_OBJECT
SkillCreateInput
Input to create a new skill
link GraphQL Schema definition
- input SkillCreateInput {
- # Name of the new skill
- String! :
- # Id of the parent skill
- Int :
- # [Deprecated: use the location field] Location of the skill
- String :
- # Telephone number
- String :
- # A description of a location, with address, longitude and latitude
- LocationCreateInput :
- }