Connection
No description
interface Connection {
data: [Node!]!
pageInfo: PageInfo!
totalCount: Int
}
Fields
Connection.data ● [Node!]! non-null interface
The actual data array
Connection.pageInfo ● PageInfo! non-null object
Information to aid in pagination
Connection.totalCount ● Int scalar
Total count of items in the connection (optional, can be expensive)