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 : DateRange 14 15 : Boolean 16 17 : Boolean 18 19 : FloatRange 20 21 : FloatRange 22 23 # Exactly one input field should be provided 24 : StringMatch 25 26 : InvoiceType 27 28 : [InvoiceStatus!] 29 30 : [Int64!] 31 32 : [Int!] 33 34 : [Int!] 35 36 : [Int!] 37 38 : [String!] 39 40 : String 41 42 : [String!] 43 44 : [String!] 45 46 # True when an invoice that should have had taxes calculated by a tax plugin was 47 # forced to use a fallback to internal tax calculation. 48 : Boolean 49 }