Skip to main content

TopicConnection

The connection type for Topic.

type TopicConnection {
edges: [TopicEdge]
nodes: [Topic]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

TopicConnection.edges ● [TopicEdge] list object

A list of edges.

TopicConnection.nodes ● [Topic] list object

A list of nodes.

TopicConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

TopicConnection.totalCount ● Int! non-null scalar

Returned By

topics query