INPUT_OBJECT

MarketDisplaysUnsetInput

link GraphQL Schema definition

1input MarketDisplaysUnsetInput {
2
3# Exactly one input field should be provided
4market: MarketInput!
5
6displays: [DisplayInput!]!
7}

link Required by