INPUT_OBJECT
Repeated password input (matches Symfony RepeatedType subfields)
input ChangePasswordPlainPasswordInput {# The new passwordfirst: String!# Confirmation of the new password (must match first)second: String!}