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