OBJECT

Stream

A Stream object

link GraphQL Schema definition

  • type Stream {
  • id: ID
  • # Whether the stream is currently live. May be slightly delayed.
  • isOnline: Boolean
  • # The name of the stream
  • name: String
  • # The name of the external service providing this auth i.e. "twitch"
  • type: StreamType
  • }