OBJECT
OrdersLockPayload
link GraphQL Schema definition
1 type OrdersLockPayload implements Payload { 2 : [UserError!]! 3 4 : [UserWarning!]! 5 6 # Required permission: Order:read 7 # 8 # Store restrictions apply. 9 : [Order!]! 10 11 }
OBJECT
1 type OrdersLockPayload implements Payload { 2 : [UserError!]! 3 4 : [UserWarning!]! 5 6 # Required permission: Order:read 7 # 8 # Store restrictions apply. 9 : [Order!]! 10 11 }