Skip to main content

Arguments

pdr : String! required

The PDR of the gas supply point to obtain information for.

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