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