OBJECT
PersonUserConnection
The connection type for PersonUser.
link GraphQL Schema definition
type PersonUserConnection {
A list of edges.
: [PersonUserEdge]
A list of nodes.
: [PersonUser]
Information to aid in pagination.
: PageInfo!
Total count
: Int!
}