RecoverEmailInput
All input for the recoverEmail mutation.
input RecoverEmailInput {
clientMutationId: String
id: String!
ago: String
}
Fields
RecoverEmailInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
RecoverEmailInput.id ● String! non-null scalar
RecoverEmailInput.ago ● String scalar
Member Of
recoverEmail mutation