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