ReadingEdge
An edge that contains a node of type Reading and a cursor.
type ReadingEdge {
node: Reading!
cursor: String!
}
Fields
ReadingEdge.node
● Reading!
non-null object
The Reading node.
ReadingEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
ReadingConnection
object