StartForgotPasswordPayload
Autogenerated return type of StartForgotPassword.
type StartForgotPasswordPayload {
clientMutationId: String
message: String
status: StatusResultEnum!
}
Fields
StartForgotPasswordPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
StartForgotPasswordPayload.message
● String
scalar
StartForgotPasswordPayload.status
● StatusResultEnum!
non-null enum
Returned By
startForgotPassword
mutation