OBJECT
ProfessionalCreatePayload
Result of the professionalCreate mutation
link GraphQL Schema definition
- type ProfessionalCreatePayload {
- # If set, contains the successfully created professional user.
- # If null, the user could not be created because the input data was invalid.
- # Please use the `userErrors` field to get more details regarding the errors that
- # occurred.
- : Professional
- # List of errors describing why the input data was invalid and the user could not
- # be created.
- : [ProfessionalCreateUserError!]!
- }