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