OBJECT
1type DeliveryGroupLine {2# The current quantity for the delivery group line, excluding cancelled units3quantity: Int! 45cancelledQuantity: Int! 67# Required permission: Order:read8orderLine: OrderLine! 910}