BlogConnection
A connection to a list of items.
type BlogConnection {
edges: [BlogEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
BlogConnection.edges ● [BlogEdge] list object
A list of edges.
BlogConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
BlogConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
blogs query