wanCoverageDetail
Detailed WAN coverage report for a given post code and optional address identifier.
Arguments
Returns
[WanCoverageDetail]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 WanCoverageDetail(
$addressIdentifier: String,
$postcode: String!,
$propertyId: ID
) {
wanCoverageDetail(
addressIdentifier: $addressIdentifier,
postcode: $postcode,
propertyId: $propertyId
) {
additionalInformation
addressIdentifier
anticipatedCoverageAt
auxiliaryEquipment
connectivityLikelihood
isCoverageAvailable
postcode
wanTechnology
}
}
Variables
{
"addressIdentifier": "13103755",
"postcode": "business-get-box-together-century",
"propertyId": "87042077"
}
Response
{
"data": {
"wanCoverageDetail": [
{
"additionalInformation": "American-back-right-billion-first",
"addressIdentifier": "46149884",
"anticipatedCoverageAt": "morning-gun-bad-understand-head",
"auxiliaryEquipment": "result-reality-behind-forget-account",
"connectivityLikelihood": "thousand-where-born-type-social",
"isCoverageAvailable": true,
"postcode": "right-call-until-even-before",
"wanTechnology": "office-rise-little-industry-value"
}
]
}
}