OrderCustomerInput
type OrderCustomerInput {
id: ID
email: String
firstName: String
lastName: String
}
Fields
idIDemailStringIt is the email of the customer who created the order.
firstNameStringIt is the first name of the customer who created the order.
lastNameStringIt is the last name of the customer who created the order.