Channel
No description
type Channel implements Node {
annictId: Int!
channelGroup: ChannelGroup!
id: ID!
name: String!
programs(
after: String
before: String
first: Int
last: Int
): ProgramConnection
published: Boolean!
scChid: Int!
}
Fields
Channel.annictId ● Int! non-null scalar
Channel.channelGroup ● ChannelGroup! non-null object
Channel.id ● ID! non-null scalar
Channel.name ● String! non-null scalar
Channel.programs ● ProgramConnection object
Channel.programs.after●StringscalarReturns the elements in the list that come after the specified cursor.
Channel.programs.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Channel.programs.first ● Int scalar
Returns the first n elements from the list.
Channel.programs.last ● Int scalar
Returns the last n elements from the list.
Channel.published ● Boolean! non-null scalar
Channel.scChid ● Int! non-null scalar
Interfaces
Node interface
An object with an ID.
Member of
ChannelConnection object ● ChannelEdge object ● Program object