INPUT_OBJECT
ProductFilter
link GraphQL Schema definition
1 input ProductFilter { 2 3 Int!] : [ 4 5 StringMatch : 6 7 ProductStatus!] : [ 8 9 StringMatch : 10 11 DateRange : 12 13 DateRange : 14 15 StringMatch : 16 17 StringMatch : 18 19 # Required permission: Product.internalComment:read 20 StringMatch : 21 22 Int!] : [ 23 24 Int!] : [ 25 26 # Required permission: Product.countryOfOrigin:read 27 Int!] : [ 28 29 Int!] : [ 30 31 Int!] : [ 32 33 String : 34 35 String!] : [ 36 37 String!] : [ 38 }