Skip to main content

Arguments

supplyPointIdentifier : String! required

The identifier of the supply point.

Returns

Boolean!

The Boolean scalar type represents true or false.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query meter point

Rate Limits

Key Steps
ip ['10/m', '5/m', '1/m', '1/h']

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 NeedsInternalChangeOfOwnership($supplyPointIdentifier: String!) { needsInternalChangeOfOwnership(supplyPointIdentifier: $supplyPointIdentifier) }

Variables

{ "supplyPointIdentifier": "78786576" }

Response

{ "data": { "needsInternalChangeOfOwnership": true } }