OBJECT
Quantity and LineItem which has been shipped as part of a parent Shipment.
type ShippedItem implements Node {id: ID! # LineItem which has had the quantity of items shippedlineItem: LineItem! quantity: Int! }