OBJECT

ReadingConnection

The connection type for Reading.

link GraphQL Schema definition

type ReadingConnection {

A list of edges.
edges: [ReadingEdge]

A list of nodes.
nodes: [Reading]

Information to aid in pagination.
pageInfo: PageInfo!

Total count of connection edges
totalCount: Int!

}

link Required by