ENUM

Form_WhereGroup_Fields

Where group options for Form. Matches when any field in the array is met

link GraphQL Schema definition

  • enum Form_WhereGroup_Fields {
  • # True if the form is archived, and no longer active.
  • is_active
  • # The form's display name.
  • title
  • # 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
  • # Show only forms linked to the given tasks
  • task_id
  • }