OBJECT

TimesheetsPage

Paginated list of timesheets.

link GraphQL Schema definition

1type TimesheetsPage {
2
3# A list of timesheets.
4items: [Timesheet]!
5
6# Pagination metadata.
7pageInfo: PageInfo!
8
9}