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