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