INPUT_OBJECT
AssetAttachment_Exact
Exact match query arguments for AssetAttachment
link GraphQL Schema definition
- input AssetAttachment_Exact {
- # Select multiple AssetAttachment by ID.
- Int] : [
- # Attachment's name.
- String :
- # Unique asset ID.
- Int] : [
- # Only show asset attachments with these tags
- Int]] : [[
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- Boolean :
- }