OBJECT

RealEstateObjectsConnection

A connection to a list of RealEstateObject values.

link GraphQL Schema definition

  • type RealEstateObjectsConnection {
  • # A list of `RealEstateObject` objects.
  • nodes: [RealEstateObject!]!
  • # A list of edges which contains the `RealEstateObject` and cursor to aid in
  • # pagination.
  • edges: [RealEstateObjectsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `RealEstateObject` you could get from the connection.
  • totalCount: Int!
  • }