OBJECT
type CustomerResetPayload {# The customer object which was reset.customer: Customer # List of errors that occurred executing the mutation.userErrors: [UserError!]! }