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