INPUT_OBJECT

DistributeAssetInput

link GraphQL Schema definition

1input DistributeAssetInput {
8
2# TDO ids (Q-NEW-9). For MVP the server MUST error if length > 1; the plural shape
3# is the forward-compat affordance for future bulk distribute. Each id must
4# resolve to
5# a TDO in the caller's org; the engine resolves the TDO to a media URL at run
6# time.
7tdoIds: [ID!]!
10
9destinationId: ID!
14
11# Must conform to destination.destinationType.publishSchema. Validated
12# server-side.
13platformPayload: JSONData!
15}

link Required by

This element is not required by anyone