INPUT_OBJECT
RegisterInvoicePaymentInput
link GraphQL Schema definition
1 input RegisterInvoicePaymentInput { 2 3 # Exactly one input field should be provided 4 InvoiceInput! : 5 6 MonetaryValueInput! : 7 8 Date : 9 10 Float : 11 }
INPUT_OBJECT
1 input RegisterInvoicePaymentInput { 2 3 # Exactly one input field should be provided 4 InvoiceInput! : 5 6 MonetaryValueInput! : 7 8 Date : 9 10 Float : 11 }