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