RootDocumentsConnection
A connection to a list of items.
type RootDocumentsConnection {
pageInfo: PageInfo!
edges: [RootDocumentsEdge]
totalCount: Int
}
Fields
RootDocumentsConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
RootDocumentsConnection.edges
● [RootDocumentsEdge]
list object
A list of edges.
RootDocumentsConnection.totalCount
● Int
scalar
A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing "5" as the argument to "first", then fetch the total count so it could display "5 of 83", for example.
Returned by
documents
query