OBJECT

ProfessionalUpdatePayload

Result of the professionalCreate mutation

link GraphQL Schema definition

  • type ProfessionalUpdatePayload {
  • # If set, contains the successfully updated professional user.
  • # If null, the user could not be updated 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 user could not
  • # be created.
  • userErrors: [ProfessionalUpdateUserError!]!
  • }

link Require by