INPUT_OBJECT

SetPrimaryAsset

Input used to set the primary asset of a given type on a TDO. The type must be supported by the server; primary asset is used by certain engines and front end components. Currently "media" and "transcript" are supported.

link GraphQL Schema definition

1input SetPrimaryAsset {
4
2# ID of the asset
3id: ID!
7
5# The asset type -- "media" or "transcript"
6assetType: String!
8}