OrderStaff
type OrderStaff {
id: String!
email: String!
firstName: String!
lastName: String!
}
Fields
It is the first name of the staff who created the order.
It is the email of the staff who created the order.
It is the first name of the staff who created the order.
It is the last name of the staff who created the order.