INPUT_OBJECT

ProfessionalSetProjectsInput

Input for the professionalSetProjects mutation.

link GraphQL Schema definition

  • 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 for
  • projectIds: [LegacyId!]!
  • }

link Require by