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