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