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