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