INPUT_OBJECT
Specifies the fields required to reset a Customer’s password.
input CustomerResetInput {# The reset token required to reset the customer’s password.resetToken: String!# New password that will be set as part of the reset password process.password: String!}