INPUT_OBJECT
Specifies the input fields required to activate a customer.
input CustomerActivateInput {# The activation token required to activate the customeractivationToken: String!# The login password used by the customer.password: String!}