INPUT_OBJECT

DistributeAssetInput

link GraphQL Schema definition

1input DistributeAssetInput {
5
2# Target TDO ids. For MVP the server errors if more than one is supplied.
3# Each must resolve to a TDO in the caller's org.
4tdoIds: [ID!]!
7
6destinationId: ID!
11
8# Must conform to destination.destinationType.publishSchema. Validated
9# server-side.
10platformPayload: JSONData!
12}

link Required by

This element is not required by anyone