OBJECT
CloudBroadcastProvider
A cloud broadcast provider id.
link GraphQL Schema definition
1 type CloudBroadcastProvider { 2 3 # The supported capabilities of a cloud broadcast. 4 : CloudBroadcastProviderCapabilities 5 6 # The friendly display name of the provider. 7 : String! 8 9 # The logical id of the provider, for interacting with providers. 10 : ID! 11 12 }