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