RootFoldersConnection
A connection to a list of items.
type RootFoldersConnection {
pageInfo: PageInfo!
edges: [RootFoldersEdge]
}
Fields
RootFoldersConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
RootFoldersConnection.edges
● [RootFoldersEdge]
list object
A list of edges.
Returned by
folders
query ● foldersById
query