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