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