OBJECT
OverlappingActivities
The activities that are overlapping
link GraphQL Schema definition
- type OverlappingActivities {
- # The unique timesheet activity id
- Int! :
- # The activity type id
- Int! :
- # The activity start time
- DateTimeExpression! :
- # The activity end time
- DateTimeExpression! :
- TimesheetWithOverlappingActivities :
- UserWithOverlappingActivities :
- }