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