OBJECT
ReadingConnection
The connection type for Reading.
link GraphQL Schema definition
type ReadingConnection {
A list of edges.
: [ReadingEdge]
A list of nodes.
: [Reading]
Information to aid in pagination.
: PageInfo!
Total count of connection edges
: Int!
}