Skip to main content

Arguments

id : ID! required

The ID of the property.

Returns

PropertyType

Represents a property. Conceptually, it collects supply points under an address.

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 } availableSmets2InstallationTimeslots { ...Smets2InstallationTimeslotTypeFragment } coordinates { ...CoordinatesTypeFragment } descendants { ...PropertyConnectionFragment } electricityMeterPoints { ...ElectricityMeterPointTypeFragment } embeddedNetwork { ...EmbeddedNetworkTypeFragment } gasMeterPoints { ...GasMeterPointTypeFragment } id isChangeOfTenancyOngoing isSmets2InstallationAllowed label measurements { ...MeasurementConnectionFragment } occupancyPeriods { ...OccupancyPeriodTypeFragment } parent { ...PropertyInterfaceFragment } postcode richAddress { ...PropertyRichAddressTypeFragment } smartDeviceNetworks { ...SmartMeterDeviceNetworkTypeFragment } splitAddress wanCoverage } }

Variables

{ "id": "23325420" }

Response

{ "data": { "property": { "address": "world-always-mother-kitchen-campaign", "ancestors": PropertyConnection, "availableSmets2InstallationTimeslots": [Smets2InstallationTimeslotType], "coordinates": CoordinatesType, "descendants": PropertyConnection, "electricityMeterPoints": [ElectricityMeterPointType], "embeddedNetwork": EmbeddedNetworkType, "gasMeterPoints": [GasMeterPointType], "id": "63041270", "isChangeOfTenancyOngoing": true, "isSmets2InstallationAllowed": true, "label": "shake-together-land-say-establish", "measurements": MeasurementConnection, "occupancyPeriods": [OccupancyPeriodType], "parent": PropertyInterface, "postcode": "economic-foot-few-teacher-around", "richAddress": PropertyRichAddressType, "smartDeviceNetworks": [SmartMeterDeviceNetworkType], "splitAddress": "end-same-employee-herself-bring", "wanCoverage": "HIGH" } } }