SignUpPayload
Autogenerated return type of SignUp.
type SignUpPayload {
clientMutationId: String
message: String
requestStatus: String
}
Fields
SignUpPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
SignUpPayload.message
● String
scalar
To acknowledge successful sign-up
SignUpPayload.requestStatus
● String
scalar
Status of the request to create the account.
Returned By
signUp
mutation