INPUT_OBJECT
CustomerFilter
link GraphQL Schema definition
1 input CustomerFilter { 2 3 Int!] : [ 4 5 Status!] : [ 6 7 # Exactly one input field should be provided 8 StringMatch : 9 10 # Exactly one input field should be provided 11 StringMatch : 12 13 # Exactly one input field should be provided 14 StringMatch : 15 16 DateRange : 17 18 Gender!] : [ 19 20 # Exactly one input field should be provided 21 StringMatch : 22 23 # Exactly one input field should be provided 24 StringMatch : 25 26 DateRange : 27 28 DateRange : 29 30 DateRange : 31 32 Boolean : 33 34 Int!] : [ 35 36 Int!] : [ 37 38 Int!] : [ 39 40 Int!] : [ 41 42 Int!] : [ 43 44 Int!] : [ 45 46 # Required permission: Customer.totalOrders:read 47 IntRange : 48 49 String!] : [ 50 51 String : 52 53 String!] : [ 54 55 String!] : [ 56 }