INPUT_OBJECT
MarkInvoiceAsPaidInput
link GraphQL Schema definition
1 input MarkInvoiceAsPaidInput { 2 3 # Exactly one input field should be provided 4 : InvoiceInput! 5 6 # If empty, it will set current date 7 : Date 8 9 # If empty, it will set default currency rate 10 : Float 11 }