Skip to main content

Arguments

id : ID! required

The ID of the supply point to obtain information for.

Returns

GasSupplyPoint

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access customer queries

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 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 } } }