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