OBJECT
1type OrderAllocationSplitLine {2# How many items were allocated from this warehouse3quantity: Int! 45# Required permission: Order:read6orderLine: OrderLine! 78}