OBJECT

UserUpdatePasswordPayload

Autogenerated return type of UserUpdatePassword

link GraphQL Schema definition

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

link Require by