OBJECT

ProfessionalSetExternalIdPayload

Return type of the professionalSetExternalId mutation.

link GraphQL Schema definition

  • type ProfessionalSetExternalIdPayload {
  • # If set, contains the successfully updated professional user.
  • # If null, the external id 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: Professional
  • # List of errors describing why the input data was invalid and the external id
  • # could not be set.
  • userErrors: [ProfessionalSetExternalIdUserError!]!
  • }

link Require by