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