Skip to main content

ChannelConnection

The connection type for Channel.

type ChannelConnection {
edges: [ChannelEdge]
nodes: [Channel]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}

Fields

ChannelConnection.edges ● [ChannelEdge] list object common

A list of edges.

ChannelConnection.nodes ● [Channel] list interface common

A list of nodes.

ChannelConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

ChannelConnection.totalCount ● Int! non-null scalar common

The total number of objects returned from the query.

ChannelConnection.totalPageCount ● Int! non-null scalar common

The total number of pages based on total page count and page size.

Returned by

channels query

Member of

Folder object