wanCoverage
Likelihood that a smart meter at the given postcode and optional address identifier will get a stable network connection.
Arguments
Possible Errors
Allowed Viewers
Required Permissions
Can access customer queriesCan query wan data
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 WanCoverage(
$addressIdentifier: String,
$postcode: String!,
$propertyId: ID
) {
wanCoverage(
addressIdentifier: $addressIdentifier,
postcode: $postcode,
propertyId: $propertyId
)
}
Variables
{
"addressIdentifier": "45907763",
"postcode": "argue-personal-feel-tough-beyond",
"propertyId": "78184456"
}
Response
{
"data": {
"wanCoverage": "HIGH"
}
}