ReadingConnection
A paginated list of Reading edges.
type ReadingConnection {
pageInfo: PageInfo!
edges: [ReadingEdge!]!
}
Fields
ReadingConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
ReadingConnection.edges
● [ReadingEdge!]!
non-null object
A list of Reading edges.
Returned By
readings
query