DailyOrderCountReportType
No description
type DailyOrderCountReportType {
orderDate: Date!
orderCount: Int!
}
Fields
DailyOrderCountReportType.orderDate ● Date! non-null scalar
Date of the orders
DailyOrderCountReportType.orderCount ● Int! non-null scalar
Number of orders on that date