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