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.
  • is_published
  • # The digital docket's display title (max 150 characters).
  • title
  • # The digital docket description (max 500 characters).
  • description
  • # The date the template was created in UTC+0.
  • created_time
  • # The date the template was last updated in UTC+0.
  • modified_time
  • # Filters to digitalDocket templates with the created by the given user_ids
  • created_by_id
  • # Filters to digitalDocket templates with the modified by the given user_ids
  • modified_by_id
  • # True to show the template forms, false otherwise.
  • # Note that template forms should not be referenced directly.
  • is_template
  • # `true` to show the archived items, `false` otherwise. Defaults to `false`.
  • is_archived
  • # Only show forms that are visible to users with these tags.
  • tag_permissions
  • # Filters to digitial dockets attached to a task.
  • task_id
  • }