property
A property with the given ID. Usually associated with supply points.
Arguments
The property ID.
Returns
PropertyTypePossible Errors
Allowed Viewers
Query Complexity
1Examples
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 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
}
}
}