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