Skip to main content

RecoverAccountInput

All input for the recoverAccount mutation.

input RecoverAccountInput {
clientMutationId: String
id: String!
ago: String
}

Fields

RecoverAccountInput.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.

RecoverAccountInput.id ● String! non-null scalar

RecoverAccountInput.ago ● String scalar

Member Of

recoverAccount mutation