OBJECT
Subscription
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
- AssetCategoryCount!]! : [
- }
link Require by
This element is not required by anyone