PasswordForgotSendCodePayload
No description
type PasswordForgotSendCodePayload {
clientMutationId: String
passwordForgotToken: String!
}
Fields
PasswordForgotSendCodePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
PasswordForgotSendCodePayload.passwordForgotToken
● String!
non-null scalar
Returned by
passwordForgotSendCode
mutation