needsInternalChangeOfOwnership
Check whether a supply point should go through an internal change of ownership process or not. For gas only.
Arguments
The identifier of the supply point.
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 NeedsInternalChangeOfOwnership($supplyPointIdentifier: String!) {
needsInternalChangeOfOwnership(supplyPointIdentifier: $supplyPointIdentifier)
}
Variables
{
"supplyPointIdentifier": "13969484"
}
Response
{
"data": {
"needsInternalChangeOfOwnership": true
}
}