OBJECT

ProfessionalUnsetGroupPayload

Return type of the professionalUnsetGroup mutation.

link GraphQL Schema definition

  • type ProfessionalUnsetGroupPayload {
  • # If set, contains the successfully updated professional user.
  • # If null, the group could not be unset because the input data was invalid. Please
  • # use the `userErrors` field to get more details regarding the errors that
  • # occurred.
  • professional: Professional
  • # List of errors describing why the input data was invalid and the group could not
  • # be unset.
  • userErrors: [ProfessionalUnsetGroupUserError!]!
  • }

link Require by