PasswordForgotVerifyCodeInput
No description
input PasswordForgotVerifyCodeInput {
clientMutationId: String
token: String!
code: String!
}
Fields
PasswordForgotVerifyCodeInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
PasswordForgotVerifyCodeInput.token
● String!
non-null scalar
Password forgot token
PasswordForgotVerifyCodeInput.code
● String!
non-null scalar
Code
Member of
passwordForgotVerifyCode
mutation