INPUT_OBJECT

ChangePasswordPlainPasswordInput

Repeated password input (matches Symfony RepeatedType subfields)

link GraphQL Schema definition

  • input ChangePasswordPlainPasswordInput {
  • # The new password
  • first: String!
  • # Confirmation of the new password (must match first)
  • second: String!
  • }