ENUM

AssetDocument_WhereGroup_Fields

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

link GraphQL Schema definition

  • enum AssetDocument_WhereGroup_Fields {
  • # True if the document is disabled (i.e. won't generate alerts).
  • is_disabled
  • # Unique asset ID.
  • asset_id
  • # The document name.
  • name
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active
  • # Only show assets with these tags
  • asset_tags_id
  • }