solarTariff
Send information about the current solar tariff.
Returns
SpecialTariffExamples
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 SolarTariff {
solarTariff {
code
description
displayName
id
marketName
params {
...ProductParamsFragment
}
prices {
...ProductPricesWithExcessFragment
}
}
}
Response
{
"data": {
"solarTariff": {
"code": "change-bring-environmental-size-market",
"description": "product-laugh-challenge-hundred-evening",
"displayName": "paper-learn-western-them-relationship",
"id": 63262191,
"marketName": "water-year-pay-base-democratic",
"params": ProductParams,
"prices": ProductPricesWithExcess
}
}
}