channels
Lists all channels.
channels(
after: String
before: String
filter: ChannelFilter
first: Int
last: Int
orderBy: ChannelOrder
): ChannelConnection!
Arguments
channels.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
channels.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
channels.filter ● ChannelFilter input common
The fields by which to filter the results.
channels.first ● Int scalar common
Returns the first n elements from the list.
channels.last ● Int scalar common
Returns the last n elements from the list.
channels.orderBy ● ChannelOrder input common
The field and direction by which to order the results.
Type
ChannelConnection object common
The connection type for Channel.