INPUT_OBJECT
StorePluginFilter
link GraphQL Schema definition
1 input StorePluginFilter { 2 3 : [Int!] 4 5 : [Status!] 6 7 # Exactly one input field should be provided 8 : StringMatch 9 10 # Exactly one input field should be provided 11 : StringMatch 12 13 : [StorePluginType!] 14 15 : [Int!] 16 17 : [String!] 18 19 : String 20 21 : [String!] 22 23 : [String!] 24 }