INPUT_OBJECT

MarketDisplaysSetInput

link GraphQL Schema definition

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

link Required by