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