OBJECT
1type DeliveryGroupLine {2# The current quantity for the delivery group line, excluding cancelled units3quantity: Int! 45cancelledQuantity: Int! 67# Required permission: Order:read8# 9# Store restrictions apply.10orderLine: OrderLine! 1112}