Skip to main content

Arguments

addressIdentifier : String

The address identifier to search for.

postcode : String! required

Postcode to search the coverage for

propertyId : ID

The property ID to search for.

Returns

WANCoverageStrengths

An enumeration.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access customer queries
OR Can query wan data

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 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" } }