BlogPostEdge
An edge in a connection.
type BlogPostEdge {
node: BlogPost
cursor: Cursor!
}
Fields
BlogPostEdge.node ● BlogPost object
The item at the end of the edge.
BlogPostEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
BlogPostConnection object