OBJECT
StartCloudBroadcastPayload
Response to start a cloud broadcast.
link GraphQL Schema definition
1 type StartCloudBroadcastPayload { 2 3 # If the broadcast was successfully started, properties of that broadcast. 4 : CloudBroadcast 5 6 # An optional error if the mutation failed, contaning actionable errors. 7 : StartCloudBroadcastError 8 9 }