Skip to main content

Returns

SetVehicleChargingPreferences

Allow customers to set/update their vehicle's charging preferences.

Allowed Viewers

Customer Partner User Third party

Rate Limits

Key Steps
user ['300/h']

Query Complexity

5

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

mutation SetVehicleChargePreferences($input: VehicleChargingPreferencesInput) { setVehicleChargePreferences(input: $input) { krakenflexDevice { ...KrakenFlexDeviceTypeFragment } } }

Variables

Response

{ "data": { "setVehicleChargePreferences": { "krakenflexDevice": KrakenFlexDeviceType } } }