INPUT_OBJECT
Input to update a existing skill
input SkillUpdateInput {# Id of the skill to updateskillId: Int!# Name of the skillname: String!# Id of the parent skillparentId: Int# Location of the skilladdress: String# Telephone numbertelephoneNumber: String# A description of a location, with address, longitude and latitudelocation: LocationUpdateInput}