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