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