INPUT_OBJECT

SalesReportInput

An input to request a sales report

link GraphQL Schema definition

  • input SalesReportInput {
  • endDate: Date!
  • organizationUnitId: UUID!
  • startDate: Date!
  • }