Skip to main content

PublicationConnection

The connection type for publications.

type PublicationConnection {
edges: [PublicationEdge!]!
pageInfo: PageInfo!
totalCount: Int
}

Fields

PublicationConnection.edges ● [PublicationEdge!]! non-null object

The list of edges.

PublicationConnection.pageInfo ● PageInfo! non-null object

The pagination information.

PublicationConnection.totalCount ● Int scalar

The total number of records for that particular query, independent of the pagination.

Returned by

publications query

Member of

Namespace object