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