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: PcapPlayerStatus!
  • # Get updates on current count of assets for each category (empty categories are
  • # omitted)
  • assetCategory: [AssetCategoryCount!]!
  • }

link Require by

This element is not required by anyone