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