INPUT_OBJECT

ChangePasswordInput

link GraphQL Schema definition

  • input ChangePasswordInput {
  • # Email of user performing reset.
  • email: String
  • # New password for user.
  • password: String
  • }

link Require by