Skip to main content

ContentDeclarationsConnection

A connection to a list of items.

type ContentDeclarationsConnection {
pageInfo: PageInfo!
edges: [ContentDeclarationsEdge!]
nodes: [ContentDeclaration]
totalCount: Int!
}

Fields

ContentDeclarationsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ContentDeclarationsConnection.edges ● [ContentDeclarationsEdge!] list object

A list of edges.

ContentDeclarationsConnection.nodes ● [ContentDeclaration] list object

A flattened list of the nodes.

ContentDeclarationsConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.