ENUM

AssetAttachment_WhereGroup_Fields

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

link GraphQL Schema definition

  • enum AssetAttachment_WhereGroup_Fields {
  • # Attachment's name.
  • name
  • # Unique asset ID.
  • asset_id
  • # Only show asset attachments with these tags
  • tags_id
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active
  • }