OBJECT
type OrderType {_key: String! product: ProductType! quantity: Int! date: String! price: Float! }