INPUT_OBJECT
SetAssetSourceData
Input type for AssetSourceData
link GraphQL Schema definition
1 input SetAssetSourceData { 4 2 # The name of the asset source engine or engine category 3 : String 7 5 # ID of the specific task that created the asset 6 : ID 10 8 # ID of the engine that created the asset 9 : 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. 14 : ID 18 16 # Optional ID of the scheduled job that created this asset 17 : 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. 22 : ID 24 }