OrderingUser
An object representing the user who placed an order.
type OrderingUser {
firstName: String!
lastName: String!
email: String!
}
firstName
string - The first name of the user who placed the order.
lastName
string - The last name of the user who placed the order.
email
string - The email address of the user who placed the order.