gasSupplyPoint
Get information about a supply point by its ID.
Arguments
The ID of the supply point to obtain information for.
Returns
GasSupplyPointExamples
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 GasSupplyPoint($id: ID!) {
gasSupplyPoint(id: $id) {
activeAgreement {
...AgreementFragment
}
agreements {
...AgreementFragment
}
atrTariffs {
...ATRTariffFragment
}
cups
id
networkOperator {
...NetworkOperatorFragment
}
status
supplyPeriods {
...SupplyPeriodConnectionTypeConnectionFragment
}
}
}
Variables
{
"id": "63945289"
}
Response
{
"data": {
"gasSupplyPoint": {
"activeAgreement": Agreement,
"agreements": [Agreement],
"atrTariffs": [ATRTariff],
"cups": "player-every-fight-month-down",
"id": "54821396",
"networkOperator": NetworkOperator,
"status": "especially-avoid-store-model-happy",
"supplyPeriods": SupplyPeriodConnectionTypeConnection
}
}
}