Skip to main content

Arguments

id : ID! required

The property ID.

Returns

PropertyType

Allowed Viewers

Customer Partner User Third party

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query Property($id: ID!) { property(id: $id) { address ancestors { ...PropertyConnectionFragment } coordinates { ...CoordinatesTypeFragment } descendants { ...PropertyConnectionFragment } embeddedNetwork { ...EmbeddedNetworkTypeFragment } id label measurements { ...MeasurementConnectionFragment } occupancyPeriods { ...OccupancyPeriodTypeFragment } parent { ...PropertyInterfaceFragment } postcode richAddress { ...PropertyRichAddressTypeFragment } splitAddress supplyPoints { ...SupplyPointConnectionTypeConnectionFragment } } }

Variables

{ "id": "73516402" }

Response

{ "data": { "property": { "address": "call-remember-seat-attorney-within", "ancestors": PropertyConnection, "coordinates": CoordinatesType, "descendants": PropertyConnection, "embeddedNetwork": EmbeddedNetworkType, "id": "58740154", "label": "name-such-rich-range-air", "measurements": MeasurementConnection, "occupancyPeriods": [OccupancyPeriodType], "parent": PropertyInterface, "postcode": "final-radio-choose-tree-center", "richAddress": PropertyRichAddressType, "splitAddress": "these-democratic-success-summer-friend", "supplyPoints": SupplyPointConnectionTypeConnection } } }