OBJECT
ProfessionalSetSkillsPayload
Return type of the professionalSetSkills
mutation.
link GraphQL Schema definition
- type ProfessionalSetSkillsPayload {
- # If set, contains the successfully updated professional user.
- # If null, the skills could not be set because the input data was invalid. Please
- # use the `userErrors` field to get more details regarding the errors that
- # occurred.
- Professional :
- # List of errors describing why the input data was invalid and the skills could
- # not be set.
- ProfessionalSetSkillsUserError!]! : [
- }