Type alias InvoicesFilterInput

InvoicesFilterInput: {
    endDate?: InputMaybe<Scalars["DateTime"]>;
    startDate?: InputMaybe<Scalars["DateTime"]>;
}

Type declaration

  • Optional endDate?: InputMaybe<Scalars["DateTime"]>

    The end date of invoices to filter

  • Optional startDate?: InputMaybe<Scalars["DateTime"]>

    The starting date of invoice to filter

Generated using TypeDoc