INPUT_OBJECT
Specifies the fields required to create a new Customer.
input CustomerCreateInput {# The customer’s first name.firstName: String# The customer’s last name.lastName: String# The customer’s email.email: String!# The login password used by the customer.password: String!# Indicates whether the customer has consented to be sent marketing material via # email.acceptsMarketing: Boolean}