PersonPropertiesEdgeConnection
A paginated list of Property edges.
type PersonPropertiesEdgeConnection {
pageInfo: PageInfo!
edges: [PersonPropertiesEdge!]!
}
Fields
PersonPropertiesEdgeConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
PersonPropertiesEdgeConnection.edges
● [PersonPropertiesEdge!]!
non-null object
A list of Property edges.
Member Of
Person
object