electricitySupplyPoint
Get information about a supply point by its ID.
Arguments
The ID of the supply point to obtain information for.
Returns
ElectricitySupplyPointExamples
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 ElectricitySupplyPoint($id: ID!) {
electricitySupplyPoint(id: $id) {
activeAgreement {
...AgreementFragment
}
agreements {
...AgreementFragment
}
atrTariffs {
...ATRTariffFragment
}
cups
id
networkOperator {
...NetworkOperatorFragment
}
selfConsumption
selfConsumptionCode
socialBonuses {
...SocialBonusFragment
}
status
supplierChangeInProgress
supplyPeriods {
...SupplyPeriodConnectionTypeConnectionFragment
}
}
}
Variables
{
"id": "58461594"
}
Response
{
"data": {
"electricitySupplyPoint": {
"activeAgreement": Agreement,
"agreements": [Agreement],
"atrTariffs": [ATRTariff],
"cups": "minute-affect-message-last-team",
"id": "33391751",
"networkOperator": NetworkOperator,
"selfConsumption": "in-team-speech-measure-discover",
"selfConsumptionCode": "argue-college-society-professor-issue",
"socialBonuses": [SocialBonus],
"status": "much-especially-seem-together-skin",
"supplierChangeInProgress": true,
"supplyPeriods": SupplyPeriodConnectionTypeConnection
}
}
}