INPUT_OBJECT
InvoiceFilter
link GraphQL Schema definition
1 input InvoiceFilter { 2 3 Int!] : [ 4 5 Int!] : [ 6 7 Int!] : [ 8 9 DateRange : 10 11 DateRange : 12 13 Boolean : 14 15 FloatRange : 16 17 FloatRange : 18 19 # Exactly one input field should be provided 20 StringMatch : 21 22 InvoiceType : 23 24 InvoiceStatus!] : [ 25 26 Int!] : [ 27 28 Int!] : [ 29 30 Int!] : [ 31 32 Int!] : [ 33 34 String!] : [ 35 36 String : 37 38 String!] : [ 39 40 String!] : [ 41 42 # True when an invoice that should have had taxes calculated by a tax plugin was 43 # forced to use a fallback to internal tax calculation. 44 Boolean : 45 }