gasSupplyPoint
Get information about a gas supply point by PDR.
Arguments
The PDR of the gas supply point to obtain information for.
Returns
GasSupplyPointType!Possible Errors
Allowed Viewers
Query Complexity
1Examples
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($pdr: String!) {
gasSupplyPoint(pdr: $pdr) {
address {
...AddressTypeFragment
}
agreements {
...AgreementConnectionTypeConnectionFragment
}
cancellationReason
distributorPhoneNumber
enrolmentStartDate
enrolmentStatus
id
isSmartMeter
pdr
product {
...GasProductTypeFragment
}
status
supplyStartDate
}
}
Variables
{
"pdr": "require-front-particularly-rock-president"
}
Response
{
"data": {
"gasSupplyPoint": {
"address": AddressType,
"agreements": AgreementConnectionTypeConnection,
"cancellationReason": "CUSTOMER_CHANGED_MIND",
"distributorPhoneNumber": "win-detail-TV-shake-population",
"enrolmentStartDate": "1990-11-13",
"enrolmentStatus": "SWITCH_REQUEST_RECEIVED",
"id": "78670059",
"isSmartMeter": true,
"pdr": "she-third-find-realize-support",
"product": GasProductType,
"status": "he-red-say-organization-task",
"supplyStartDate": "2020-09-29"
}
}
}