Skip to main content

Arguments

isDeprecated : Boolean

Only return (non-) deprecated heat pumps.

make : String

Only return heat pumps of a specific make.

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