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