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