ENUM
DigitalDocket_WhereGroup_Fields
Where group options for DigitalDocket. Matches when any field in the array is met
link GraphQL Schema definition
- enum DigitalDocket_WhereGroup_Fields {
- # Unique digital docket ID.
- # Unique user ID.
- # Unique user ID.
- # The time the digital docket was created.
- # The maximum range allowed is 3 months between `from` and `to`
- # Default:
- # - `from` = 3 months behind today.
- # - `to` = today.
- # The time the digital docket was last updated.
- # The maximum range allowed is 3 months between `from` and `to`
- # The date for the workers on the docket
- # Unique order ID.
- # The unique client ID.
- # Unique project ID.
- # The digital docket's display title (max 150 characters).
- # The unique digital docket template ID.
- # Digital dockets associated to this timesheet
- # The shift start time.
- # The shift end time.
- # Filters to users attached to the docket
- }