PropertiesResponse: {
    __typename?: "PropertiesResponse";
    cursor?: Maybe<Scalars["String"]["output"]>;
    elements: Property[];
    totalCount: Scalars["Int"]["output"];
}

Response object for property query.

Type declaration

  • Optional__typename?: "PropertiesResponse"
  • Optionalcursor?: Maybe<Scalars["String"]["output"]>

    Cursor for pagination.

  • elements: Property[]

    List of properties.

  • totalCount: Scalars["Int"]["output"]

    Total count of properties.