property
A property with the given ID. Usually associated with supply points.
Arguments
The property ID.
Returns
PropertyTypeExamples
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
}
meterPoints {
...MeterPointFragment
}
occupancyPeriods {
...OccupancyPeriodTypeFragment
}
parent {
...PropertyInterfaceFragment
}
postcode
richAddress {
...PropertyRichAddressTypeFragment
}
splitAddress
}
}
Variables
{
"id": "28034063"
}
Response
{
"data": {
"property": {
"address": "notice-soon-as-brother-set",
"ancestors": PropertyConnection,
"coordinates": CoordinatesType,
"descendants": PropertyConnection,
"embeddedNetwork": EmbeddedNetworkType,
"id": "73383683",
"label": "prepare-small-behind-agreement-structure",
"measurements": MeasurementConnection,
"meterPoints": [MeterPoint],
"occupancyPeriods": [OccupancyPeriodType],
"parent": PropertyInterface,
"postcode": "item-several-able-knowledge-return",
"richAddress": PropertyRichAddressType,
"splitAddress": "director-war-top-air-agent"
}
}
}