ENUM
DigitalDocketTemplate_WhereGroup_Fields
Where group options for DigitalDocketTemplate. Matches when any field in the array is met
link GraphQL Schema definition
- enum DigitalDocketTemplate_WhereGroup_Fields {
- # True to show the published forms.
- # The digital docket's display title (max 150 characters).
- # The digital docket description (max 500 characters).
- # The date the template was created in UTC+0.
- # The date the template was last updated in UTC+0.
- # Filters to digitalDocket templates with the created by the given user_ids
- # Filters to digitalDocket templates with the modified by the given user_ids
- # True to show the template forms, false otherwise.
- # Note that template forms should not be referenced directly.
- # `true` to show the archived items, `false` otherwise. Defaults to `false`.
- # Only show forms that are visible to users with these tags.
- # Filters to digitial dockets attached to a task.
- }