INPUT_OBJECT
Input for the professionalSetProjects mutation.
professionalSetProjects
input ProfessionalSetProjectsInput {# Id of the professional user to update.userId: LegacyId!# Ids of the projects to assign to the user.# The project ids determine which projects the professional user will be able to # handle conversations forprojectIds: [LegacyId!]!}