INPUT_OBJECT
AssetDocument_Exact
Exact match query arguments for AssetDocument
link GraphQL Schema definition
- input AssetDocument_Exact {
- # Select multiple AssetDocument by ID.
- Int] : [
- # True if the document is disabled (i.e. won't generate alerts).
- Boolean :
- # Unique asset ID.
- Int] : [
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- Boolean :
- # Only show assets with these tags
- Int]] : [[
- }