OBJECT
RealEstateObjectsConnection
A connection to a list of RealEstateObject values.
link GraphQL Schema definition
- type RealEstateObjectsConnection {
- # A list of `RealEstateObject` objects.
- : [RealEstateObject!]!
- # A list of edges which contains the `RealEstateObject` and cursor to aid in
- # pagination.
- : [RealEstateObjectsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `RealEstateObject` you could get from the connection.
- : Int!
- }