Skip to main content

Arguments

make : String

Only return batteries 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 BatteryVariants($make: String) { batteryVariants(make: $make) { make models { ...BatteryVariantModelsTypeFragment } } }

Variables

{ "make": "learn-street-computer-challenge-trade" }

Response

{ "data": { "batteryVariants": [ { "make": "experience-amount-may-wrong-structure", "models": [BatteryVariantModelsType] } ] } }