OBJECT

UserResetPasswordPayload

Autogenerated return type of UserResetPassword

link GraphQL Schema definition

  • type UserResetPasswordPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [Error!]
  • user: UserWithAuthToken
  • }

link Require by