INPUT_OBJECT

SetAssetSourceData

Input type for AssetSourceData

link GraphQL Schema definition

1input SetAssetSourceData {
4
2# The name of the asset source engine or engine category
3name: String
7
5# ID of the specific task that created the asset
6taskId: ID
10
8# ID of the engine that created the asset
9engineId: ID
15
11# Optional ID of the source from which this asset
12# was created. This field will typically be set only
13# by adapters that ingest data.
14sourceId: ID
18
16# Optional ID of the scheduled job that created this asset
17scheduledJobId: ID
23
19# Optional ID of the asset this asset was created from.
20# This will usually be assets with edits to a previous
21# asset.
22assetId: ID
24}