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