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