OBJECT

StartCloudBroadcastPayload

Response to start a cloud broadcast.

link GraphQL Schema definition

1type StartCloudBroadcastPayload {
2
3# If the broadcast was successfully started, properties of that broadcast.
4broadcast: CloudBroadcast
5
6# An optional error if the mutation failed, contaning actionable errors.
7error: StartCloudBroadcastError
8
9}