MyDayReportSheets
Report sheet information for the employee's tour today.
type MyDayReportSheets {
latestEntries: [MyDayReportSheetEntry!]!
totalCount: Int!
}
Fields
MyDayReportSheets.latestEntries ● [MyDayReportSheetEntry!]! non-null object
Latest 3 deduplicated report sheet entries from clients in the employee's tour, sorted by recordedAt descending.
MyDayReportSheets.totalCount ● Int! non-null scalar
Total number of report sheet entries available in the employee's tour for today.
Member Of
MyDayDashboard object