INPUT_OBJECT

InvoiceFilter

link GraphQL Schema definition

  • input InvoiceFilter {
  • # Due date of the invoice
  • dateAfter: Date
  • # Due date of the invoice
  • dateBefore: Date
  • }