INPUT_OBJECT
OrdersLockInput
link GraphQL Schema definition
1 input OrdersLockInput { 2 3 # Exactly one input field should be provided 4 : [OrderInput!]! 5 6 : Boolean! 7 }
INPUT_OBJECT
1 input OrdersLockInput { 2 3 # Exactly one input field should be provided 4 : [OrderInput!]! 5 6 : Boolean! 7 }