OBJECT

StreamQueue

A Stream queue object

link GraphQL Schema definition

  • type StreamQueue {
  • id: String
  • # The sets on the stream
  • sets: [Set]
  • # The stream on the queue
  • stream: Streams
  • }