FoldersConnection
FoldersConnection
A connection to a list of Folder
values.
Field | Argument | Type | Description |
---|---|---|---|
nodes | [Folder!]! | A list of `Folder` objects. | |
edges | [FoldersEdge!]! | A list of edges which contains the `Folder` and cursor to aid in pagination. | |
pageInfo | PageInfo! | Information to aid in pagination. | |
totalCount | Int! | The count of *all* `Folder` you could get from the connection. |