INPUT_OBJECT
DistributeAssetInput
link GraphQL Schema definition
1 input 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. 7 : [ID!]! 10 9 : ID! 14 11 # Must conform to destination.destinationType.publishSchema. Validated 12 # server-side. 13 : JSONData! 15 }
link Required by
This element is not required by anyone