PersonConnection Object
The connection type for Person.
Fields
The fields in this section list which values can be retrieved when querying PersonConnection records.
edges (
[PersonEdge]
)
A list of edges.
nodes (
[Person]
)
A list of nodes.
pageInfo (
PageInfo!
)
Information to aid in pagination.
totalCount (
Int!
)
The total count of records in the connection.
Implements
PersonConnection implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a PersonConnection.