INPUT_OBJECT
ProfessionalSetSkillsInput
Input for the professionalSetSkills
mutation.
link GraphQL Schema definition
- input ProfessionalSetSkillsInput {
- # Id of the professional user to update.
- LegacyId! :
- # Ids of the skills to assign to the user.
- # Users can be organised by skill in order to automatically direct visitors
- # towards the right agent.
- # For in-depth documentation, please check the following page:
- # https://help.iadvize.com/hc/en-gb/articles/203444283-Use-the-skills.
- LegacyId!]! : [
- }