VerifyEmailCodeInput
No description
input VerifyEmailCodeInput {
clientMutationId: String
code: String!
uid: String!
service: String
}
Fields
VerifyEmailCodeInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
VerifyEmailCodeInput.code ● String! non-null scalar
The code to check
VerifyEmailCodeInput.uid ● String! non-null scalar
Account uid
VerifyEmailCodeInput.service ● String scalar
Member Of
emailVerifyCode mutation