wanCoverage
Likelihood that a smart meter at the given postcode and optional address identifier will get a stable network connection.
Arguments
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 WanCoverage(
$addressIdentifier: String,
$postcode: String!,
$propertyId: ID
) {
wanCoverage(
addressIdentifier: $addressIdentifier,
postcode: $postcode,
propertyId: $propertyId
)
}
Variables
{
"addressIdentifier": "23995553",
"postcode": "fly-image-herself-yard-challenge",
"propertyId": "26779531"
}
Response
{
"data": {
"wanCoverage": "HIGH"
}
}