OBJECT

signUpPayload

Autogenerated return type of signUp.

link GraphQL Schema definition

  • type signUpPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • initialMessage: String
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • nextRequiredStep: String
  • token: String
  • user: User
  • whitelabelSetting: WhitelabelSetting
  • }