OBJECT
Products within a Despatch
type DespatchedProduct {title: String! quantity: Int! product_code: String! price_each: Price line_total: Price }