OBJECT

ReadingPropertyConnection

The connection type for ReadingProperty.

link GraphQL Schema definition

type ReadingPropertyConnection {

A list of edges.
edges: [ReadingPropertyEdge]

A list of nodes.
nodes: [ReadingProperty]

Information to aid in pagination.
pageInfo: PageInfo!

Total count of connection edges
totalCount: Int!

}