Skip to main content

Arguments

gridOperatorCode : String! required

The grid operator code to get tariffs for.

productCode : String

The product code to get the tariff for.

Allowed Viewers

Customer Partner User Third party

Required Permissions

(No)

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 TariffSummary( $gridOperatorCode: String!, $productCode: String ) { tariffSummary( gridOperatorCode: $gridOperatorCode, productCode: $productCode ) { code displayName gridOperatorCode productParams tiers { ...TariffTierFragment } } }

Variables

{ "gridOperatorCode": "alone-new-national-name-option", "productCode": "design-fight-herself-federal-military" }

Response

{ "data": { "tariffSummary": [ { "code": "usually-entire-movie-science-thought", "displayName": "discover-decision-clearly-price-I", "gridOperatorCode": "executive-character-between-watch-remain", "productParams": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType, "tiers": [TariffTier] } ] } }