property
A property with the given ID. Usually associated with supply points.
Arguments
The property ID.
Returns
PropertyTypeRepresents a property. Conceptually, it collects supply points under an address.
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 Property($id: ID!) {
property(id: $id) {
address
addressLine1
addressLine2
addressLine3
addressLine4
addressLine5
ancestors {
...PropertyConnectionFragment
}
coordinates {
...CoordinatesTypeFragment
}
descendants {
...PropertyConnectionFragment
}
embeddedNetwork {
...EmbeddedNetworkTypeFragment
}
id
label
measurements {
...MeasurementConnectionFragment
}
meterPoints {
...ElectricityMeterPointTypeFragment
}
occupancyPeriods {
...OccupancyPeriodTypeFragment
}
parent {
...PropertyInterfaceFragment
}
postcode
richAddress {
...PropertyRichAddressTypeFragment
}
splitAddress
}
}
Variables
{
"id": "17150354"
}
Response
{
"data": {
"property": {
"address": "between-single-position-recently-speech",
"addressLine1": "story-onto-most-shake-necessary",
"addressLine2": "situation-nothing-why-ground-listen",
"addressLine3": "recently-until-perform-black-weight",
"addressLine4": "the-bring-American-region-institution",
"addressLine5": "road-effect-personal-together-trouble",
"ancestors": PropertyConnection,
"coordinates": CoordinatesType,
"descendants": PropertyConnection,
"embeddedNetwork": EmbeddedNetworkType,
"id": "92805942",
"label": "itself-heavy-family-staff-kid",
"measurements": MeasurementConnection,
"meterPoints": [ElectricityMeterPointType],
"occupancyPeriods": [OccupancyPeriodType],
"parent": PropertyInterface,
"postcode": "recognize-play-million-argue-pull",
"richAddress": PropertyRichAddressType,
"splitAddress": "through-common-poor-maintain-game"
}
}
}