heatPumpVariants
All heat pumps and their details.
Deprecation
The 'heatPumpVariants' field is deprecated.Please use 'flexSupportedDevices' instead.
- Marked as deprecated on 2026-04-15.
- Scheduled for removal on or after 2026-10-15.
Arguments
Returns
[HeatPumpVariantsType]Possible Errors
Allowed Viewers
Required Permissions
(No)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 HeatPumpVariants(
$isDeprecated: Boolean,
$make: String
) {
heatPumpVariants(
isDeprecated: $isDeprecated,
make: $make
) {
make
models {
...HeatPumpVariantModelsTypeFragment
}
}
}
Variables
{
"isDeprecated": true,
"make": "him-news-yes-player-reveal"
}
Response
{
"data": {
"heatPumpVariants": [
{
"make": "school-rock-current-type-over",
"models": [HeatPumpVariantModelsType]
}
]
}
}