INPUT_OBJECT

AssetAttachment_Exact

Exact match query arguments for AssetAttachment

link GraphQL Schema definition

  • input AssetAttachment_Exact {
  • # Select multiple AssetAttachment by ID.
  • id: [Int]
  • # Attachment's name.
  • name: String
  • # Unique asset ID.
  • asset_id: [Int]
  • # Only show asset attachments with these tags
  • tags_id: [[Int]]
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active: Boolean
  • }