UserConnection
A paginated list of User edges.
type UserConnection {
pageInfo: PageInfo!
edges: [UserEdge!]!
}
Fields
UserConnection.pageInfo ● PageInfo! non-null object
Pagination information about the list of edges.
UserConnection.edges ● [UserEdge!]! non-null object
A list of User edges.
Returned By
users query
Member Of
Company object ● Contact object ● Easement object ● Person object ● Property object