PasswordForgotSendCodeInput
No description
input PasswordForgotSendCodeInput {
  clientMutationId: String
  email: String!
  metricsContext: MetricsContext
  resume: String
  service: String
  lang: String
  redirectTo: String
}
Fields
PasswordForgotSendCodeInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
PasswordForgotSendCodeInput.email ● String! non-null scalar
Users email
PasswordForgotSendCodeInput.metricsContext ● MetricsContext input
PasswordForgotSendCodeInput.resume ● String scalar
PasswordForgotSendCodeInput.service ● String scalar
PasswordForgotSendCodeInput.lang ● String scalar
PasswordForgotSendCodeInput.redirectTo ● String scalar
Member Of
passwordForgotSendCode  mutation