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