Skip to main content

OrderStaff

type OrderStaff {
id: String!
email: String!
firstName: String!
lastName: String!
}

Fields

idString!required

It is the first name of the staff who created the order.

emailString!required

It is the email of the staff who created the order.

firstNameString!required

It is the first name of the staff who created the order.

lastNameString!required

It is the last name of the staff who created the order.