OBJECT
Subscription
WARNING: Experimental feature! This can change without a warning
link GraphQL Schema definition
- type Subscription {
- # Get updates on pcap player status: IsPlaying and what is playing
- : PcapPlayerStatus!
- # Get updates on current count of assets for each category (empty categories are
- # omitted)
- : [AssetCategoryCount!]!
- }
link Require by
This element is not required by anyone