INPUT_OBJECT
CollectionFilter
link GraphQL Schema definition
1 input CollectionFilter { 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 # Required permission: Collection.totalProducts:read 14 IntRange : 15 16 String!] : [ 17 18 String : 19 20 String!] : [ 21 22 String!] : [ 23 }