OBJECT

ChannelInfoList

link GraphQL Schema definition

  • type ChannelInfoList {
  • entries: [ChannelInfo!]!
  • # Context user
  • userId: Uuid
  • # Channel list size
  • total: Long!
  • # Elapsed query time
  • elapsedTime: Int!
  • error: String
  • }

link Require by