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