PublicationConnection
The connection type for publications.
type PublicationConnection {
totalCount: Int
pageInfo: PageInfo!
edges: [PublicationEdge!]!
}
Fields
PublicationConnection.totalCount
● Int
scalar
The total number of records for that particular query, independent of the pagination.
PublicationConnection.pageInfo
● PageInfo!
non-null object
The pagination information.
PublicationConnection.edges
● [PublicationEdge!]!
non-null object
The list of edges.
Returned by
publications
query
Member of
Namespace
object