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