OBJECT
RealEstateObjectsEdge
A RealEstateObject edge in the connection.
link GraphQL Schema definition
- type RealEstateObjectsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `RealEstateObject` at the end of the edge.
- : RealEstateObject!
- }