PasswordForgotCodeStatusPayload
No description
type PasswordForgotCodeStatusPayload {
clientMutationId: String
tries: Float!
ttl: Float!
}
Fields
PasswordForgotCodeStatusPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
PasswordForgotCodeStatusPayload.tries ● Float! non-null scalar
PasswordForgotCodeStatusPayload.ttl ● Float! non-null scalar
Returned By
passwordForgotCodeStatus mutation