Skip to main content

Arguments

consumption : Int! required

High-range monthly consumption in EUR.

roofSize : Float! required

Roof size in square meters.

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 SolarSimulatorQuote( $consumption: Int!, $roofSize: Float! ) { solarSimulatorQuote( consumption: $consumption, roofSize: $roofSize ) { batteryPrice cashPaymentPrice cashPaymentPriceWithBattery cashPrice chargerPrice co2Emissions { ...SolarSimulationCO2SavingsFragment } financedPrices { ...SolarSimulationFinancedPricesFragment } financePaymentPrices financePaymentPricesWithBattery governmentSubsidiesMultiplier message numberOfPanels panelPower panelPowerUnit postInstalationMonthlySpending postInstallationMultipliers { ...SolarSimulationPostInstallationMultipliersFragment } priceUnit totalPower totalPowerUnit twentyFiveYearSavings twentyFiveYearSavingsMultipliers { ...SolarSimulationTwentyFiveYearSavingsMultipliersFragment } twentyFiveYearSavingsWithBattery } }

Variables

{ "consumption": 55, "roofSize": 947.3 }

Response

{ "data": { "solarSimulatorQuote": { "batteryPrice": 878.44, "cashPaymentPrice": 720.59, "cashPaymentPriceWithBattery": 823.42, "cashPrice": 451.66, "chargerPrice": 770.1, "co2Emissions": SolarSimulationCO2Savings, "financedPrices": SolarSimulationFinancedPrices, "financePaymentPrices": NO_EXAMPLE_AVAILABLE, "financePaymentPricesWithBattery": NO_EXAMPLE_AVAILABLE, "governmentSubsidiesMultiplier": 148.91, "message": "service-skill-between-evening-difference", "numberOfPanels": 73, "panelPower": 188.56, "panelPowerUnit": "group-strong-although-provide-home", "postInstalationMonthlySpending": 361.44, "postInstallationMultipliers": SolarSimulationPostInstallationMultipliers, "priceUnit": "product-suddenly-value-impact-meeting", "totalPower": 469.1, "totalPowerUnit": "apply-news-sea-try-defense", "twentyFiveYearSavings": 570.74, "twentyFiveYearSavingsMultipliers": SolarSimulationTwentyFiveYearSavingsMultipliers, "twentyFiveYearSavingsWithBattery": 814.25 } } }