@chargetrip/types 1.40.0 → 1.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +31 -12
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +31 -12
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +390 -170
- package/graphql.schema.json +1050 -344
- package/package.json +1 -1
- package/src/graphql.ts +415 -171
package/graphql.schema.json
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
{
|
|
66
66
|
"kind": "SCALAR",
|
|
67
67
|
"name": "Acknowledgement",
|
|
68
|
-
"description": "Returns 'OK'",
|
|
68
|
+
"description": "Acknowledgement scalar. Returns 'OK'.",
|
|
69
69
|
"fields": null,
|
|
70
70
|
"inputFields": null,
|
|
71
71
|
"interfaces": null,
|
|
@@ -964,7 +964,7 @@
|
|
|
964
964
|
{
|
|
965
965
|
"kind": "OBJECT",
|
|
966
966
|
"name": "Car",
|
|
967
|
-
"description": "
|
|
967
|
+
"description": "Deprecated: In favour of Vehicle.",
|
|
968
968
|
"fields": [
|
|
969
969
|
{
|
|
970
970
|
"name": "id",
|
|
@@ -1441,7 +1441,7 @@
|
|
|
1441
1441
|
{
|
|
1442
1442
|
"kind": "OBJECT",
|
|
1443
1443
|
"name": "CarAvailability",
|
|
1444
|
-
"description":
|
|
1444
|
+
"description": "Deprecated: In favour of VehicleAvailability.",
|
|
1445
1445
|
"fields": [
|
|
1446
1446
|
{
|
|
1447
1447
|
"name": "status",
|
|
@@ -1464,7 +1464,7 @@
|
|
|
1464
1464
|
{
|
|
1465
1465
|
"kind": "OBJECT",
|
|
1466
1466
|
"name": "CarBattery",
|
|
1467
|
-
"description":
|
|
1467
|
+
"description": "Deprecated: In favour of VehicleBattery.",
|
|
1468
1468
|
"fields": [
|
|
1469
1469
|
{
|
|
1470
1470
|
"name": "usable_kwh",
|
|
@@ -1546,7 +1546,7 @@
|
|
|
1546
1546
|
{
|
|
1547
1547
|
"kind": "ENUM",
|
|
1548
1548
|
"name": "CarBatteryFieldEstimations",
|
|
1549
|
-
"description": "
|
|
1549
|
+
"description": "Deprecated: In favour of VehicleBatteryFieldEstimations.",
|
|
1550
1550
|
"fields": null,
|
|
1551
1551
|
"inputFields": null,
|
|
1552
1552
|
"interfaces": null,
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
{
|
|
1582
1582
|
"kind": "OBJECT",
|
|
1583
1583
|
"name": "CarBody",
|
|
1584
|
-
"description":
|
|
1584
|
+
"description": "Deprecated: In favour of VehicleBody.",
|
|
1585
1585
|
"fields": [
|
|
1586
1586
|
{
|
|
1587
1587
|
"name": "width",
|
|
@@ -1692,7 +1692,7 @@
|
|
|
1692
1692
|
{
|
|
1693
1693
|
"kind": "INPUT_OBJECT",
|
|
1694
1694
|
"name": "CarConsumptionInput",
|
|
1695
|
-
"description": "
|
|
1695
|
+
"description": "Deprecated: In favour of VehicleConsumptionInput.",
|
|
1696
1696
|
"fields": null,
|
|
1697
1697
|
"inputFields": [
|
|
1698
1698
|
{
|
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
{
|
|
1728
1728
|
"kind": "ENUM",
|
|
1729
1729
|
"name": "CarDrivetrain",
|
|
1730
|
-
"description": "
|
|
1730
|
+
"description": "Deprecated: In favour of VehicleDrivetrain.",
|
|
1731
1731
|
"fields": null,
|
|
1732
1732
|
"inputFields": null,
|
|
1733
1733
|
"interfaces": null,
|
|
@@ -1844,7 +1844,7 @@
|
|
|
1844
1844
|
{
|
|
1845
1845
|
"kind": "ENUM",
|
|
1846
1846
|
"name": "CarFuel",
|
|
1847
|
-
"description": "
|
|
1847
|
+
"description": "Deprecated: In favour of VehicleFuel.",
|
|
1848
1848
|
"fields": null,
|
|
1849
1849
|
"inputFields": null,
|
|
1850
1850
|
"interfaces": null,
|
|
@@ -1861,7 +1861,7 @@
|
|
|
1861
1861
|
{
|
|
1862
1862
|
"kind": "OBJECT",
|
|
1863
1863
|
"name": "CarImage",
|
|
1864
|
-
"description":
|
|
1864
|
+
"description": "Deprecated: In favour of VehicleImage",
|
|
1865
1865
|
"fields": [
|
|
1866
1866
|
{
|
|
1867
1867
|
"name": "id",
|
|
@@ -2027,7 +2027,7 @@
|
|
|
2027
2027
|
{
|
|
2028
2028
|
"kind": "ENUM",
|
|
2029
2029
|
"name": "CarImageType",
|
|
2030
|
-
"description": "
|
|
2030
|
+
"description": "Deprecated: In favour of VehicleImageType.",
|
|
2031
2031
|
"fields": null,
|
|
2032
2032
|
"inputFields": null,
|
|
2033
2033
|
"interfaces": null,
|
|
@@ -2074,7 +2074,7 @@
|
|
|
2074
2074
|
{
|
|
2075
2075
|
"kind": "ENUM",
|
|
2076
2076
|
"name": "CarImageTypeUploadable",
|
|
2077
|
-
"description": "
|
|
2077
|
+
"description": "Deprecated: In favour of VehicleImageTypeUploadable.",
|
|
2078
2078
|
"fields": null,
|
|
2079
2079
|
"inputFields": null,
|
|
2080
2080
|
"interfaces": null,
|
|
@@ -2091,7 +2091,7 @@
|
|
|
2091
2091
|
{
|
|
2092
2092
|
"kind": "OBJECT",
|
|
2093
2093
|
"name": "CarList",
|
|
2094
|
-
"description": "
|
|
2094
|
+
"description": "Deprecated: In favour of VehicleList.",
|
|
2095
2095
|
"fields": [
|
|
2096
2096
|
{
|
|
2097
2097
|
"name": "id",
|
|
@@ -2630,7 +2630,7 @@
|
|
|
2630
2630
|
{
|
|
2631
2631
|
"kind": "OBJECT",
|
|
2632
2632
|
"name": "CarListAvailability",
|
|
2633
|
-
"description":
|
|
2633
|
+
"description": "Deprecated: In favour of VehicleListAvailability.",
|
|
2634
2634
|
"fields": [
|
|
2635
2635
|
{
|
|
2636
2636
|
"name": "status",
|
|
@@ -2653,7 +2653,7 @@
|
|
|
2653
2653
|
{
|
|
2654
2654
|
"kind": "OBJECT",
|
|
2655
2655
|
"name": "CarListBattery",
|
|
2656
|
-
"description":
|
|
2656
|
+
"description": "Deprecated: In favour of VehicleListBattery.",
|
|
2657
2657
|
"fields": [
|
|
2658
2658
|
{
|
|
2659
2659
|
"name": "usable_kwh",
|
|
@@ -2688,7 +2688,7 @@
|
|
|
2688
2688
|
{
|
|
2689
2689
|
"kind": "OBJECT",
|
|
2690
2690
|
"name": "CarListBody",
|
|
2691
|
-
"description":
|
|
2691
|
+
"description": "Deprecated: In favour of VehicleListBody.",
|
|
2692
2692
|
"fields": [
|
|
2693
2693
|
{
|
|
2694
2694
|
"name": "seats",
|
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
{
|
|
2712
2712
|
"kind": "INPUT_OBJECT",
|
|
2713
2713
|
"name": "CarListFilter",
|
|
2714
|
-
"description":
|
|
2714
|
+
"description": "Deprecated: In favour of VehicleListFilter.",
|
|
2715
2715
|
"fields": null,
|
|
2716
2716
|
"inputFields": [
|
|
2717
2717
|
{
|
|
@@ -2750,7 +2750,7 @@
|
|
|
2750
2750
|
{
|
|
2751
2751
|
"kind": "OBJECT",
|
|
2752
2752
|
"name": "CarListMedia",
|
|
2753
|
-
"description":
|
|
2753
|
+
"description": "Deprecated: In favour of VehicleListMedia.",
|
|
2754
2754
|
"fields": [
|
|
2755
2755
|
{
|
|
2756
2756
|
"name": "image",
|
|
@@ -2797,7 +2797,7 @@
|
|
|
2797
2797
|
{
|
|
2798
2798
|
"kind": "OBJECT",
|
|
2799
2799
|
"name": "CarListNaming",
|
|
2800
|
-
"description":
|
|
2800
|
+
"description": "Deprecated: In favour of VehicleListNaming.",
|
|
2801
2801
|
"fields": [
|
|
2802
2802
|
{
|
|
2803
2803
|
"name": "make",
|
|
@@ -2939,11 +2939,11 @@
|
|
|
2939
2939
|
{
|
|
2940
2940
|
"kind": "OBJECT",
|
|
2941
2941
|
"name": "CarListRange",
|
|
2942
|
-
"description":
|
|
2942
|
+
"description": "Deprecated: In favour of VehicleListRange.",
|
|
2943
2943
|
"fields": [
|
|
2944
2944
|
{
|
|
2945
2945
|
"name": "chargetrip_range",
|
|
2946
|
-
"description": "
|
|
2946
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
2947
2947
|
"args": [],
|
|
2948
2948
|
"type": {
|
|
2949
2949
|
"kind": "OBJECT",
|
|
@@ -2998,7 +2998,7 @@
|
|
|
2998
2998
|
{
|
|
2999
2999
|
"kind": "OBJECT",
|
|
3000
3000
|
"name": "CarListRouting",
|
|
3001
|
-
"description":
|
|
3001
|
+
"description": "Deprecated: In favour of VehicleListRouting.",
|
|
3002
3002
|
"fields": [
|
|
3003
3003
|
{
|
|
3004
3004
|
"name": "fast_charging_support",
|
|
@@ -3021,7 +3021,7 @@
|
|
|
3021
3021
|
{
|
|
3022
3022
|
"kind": "OBJECT",
|
|
3023
3023
|
"name": "CarMedia",
|
|
3024
|
-
"description":
|
|
3024
|
+
"description": "Deprecated: In favour of VehicleMedia.",
|
|
3025
3025
|
"fields": [
|
|
3026
3026
|
{
|
|
3027
3027
|
"name": "evdb_details_url",
|
|
@@ -3124,7 +3124,7 @@
|
|
|
3124
3124
|
{
|
|
3125
3125
|
"kind": "ENUM",
|
|
3126
3126
|
"name": "CarMode",
|
|
3127
|
-
"description": "
|
|
3127
|
+
"description": "Deprecated: In favour of VehicleMode.",
|
|
3128
3128
|
"fields": null,
|
|
3129
3129
|
"inputFields": null,
|
|
3130
3130
|
"interfaces": null,
|
|
@@ -3153,7 +3153,7 @@
|
|
|
3153
3153
|
{
|
|
3154
3154
|
"kind": "OBJECT",
|
|
3155
3155
|
"name": "CarNaming",
|
|
3156
|
-
"description":
|
|
3156
|
+
"description": "Deprecated: In favour of VehicleNaming.",
|
|
3157
3157
|
"fields": [
|
|
3158
3158
|
{
|
|
3159
3159
|
"name": "make",
|
|
@@ -3224,7 +3224,7 @@
|
|
|
3224
3224
|
{
|
|
3225
3225
|
"kind": "OBJECT",
|
|
3226
3226
|
"name": "CarPerformance",
|
|
3227
|
-
"description":
|
|
3227
|
+
"description": "Deprecated: In favour of VehiclePerformance.",
|
|
3228
3228
|
"fields": [
|
|
3229
3229
|
{
|
|
3230
3230
|
"name": "acceleration",
|
|
@@ -3259,7 +3259,7 @@
|
|
|
3259
3259
|
{
|
|
3260
3260
|
"kind": "OBJECT",
|
|
3261
3261
|
"name": "CarPlug",
|
|
3262
|
-
"description": "
|
|
3262
|
+
"description": "Deprecated: In favour of VehicleConnector.",
|
|
3263
3263
|
"fields": [
|
|
3264
3264
|
{
|
|
3265
3265
|
"name": "standard",
|
|
@@ -3330,7 +3330,7 @@
|
|
|
3330
3330
|
{
|
|
3331
3331
|
"kind": "OBJECT",
|
|
3332
3332
|
"name": "CarPremium",
|
|
3333
|
-
"description": "
|
|
3333
|
+
"description": "Deprecated: In favour of VehiclePremium.",
|
|
3334
3334
|
"fields": [
|
|
3335
3335
|
{
|
|
3336
3336
|
"name": "id",
|
|
@@ -3577,7 +3577,7 @@
|
|
|
3577
3577
|
{
|
|
3578
3578
|
"kind": "OBJECT",
|
|
3579
3579
|
"name": "CarPremiumAvailability",
|
|
3580
|
-
"description":
|
|
3580
|
+
"description": "Deprecated: In favour of VehiclePremiumAvailability.",
|
|
3581
3581
|
"fields": [
|
|
3582
3582
|
{
|
|
3583
3583
|
"name": "status",
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
{
|
|
3637
3637
|
"kind": "OBJECT",
|
|
3638
3638
|
"name": "CarPremiumBattery",
|
|
3639
|
-
"description":
|
|
3639
|
+
"description": "Deprecated: In favour of VehiclePremiumBattery.",
|
|
3640
3640
|
"fields": [
|
|
3641
3641
|
{
|
|
3642
3642
|
"name": "usable_kwh",
|
|
@@ -3719,7 +3719,7 @@
|
|
|
3719
3719
|
{
|
|
3720
3720
|
"kind": "OBJECT",
|
|
3721
3721
|
"name": "CarPremiumBody",
|
|
3722
|
-
"description":
|
|
3722
|
+
"description": "Deprecated: In favour of VehiclePremiumBody.",
|
|
3723
3723
|
"fields": [
|
|
3724
3724
|
{
|
|
3725
3725
|
"name": "length",
|
|
@@ -4066,7 +4066,7 @@
|
|
|
4066
4066
|
{
|
|
4067
4067
|
"kind": "OBJECT",
|
|
4068
4068
|
"name": "CarPremiumCharge",
|
|
4069
|
-
"description":
|
|
4069
|
+
"description": "Deprecated: In favour of VehiclePremiumCharge.",
|
|
4070
4070
|
"fields": [
|
|
4071
4071
|
{
|
|
4072
4072
|
"name": "plug",
|
|
@@ -4137,7 +4137,7 @@
|
|
|
4137
4137
|
{
|
|
4138
4138
|
"kind": "OBJECT",
|
|
4139
4139
|
"name": "CarPremiumChargeAlternativeOBC",
|
|
4140
|
-
"description":
|
|
4140
|
+
"description": "Deprecated: In favour of VehiclePremiumChargeAlternativeOBC.",
|
|
4141
4141
|
"fields": [
|
|
4142
4142
|
{
|
|
4143
4143
|
"name": "power",
|
|
@@ -4224,7 +4224,7 @@
|
|
|
4224
4224
|
{
|
|
4225
4225
|
"kind": "OBJECT",
|
|
4226
4226
|
"name": "CarPremiumChargeOBCTable",
|
|
4227
|
-
"description":
|
|
4227
|
+
"description": "Deprecated: In favour of VehiclePremiumChargeOBCTable.",
|
|
4228
4228
|
"fields": [
|
|
4229
4229
|
{
|
|
4230
4230
|
"name": "evse_phase_voltage",
|
|
@@ -4343,7 +4343,7 @@
|
|
|
4343
4343
|
{
|
|
4344
4344
|
"kind": "OBJECT",
|
|
4345
4345
|
"name": "CarPremiumChargeOptionOBC",
|
|
4346
|
-
"description":
|
|
4346
|
+
"description": "Deprecated: In favour of VehiclePremiumChargeOptionOBC.",
|
|
4347
4347
|
"fields": [
|
|
4348
4348
|
{
|
|
4349
4349
|
"name": "power",
|
|
@@ -4430,7 +4430,7 @@
|
|
|
4430
4430
|
{
|
|
4431
4431
|
"kind": "OBJECT",
|
|
4432
4432
|
"name": "CarPremiumChargePlug",
|
|
4433
|
-
"description":
|
|
4433
|
+
"description": "Deprecated: In favour of VehiclePremiumChargePlug.",
|
|
4434
4434
|
"fields": [
|
|
4435
4435
|
{
|
|
4436
4436
|
"name": "value",
|
|
@@ -4477,7 +4477,7 @@
|
|
|
4477
4477
|
{
|
|
4478
4478
|
"kind": "OBJECT",
|
|
4479
4479
|
"name": "CarPremiumChargePower",
|
|
4480
|
-
"description":
|
|
4480
|
+
"description": "Deprecated: In favour of VehiclePremiumChargePower.",
|
|
4481
4481
|
"fields": [
|
|
4482
4482
|
{
|
|
4483
4483
|
"name": "max",
|
|
@@ -4512,7 +4512,7 @@
|
|
|
4512
4512
|
{
|
|
4513
4513
|
"kind": "OBJECT",
|
|
4514
4514
|
"name": "CarPremiumChargeSecondPlug",
|
|
4515
|
-
"description":
|
|
4515
|
+
"description": "Deprecated: In favour of VehiclePremiumChargeSecondPlug.",
|
|
4516
4516
|
"fields": [
|
|
4517
4517
|
{
|
|
4518
4518
|
"name": "location",
|
|
@@ -4547,7 +4547,7 @@
|
|
|
4547
4547
|
{
|
|
4548
4548
|
"kind": "OBJECT",
|
|
4549
4549
|
"name": "CarPremiumChargeStandardOBC",
|
|
4550
|
-
"description":
|
|
4550
|
+
"description": "Deprecated: In favour of VehiclePremiumChargeStandardOBC.",
|
|
4551
4551
|
"fields": [
|
|
4552
4552
|
{
|
|
4553
4553
|
"name": "power",
|
|
@@ -4646,7 +4646,7 @@
|
|
|
4646
4646
|
{
|
|
4647
4647
|
"kind": "OBJECT",
|
|
4648
4648
|
"name": "CarPremiumDrivetrain",
|
|
4649
|
-
"description":
|
|
4649
|
+
"description": "Deprecated: In favour of VehiclePremiumDrivetrain.",
|
|
4650
4650
|
"fields": [
|
|
4651
4651
|
{
|
|
4652
4652
|
"name": "type",
|
|
@@ -4765,7 +4765,7 @@
|
|
|
4765
4765
|
{
|
|
4766
4766
|
"kind": "OBJECT",
|
|
4767
4767
|
"name": "CarPremiumEfficiency",
|
|
4768
|
-
"description":
|
|
4768
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiency.",
|
|
4769
4769
|
"fields": [
|
|
4770
4770
|
{
|
|
4771
4771
|
"name": "wltp",
|
|
@@ -4824,7 +4824,7 @@
|
|
|
4824
4824
|
{
|
|
4825
4825
|
"kind": "OBJECT",
|
|
4826
4826
|
"name": "CarPremiumEfficiencyNEDC",
|
|
4827
|
-
"description":
|
|
4827
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiencyNEDC.",
|
|
4828
4828
|
"fields": [
|
|
4829
4829
|
{
|
|
4830
4830
|
"name": "value",
|
|
@@ -4895,7 +4895,7 @@
|
|
|
4895
4895
|
{
|
|
4896
4896
|
"kind": "OBJECT",
|
|
4897
4897
|
"name": "CarPremiumEfficiencyReal",
|
|
4898
|
-
"description":
|
|
4898
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiencyProvider.",
|
|
4899
4899
|
"fields": [
|
|
4900
4900
|
{
|
|
4901
4901
|
"name": "value",
|
|
@@ -4954,7 +4954,7 @@
|
|
|
4954
4954
|
{
|
|
4955
4955
|
"kind": "OBJECT",
|
|
4956
4956
|
"name": "CarPremiumEfficiencyRealValue",
|
|
4957
|
-
"description":
|
|
4957
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiencyProviderValue.",
|
|
4958
4958
|
"fields": [
|
|
4959
4959
|
{
|
|
4960
4960
|
"name": "highway",
|
|
@@ -5001,7 +5001,7 @@
|
|
|
5001
5001
|
{
|
|
5002
5002
|
"kind": "OBJECT",
|
|
5003
5003
|
"name": "CarPremiumEfficiencyWLTP",
|
|
5004
|
-
"description":
|
|
5004
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiencyWLTP.",
|
|
5005
5005
|
"fields": [
|
|
5006
5006
|
{
|
|
5007
5007
|
"name": "value",
|
|
@@ -5072,7 +5072,7 @@
|
|
|
5072
5072
|
{
|
|
5073
5073
|
"kind": "OBJECT",
|
|
5074
5074
|
"name": "CarPremiumEfficiencyWLTPTEH",
|
|
5075
|
-
"description":
|
|
5075
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiencyWLTPTEH.",
|
|
5076
5076
|
"fields": [
|
|
5077
5077
|
{
|
|
5078
5078
|
"name": "value",
|
|
@@ -5143,7 +5143,7 @@
|
|
|
5143
5143
|
{
|
|
5144
5144
|
"kind": "OBJECT",
|
|
5145
5145
|
"name": "CarPremiumFastCharge",
|
|
5146
|
-
"description":
|
|
5146
|
+
"description": "Deprecated: In favour of VehiclePremiumChargePlug.",
|
|
5147
5147
|
"fields": [
|
|
5148
5148
|
{
|
|
5149
5149
|
"name": "plug",
|
|
@@ -5242,7 +5242,7 @@
|
|
|
5242
5242
|
{
|
|
5243
5243
|
"kind": "OBJECT",
|
|
5244
5244
|
"name": "CarPremiumFastChargeTable",
|
|
5245
|
-
"description":
|
|
5245
|
+
"description": "Deprecated: In favour of VehiclePremiumFastChargeTable.",
|
|
5246
5246
|
"fields": [
|
|
5247
5247
|
{
|
|
5248
5248
|
"name": "format",
|
|
@@ -5325,7 +5325,7 @@
|
|
|
5325
5325
|
{
|
|
5326
5326
|
"kind": "OBJECT",
|
|
5327
5327
|
"name": "CarPremiumMedia",
|
|
5328
|
-
"description":
|
|
5328
|
+
"description": "Deprecated: In favour of VehiclePremiumMedia.",
|
|
5329
5329
|
"fields": [
|
|
5330
5330
|
{
|
|
5331
5331
|
"name": "evdb_details_url",
|
|
@@ -5428,7 +5428,7 @@
|
|
|
5428
5428
|
{
|
|
5429
5429
|
"kind": "OBJECT",
|
|
5430
5430
|
"name": "CarPremiumNaming",
|
|
5431
|
-
"description":
|
|
5431
|
+
"description": "Deprecated: In favour of VehiclePremiumNaming.",
|
|
5432
5432
|
"fields": [
|
|
5433
5433
|
{
|
|
5434
5434
|
"name": "make",
|
|
@@ -5499,7 +5499,7 @@
|
|
|
5499
5499
|
{
|
|
5500
5500
|
"kind": "OBJECT",
|
|
5501
5501
|
"name": "CarPremiumPerformance",
|
|
5502
|
-
"description":
|
|
5502
|
+
"description": "Deprecated: In favour of VehiclePremiumPerformance.",
|
|
5503
5503
|
"fields": [
|
|
5504
5504
|
{
|
|
5505
5505
|
"name": "acceleration",
|
|
@@ -5558,7 +5558,7 @@
|
|
|
5558
5558
|
{
|
|
5559
5559
|
"kind": "OBJECT",
|
|
5560
5560
|
"name": "CarPremiumPrice",
|
|
5561
|
-
"description":
|
|
5561
|
+
"description": "Deprecated: In favour of VehiclePremiumPrice.",
|
|
5562
5562
|
"fields": [
|
|
5563
5563
|
{
|
|
5564
5564
|
"name": "de",
|
|
@@ -5605,7 +5605,7 @@
|
|
|
5605
5605
|
{
|
|
5606
5606
|
"kind": "OBJECT",
|
|
5607
5607
|
"name": "CarPremiumPriceValue",
|
|
5608
|
-
"description":
|
|
5608
|
+
"description": "Deprecated: In favour of VehiclePremiumPrice.value",
|
|
5609
5609
|
"fields": [
|
|
5610
5610
|
{
|
|
5611
5611
|
"name": "value",
|
|
@@ -5664,7 +5664,7 @@
|
|
|
5664
5664
|
{
|
|
5665
5665
|
"kind": "OBJECT",
|
|
5666
5666
|
"name": "CarPremiumPriceValueWithGrant",
|
|
5667
|
-
"description":
|
|
5667
|
+
"description": "Deprecated: In favour of VehiclePremiumPriceValueWithGrant.",
|
|
5668
5668
|
"fields": [
|
|
5669
5669
|
{
|
|
5670
5670
|
"name": "value",
|
|
@@ -5735,7 +5735,7 @@
|
|
|
5735
5735
|
{
|
|
5736
5736
|
"kind": "OBJECT",
|
|
5737
5737
|
"name": "CarPremiumRange",
|
|
5738
|
-
"description":
|
|
5738
|
+
"description": "Deprecated: In favour of VehiclePremiumRange.",
|
|
5739
5739
|
"fields": [
|
|
5740
5740
|
{
|
|
5741
5741
|
"name": "wltp",
|
|
@@ -5847,7 +5847,7 @@
|
|
|
5847
5847
|
},
|
|
5848
5848
|
{
|
|
5849
5849
|
"name": "chargetrip_range",
|
|
5850
|
-
"description": "
|
|
5850
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
5851
5851
|
"args": [],
|
|
5852
5852
|
"type": {
|
|
5853
5853
|
"kind": "OBJECT",
|
|
@@ -5866,7 +5866,7 @@
|
|
|
5866
5866
|
{
|
|
5867
5867
|
"kind": "OBJECT",
|
|
5868
5868
|
"name": "CarPremiumRangeValue",
|
|
5869
|
-
"description":
|
|
5869
|
+
"description": "Deprecated: In favour of VehiclePremiumRangeValue.",
|
|
5870
5870
|
"fields": [
|
|
5871
5871
|
{
|
|
5872
5872
|
"name": "highway",
|
|
@@ -5913,7 +5913,7 @@
|
|
|
5913
5913
|
{
|
|
5914
5914
|
"kind": "OBJECT",
|
|
5915
5915
|
"name": "CarPremiumRouting",
|
|
5916
|
-
"description":
|
|
5916
|
+
"description": "Deprecated: In favour of VehiclePremiumRouting.",
|
|
5917
5917
|
"fields": [
|
|
5918
5918
|
{
|
|
5919
5919
|
"name": "fast_charging_support",
|
|
@@ -5984,7 +5984,7 @@
|
|
|
5984
5984
|
{
|
|
5985
5985
|
"kind": "OBJECT",
|
|
5986
5986
|
"name": "CarPremiumRoutingConsumption",
|
|
5987
|
-
"description":
|
|
5987
|
+
"description": "Deprecated: In favour of VehiclePremiumRoutingConsumption.",
|
|
5988
5988
|
"fields": [
|
|
5989
5989
|
{
|
|
5990
5990
|
"name": "aux",
|
|
@@ -6031,7 +6031,7 @@
|
|
|
6031
6031
|
{
|
|
6032
6032
|
"kind": "OBJECT",
|
|
6033
6033
|
"name": "CarPremiumRoutingConsumptionValue",
|
|
6034
|
-
"description":
|
|
6034
|
+
"description": "Deprecated: In favour of VehiclePremiumRoutingConsumptionValue.",
|
|
6035
6035
|
"fields": [
|
|
6036
6036
|
{
|
|
6037
6037
|
"name": "best",
|
|
@@ -6066,7 +6066,7 @@
|
|
|
6066
6066
|
{
|
|
6067
6067
|
"kind": "OBJECT",
|
|
6068
6068
|
"name": "CarPremiumSafety",
|
|
6069
|
-
"description":
|
|
6069
|
+
"description": "Deprecated: In favour of VehiclePremiumSafety.",
|
|
6070
6070
|
"fields": [
|
|
6071
6071
|
{
|
|
6072
6072
|
"name": "isofix_seats",
|
|
@@ -6101,7 +6101,7 @@
|
|
|
6101
6101
|
{
|
|
6102
6102
|
"kind": "OBJECT",
|
|
6103
6103
|
"name": "CarPremiumSafetyEuroNcap",
|
|
6104
|
-
"description":
|
|
6104
|
+
"description": "Deprecated: In favour of VehiclePremiumSafetyEuroNcap.",
|
|
6105
6105
|
"fields": [
|
|
6106
6106
|
{
|
|
6107
6107
|
"name": "rating",
|
|
@@ -6184,7 +6184,7 @@
|
|
|
6184
6184
|
{
|
|
6185
6185
|
"kind": "ENUM",
|
|
6186
6186
|
"name": "CarPropulsion",
|
|
6187
|
-
"description": "
|
|
6187
|
+
"description": "Deprecated: In favour of VehiclePropulsion.",
|
|
6188
6188
|
"fields": null,
|
|
6189
6189
|
"inputFields": null,
|
|
6190
6190
|
"interfaces": null,
|
|
@@ -6213,7 +6213,7 @@
|
|
|
6213
6213
|
{
|
|
6214
6214
|
"kind": "OBJECT",
|
|
6215
6215
|
"name": "CarRange",
|
|
6216
|
-
"description":
|
|
6216
|
+
"description": "Deprecated: In favour of VehicleRange.",
|
|
6217
6217
|
"fields": [
|
|
6218
6218
|
{
|
|
6219
6219
|
"name": "real",
|
|
@@ -6265,7 +6265,7 @@
|
|
|
6265
6265
|
},
|
|
6266
6266
|
{
|
|
6267
6267
|
"name": "chargetrip_range",
|
|
6268
|
-
"description": "Chargetrip's custom real
|
|
6268
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
6269
6269
|
"args": [],
|
|
6270
6270
|
"type": {
|
|
6271
6271
|
"kind": "OBJECT",
|
|
@@ -6296,7 +6296,7 @@
|
|
|
6296
6296
|
{
|
|
6297
6297
|
"kind": "OBJECT",
|
|
6298
6298
|
"name": "CarRangeValue",
|
|
6299
|
-
"description":
|
|
6299
|
+
"description": "Deprecated: In favour of VehicleRangeValue.",
|
|
6300
6300
|
"fields": [
|
|
6301
6301
|
{
|
|
6302
6302
|
"name": "highway",
|
|
@@ -6343,7 +6343,7 @@
|
|
|
6343
6343
|
{
|
|
6344
6344
|
"kind": "OBJECT",
|
|
6345
6345
|
"name": "CarRouting",
|
|
6346
|
-
"description":
|
|
6346
|
+
"description": "Deprecated: In favour of VehicleRouting.",
|
|
6347
6347
|
"fields": [
|
|
6348
6348
|
{
|
|
6349
6349
|
"name": "fast_charging_support",
|
|
@@ -6366,7 +6366,7 @@
|
|
|
6366
6366
|
{
|
|
6367
6367
|
"kind": "ENUM",
|
|
6368
6368
|
"name": "CarStatus",
|
|
6369
|
-
"description": "
|
|
6369
|
+
"description": "Deprecated: In favour of VehicleStatus.",
|
|
6370
6370
|
"fields": null,
|
|
6371
6371
|
"inputFields": null,
|
|
6372
6372
|
"interfaces": null,
|
|
@@ -6401,7 +6401,7 @@
|
|
|
6401
6401
|
{
|
|
6402
6402
|
"kind": "OBJECT",
|
|
6403
6403
|
"name": "CarVideo",
|
|
6404
|
-
"description":
|
|
6404
|
+
"description": "Deprecated: In favour of VehicleVideo.",
|
|
6405
6405
|
"fields": [
|
|
6406
6406
|
{
|
|
6407
6407
|
"name": "id",
|
|
@@ -6775,11 +6775,11 @@
|
|
|
6775
6775
|
{
|
|
6776
6776
|
"kind": "OBJECT",
|
|
6777
6777
|
"name": "ChargetripRange",
|
|
6778
|
-
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all
|
|
6778
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
6779
6779
|
"fields": [
|
|
6780
6780
|
{
|
|
6781
6781
|
"name": "worst",
|
|
6782
|
-
"description": "Range
|
|
6782
|
+
"description": "Range calculated using the worst conditions.\nWorst conditions are based on -0°C, including use of heating.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
6783
6783
|
"args": [
|
|
6784
6784
|
{
|
|
6785
6785
|
"name": "unit",
|
|
@@ -6789,14 +6789,14 @@
|
|
|
6789
6789
|
"name": "DistanceUnit",
|
|
6790
6790
|
"ofType": null
|
|
6791
6791
|
},
|
|
6792
|
-
"defaultValue":
|
|
6792
|
+
"defaultValue": "kilometer",
|
|
6793
6793
|
"isDeprecated": false,
|
|
6794
6794
|
"deprecationReason": null
|
|
6795
6795
|
}
|
|
6796
6796
|
],
|
|
6797
6797
|
"type": {
|
|
6798
6798
|
"kind": "SCALAR",
|
|
6799
|
-
"name": "
|
|
6799
|
+
"name": "Float",
|
|
6800
6800
|
"ofType": null
|
|
6801
6801
|
},
|
|
6802
6802
|
"isDeprecated": false,
|
|
@@ -6804,7 +6804,7 @@
|
|
|
6804
6804
|
},
|
|
6805
6805
|
{
|
|
6806
6806
|
"name": "best",
|
|
6807
|
-
"description": "Range
|
|
6807
|
+
"description": "Range calculated using the best conditions.\nBest conditions are based on 25°C, including use of A/C.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
6808
6808
|
"args": [
|
|
6809
6809
|
{
|
|
6810
6810
|
"name": "unit",
|
|
@@ -6814,14 +6814,14 @@
|
|
|
6814
6814
|
"name": "DistanceUnit",
|
|
6815
6815
|
"ofType": null
|
|
6816
6816
|
},
|
|
6817
|
-
"defaultValue":
|
|
6817
|
+
"defaultValue": "kilometer",
|
|
6818
6818
|
"isDeprecated": false,
|
|
6819
6819
|
"deprecationReason": null
|
|
6820
6820
|
}
|
|
6821
6821
|
],
|
|
6822
6822
|
"type": {
|
|
6823
6823
|
"kind": "SCALAR",
|
|
6824
|
-
"name": "
|
|
6824
|
+
"name": "Float",
|
|
6825
6825
|
"ofType": null
|
|
6826
6826
|
},
|
|
6827
6827
|
"isDeprecated": false,
|
|
@@ -9779,7 +9779,7 @@
|
|
|
9779
9779
|
{
|
|
9780
9780
|
"kind": "SCALAR",
|
|
9781
9781
|
"name": "DateTime",
|
|
9782
|
-
"description": "The date and time scalar",
|
|
9782
|
+
"description": "The date and time scalar.",
|
|
9783
9783
|
"fields": null,
|
|
9784
9784
|
"inputFields": null,
|
|
9785
9785
|
"interfaces": null,
|
|
@@ -9831,25 +9831,25 @@
|
|
|
9831
9831
|
"enumValues": [
|
|
9832
9832
|
{
|
|
9833
9833
|
"name": "meter",
|
|
9834
|
-
"description": "Return the distance in meters
|
|
9834
|
+
"description": "Return the distance in meters",
|
|
9835
9835
|
"isDeprecated": false,
|
|
9836
9836
|
"deprecationReason": null
|
|
9837
9837
|
},
|
|
9838
9838
|
{
|
|
9839
9839
|
"name": "foot",
|
|
9840
|
-
"description": "Return the distance in feet
|
|
9840
|
+
"description": "Return the distance in feet",
|
|
9841
9841
|
"isDeprecated": false,
|
|
9842
9842
|
"deprecationReason": null
|
|
9843
9843
|
},
|
|
9844
9844
|
{
|
|
9845
9845
|
"name": "kilometer",
|
|
9846
|
-
"description": "Return the distance in kilometers
|
|
9846
|
+
"description": "Return the distance in kilometers",
|
|
9847
9847
|
"isDeprecated": false,
|
|
9848
9848
|
"deprecationReason": null
|
|
9849
9849
|
},
|
|
9850
9850
|
{
|
|
9851
9851
|
"name": "mile",
|
|
9852
|
-
"description": "Return the distance in miles
|
|
9852
|
+
"description": "Return the distance in miles",
|
|
9853
9853
|
"isDeprecated": false,
|
|
9854
9854
|
"deprecationReason": null
|
|
9855
9855
|
}
|
|
@@ -10627,7 +10627,7 @@
|
|
|
10627
10627
|
{
|
|
10628
10628
|
"kind": "ENUM",
|
|
10629
10629
|
"name": "FeatureType",
|
|
10630
|
-
"description": "GeoJSON Feature type",
|
|
10630
|
+
"description": "GeoJSON Feature type.",
|
|
10631
10631
|
"fields": null,
|
|
10632
10632
|
"inputFields": null,
|
|
10633
10633
|
"interfaces": null,
|
|
@@ -10738,6 +10738,35 @@
|
|
|
10738
10738
|
"enumValues": null,
|
|
10739
10739
|
"possibleTypes": null
|
|
10740
10740
|
},
|
|
10741
|
+
{
|
|
10742
|
+
"kind": "ENUM",
|
|
10743
|
+
"name": "HeatPumpMode",
|
|
10744
|
+
"description": null,
|
|
10745
|
+
"fields": null,
|
|
10746
|
+
"inputFields": null,
|
|
10747
|
+
"interfaces": null,
|
|
10748
|
+
"enumValues": [
|
|
10749
|
+
{
|
|
10750
|
+
"name": "default",
|
|
10751
|
+
"description": "Default to the vehicle configuration.",
|
|
10752
|
+
"isDeprecated": false,
|
|
10753
|
+
"deprecationReason": null
|
|
10754
|
+
},
|
|
10755
|
+
{
|
|
10756
|
+
"name": "installed",
|
|
10757
|
+
"description": "Vehicle has it installed.",
|
|
10758
|
+
"isDeprecated": false,
|
|
10759
|
+
"deprecationReason": null
|
|
10760
|
+
},
|
|
10761
|
+
{
|
|
10762
|
+
"name": "none",
|
|
10763
|
+
"description": "Vehicle doesn't have it installed.",
|
|
10764
|
+
"isDeprecated": false,
|
|
10765
|
+
"deprecationReason": null
|
|
10766
|
+
}
|
|
10767
|
+
],
|
|
10768
|
+
"possibleTypes": null
|
|
10769
|
+
},
|
|
10741
10770
|
{
|
|
10742
10771
|
"kind": "ENUM",
|
|
10743
10772
|
"name": "HeavyVehiclesEUType",
|
|
@@ -10918,6 +10947,89 @@
|
|
|
10918
10947
|
"enumValues": null,
|
|
10919
10948
|
"possibleTypes": null
|
|
10920
10949
|
},
|
|
10950
|
+
{
|
|
10951
|
+
"kind": "OBJECT",
|
|
10952
|
+
"name": "IsolineCabin",
|
|
10953
|
+
"description": null,
|
|
10954
|
+
"fields": [
|
|
10955
|
+
{
|
|
10956
|
+
"name": "is_preconditioned",
|
|
10957
|
+
"description": "Flag which indicate if the vehicle cabin was preconditioned for the desired temperature.",
|
|
10958
|
+
"args": [],
|
|
10959
|
+
"type": {
|
|
10960
|
+
"kind": "SCALAR",
|
|
10961
|
+
"name": "Boolean",
|
|
10962
|
+
"ofType": null
|
|
10963
|
+
},
|
|
10964
|
+
"isDeprecated": false,
|
|
10965
|
+
"deprecationReason": null
|
|
10966
|
+
},
|
|
10967
|
+
{
|
|
10968
|
+
"name": "desired_temperature",
|
|
10969
|
+
"description": "Desired temperature inside the cabin. Default is 20 degrees Celsius or 68 degrees Fahrenheit.",
|
|
10970
|
+
"args": [
|
|
10971
|
+
{
|
|
10972
|
+
"name": "unit",
|
|
10973
|
+
"description": "Type of temperature, defaults to 'Celsius'.",
|
|
10974
|
+
"type": {
|
|
10975
|
+
"kind": "ENUM",
|
|
10976
|
+
"name": "TemperatureUnit",
|
|
10977
|
+
"ofType": null
|
|
10978
|
+
},
|
|
10979
|
+
"defaultValue": "Celsius",
|
|
10980
|
+
"isDeprecated": false,
|
|
10981
|
+
"deprecationReason": null
|
|
10982
|
+
}
|
|
10983
|
+
],
|
|
10984
|
+
"type": {
|
|
10985
|
+
"kind": "SCALAR",
|
|
10986
|
+
"name": "Float",
|
|
10987
|
+
"ofType": null
|
|
10988
|
+
},
|
|
10989
|
+
"isDeprecated": false,
|
|
10990
|
+
"deprecationReason": null
|
|
10991
|
+
}
|
|
10992
|
+
],
|
|
10993
|
+
"inputFields": null,
|
|
10994
|
+
"interfaces": [],
|
|
10995
|
+
"enumValues": null,
|
|
10996
|
+
"possibleTypes": null
|
|
10997
|
+
},
|
|
10998
|
+
{
|
|
10999
|
+
"kind": "INPUT_OBJECT",
|
|
11000
|
+
"name": "IsolineCabinInput",
|
|
11001
|
+
"description": "Information about the cabin of the vehicle.",
|
|
11002
|
+
"fields": null,
|
|
11003
|
+
"inputFields": [
|
|
11004
|
+
{
|
|
11005
|
+
"name": "is_preconditioned",
|
|
11006
|
+
"description": "Flag which indicate if the vehicle cabin was preconditioned for the desired temperature.",
|
|
11007
|
+
"type": {
|
|
11008
|
+
"kind": "SCALAR",
|
|
11009
|
+
"name": "Boolean",
|
|
11010
|
+
"ofType": null
|
|
11011
|
+
},
|
|
11012
|
+
"defaultValue": "false",
|
|
11013
|
+
"isDeprecated": false,
|
|
11014
|
+
"deprecationReason": null
|
|
11015
|
+
},
|
|
11016
|
+
{
|
|
11017
|
+
"name": "desired_temperature",
|
|
11018
|
+
"description": "Desired temperature inside the cabin. Default is 20 degrees Celsius or 68 degrees Fahrenheit.",
|
|
11019
|
+
"type": {
|
|
11020
|
+
"kind": "INPUT_OBJECT",
|
|
11021
|
+
"name": "TemperatureInput",
|
|
11022
|
+
"ofType": null
|
|
11023
|
+
},
|
|
11024
|
+
"defaultValue": null,
|
|
11025
|
+
"isDeprecated": false,
|
|
11026
|
+
"deprecationReason": null
|
|
11027
|
+
}
|
|
11028
|
+
],
|
|
11029
|
+
"interfaces": null,
|
|
11030
|
+
"enumValues": null,
|
|
11031
|
+
"possibleTypes": null
|
|
11032
|
+
},
|
|
10921
11033
|
{
|
|
10922
11034
|
"kind": "ENUM",
|
|
10923
11035
|
"name": "IsolineFerryConnectionsType",
|
|
@@ -11051,6 +11163,30 @@
|
|
|
11051
11163
|
"isDeprecated": false,
|
|
11052
11164
|
"deprecationReason": null
|
|
11053
11165
|
},
|
|
11166
|
+
{
|
|
11167
|
+
"name": "heat_pump",
|
|
11168
|
+
"description": "Vehicle Heat Pump configuration.",
|
|
11169
|
+
"type": {
|
|
11170
|
+
"kind": "ENUM",
|
|
11171
|
+
"name": "HeatPumpMode",
|
|
11172
|
+
"ofType": null
|
|
11173
|
+
},
|
|
11174
|
+
"defaultValue": "default",
|
|
11175
|
+
"isDeprecated": false,
|
|
11176
|
+
"deprecationReason": null
|
|
11177
|
+
},
|
|
11178
|
+
{
|
|
11179
|
+
"name": "cabin",
|
|
11180
|
+
"description": "Vehicle cabin configuration.",
|
|
11181
|
+
"type": {
|
|
11182
|
+
"kind": "INPUT_OBJECT",
|
|
11183
|
+
"name": "IsolineCabinInput",
|
|
11184
|
+
"ofType": null
|
|
11185
|
+
},
|
|
11186
|
+
"defaultValue": null,
|
|
11187
|
+
"isDeprecated": false,
|
|
11188
|
+
"deprecationReason": null
|
|
11189
|
+
},
|
|
11054
11190
|
{
|
|
11055
11191
|
"name": "season",
|
|
11056
11192
|
"description": "Season to be taken into account when generating the isoline.",
|
|
@@ -11274,6 +11410,30 @@
|
|
|
11274
11410
|
"isDeprecated": false,
|
|
11275
11411
|
"deprecationReason": null
|
|
11276
11412
|
},
|
|
11413
|
+
{
|
|
11414
|
+
"name": "heat_pump",
|
|
11415
|
+
"description": "Vehicle Heat Pump configuration.",
|
|
11416
|
+
"args": [],
|
|
11417
|
+
"type": {
|
|
11418
|
+
"kind": "ENUM",
|
|
11419
|
+
"name": "HeatPumpMode",
|
|
11420
|
+
"ofType": null
|
|
11421
|
+
},
|
|
11422
|
+
"isDeprecated": false,
|
|
11423
|
+
"deprecationReason": null
|
|
11424
|
+
},
|
|
11425
|
+
{
|
|
11426
|
+
"name": "cabin",
|
|
11427
|
+
"description": "Vehicle cabin configuration.",
|
|
11428
|
+
"args": [],
|
|
11429
|
+
"type": {
|
|
11430
|
+
"kind": "OBJECT",
|
|
11431
|
+
"name": "IsolineCabin",
|
|
11432
|
+
"ofType": null
|
|
11433
|
+
},
|
|
11434
|
+
"isDeprecated": false,
|
|
11435
|
+
"deprecationReason": null
|
|
11436
|
+
},
|
|
11277
11437
|
{
|
|
11278
11438
|
"name": "season",
|
|
11279
11439
|
"description": "Season taken into account when isoline was generated.",
|
|
@@ -11406,7 +11566,7 @@
|
|
|
11406
11566
|
{
|
|
11407
11567
|
"kind": "SCALAR",
|
|
11408
11568
|
"name": "JSON",
|
|
11409
|
-
"description": "Any JSON object",
|
|
11569
|
+
"description": "Any JSON object or array.",
|
|
11410
11570
|
"fields": null,
|
|
11411
11571
|
"inputFields": null,
|
|
11412
11572
|
"interfaces": null,
|
|
@@ -15813,6 +15973,16 @@
|
|
|
15813
15973
|
"enumValues": null,
|
|
15814
15974
|
"possibleTypes": null
|
|
15815
15975
|
},
|
|
15976
|
+
{
|
|
15977
|
+
"kind": "SCALAR",
|
|
15978
|
+
"name": "PlainID",
|
|
15979
|
+
"description": "The `PlainID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The `PlainID` type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \"4\") or integer (such as 4) input value will be accepted as an ID.",
|
|
15980
|
+
"fields": null,
|
|
15981
|
+
"inputFields": null,
|
|
15982
|
+
"interfaces": null,
|
|
15983
|
+
"enumValues": null,
|
|
15984
|
+
"possibleTypes": null
|
|
15985
|
+
},
|
|
15816
15986
|
{
|
|
15817
15987
|
"kind": "SCALAR",
|
|
15818
15988
|
"name": "PlainString",
|
|
@@ -15826,11 +15996,11 @@
|
|
|
15826
15996
|
{
|
|
15827
15997
|
"kind": "OBJECT",
|
|
15828
15998
|
"name": "Point",
|
|
15829
|
-
"description": "A GeoJSON Point",
|
|
15999
|
+
"description": "A GeoJSON Point.",
|
|
15830
16000
|
"fields": [
|
|
15831
16001
|
{
|
|
15832
16002
|
"name": "type",
|
|
15833
|
-
"description": "Point type",
|
|
16003
|
+
"description": "Point type.",
|
|
15834
16004
|
"args": [],
|
|
15835
16005
|
"type": {
|
|
15836
16006
|
"kind": "NON_NULL",
|
|
@@ -15846,7 +16016,7 @@
|
|
|
15846
16016
|
},
|
|
15847
16017
|
{
|
|
15848
16018
|
"name": "coordinates",
|
|
15849
|
-
"description": "The coordinates array with longitude as first value and latitude as second one",
|
|
16019
|
+
"description": "The coordinates array with longitude as first value and latitude as second one.",
|
|
15850
16020
|
"args": [],
|
|
15851
16021
|
"type": {
|
|
15852
16022
|
"kind": "NON_NULL",
|
|
@@ -15928,7 +16098,7 @@
|
|
|
15928
16098
|
{
|
|
15929
16099
|
"kind": "ENUM",
|
|
15930
16100
|
"name": "PointType",
|
|
15931
|
-
"description": "GeoJSON Point type",
|
|
16101
|
+
"description": "GeoJSON Point type.",
|
|
15932
16102
|
"fields": null,
|
|
15933
16103
|
"inputFields": null,
|
|
15934
16104
|
"interfaces": null,
|
|
@@ -16169,65 +16339,6 @@
|
|
|
16169
16339
|
],
|
|
16170
16340
|
"possibleTypes": null
|
|
16171
16341
|
},
|
|
16172
|
-
{
|
|
16173
|
-
"kind": "OBJECT",
|
|
16174
|
-
"name": "Price",
|
|
16175
|
-
"description": "The price model.",
|
|
16176
|
-
"fields": [
|
|
16177
|
-
{
|
|
16178
|
-
"name": "value",
|
|
16179
|
-
"description": "The value of the price.",
|
|
16180
|
-
"args": [],
|
|
16181
|
-
"type": {
|
|
16182
|
-
"kind": "SCALAR",
|
|
16183
|
-
"name": "String",
|
|
16184
|
-
"ofType": null
|
|
16185
|
-
},
|
|
16186
|
-
"isDeprecated": false,
|
|
16187
|
-
"deprecationReason": null
|
|
16188
|
-
},
|
|
16189
|
-
{
|
|
16190
|
-
"name": "currency",
|
|
16191
|
-
"description": "The currency of the price.",
|
|
16192
|
-
"args": [],
|
|
16193
|
-
"type": {
|
|
16194
|
-
"kind": "SCALAR",
|
|
16195
|
-
"name": "String",
|
|
16196
|
-
"ofType": null
|
|
16197
|
-
},
|
|
16198
|
-
"isDeprecated": false,
|
|
16199
|
-
"deprecationReason": null
|
|
16200
|
-
},
|
|
16201
|
-
{
|
|
16202
|
-
"name": "model",
|
|
16203
|
-
"description": "The pricing model.",
|
|
16204
|
-
"args": [],
|
|
16205
|
-
"type": {
|
|
16206
|
-
"kind": "SCALAR",
|
|
16207
|
-
"name": "String",
|
|
16208
|
-
"ofType": null
|
|
16209
|
-
},
|
|
16210
|
-
"isDeprecated": false,
|
|
16211
|
-
"deprecationReason": null
|
|
16212
|
-
},
|
|
16213
|
-
{
|
|
16214
|
-
"name": "displayValue",
|
|
16215
|
-
"description": "The value of the price which should be display by the frontend.",
|
|
16216
|
-
"args": [],
|
|
16217
|
-
"type": {
|
|
16218
|
-
"kind": "SCALAR",
|
|
16219
|
-
"name": "String",
|
|
16220
|
-
"ofType": null
|
|
16221
|
-
},
|
|
16222
|
-
"isDeprecated": false,
|
|
16223
|
-
"deprecationReason": null
|
|
16224
|
-
}
|
|
16225
|
-
],
|
|
16226
|
-
"inputFields": null,
|
|
16227
|
-
"interfaces": [],
|
|
16228
|
-
"enumValues": null,
|
|
16229
|
-
"possibleTypes": null
|
|
16230
|
-
},
|
|
16231
16342
|
{
|
|
16232
16343
|
"kind": "OBJECT",
|
|
16233
16344
|
"name": "Pricing",
|
|
@@ -16511,7 +16622,7 @@
|
|
|
16511
16622
|
},
|
|
16512
16623
|
{
|
|
16513
16624
|
"name": "car",
|
|
16514
|
-
"description": "
|
|
16625
|
+
"description": "Deprecated: In favor of vehicle.",
|
|
16515
16626
|
"args": [
|
|
16516
16627
|
{
|
|
16517
16628
|
"name": "id",
|
|
@@ -16548,7 +16659,7 @@
|
|
|
16548
16659
|
},
|
|
16549
16660
|
{
|
|
16550
16661
|
"name": "carPremium",
|
|
16551
|
-
"description": "
|
|
16662
|
+
"description": "Deprecated: In favor of VehiclePremium.",
|
|
16552
16663
|
"args": [
|
|
16553
16664
|
{
|
|
16554
16665
|
"name": "id",
|
|
@@ -16573,11 +16684,11 @@
|
|
|
16573
16684
|
},
|
|
16574
16685
|
{
|
|
16575
16686
|
"name": "carList",
|
|
16576
|
-
"description": "
|
|
16687
|
+
"description": "Deprecated: In favor of VehicleList.",
|
|
16577
16688
|
"args": [
|
|
16578
16689
|
{
|
|
16579
16690
|
"name": "query",
|
|
16580
|
-
"description": "Deprecated:
|
|
16691
|
+
"description": "Deprecated: In favor of VehicleList.",
|
|
16581
16692
|
"type": {
|
|
16582
16693
|
"kind": "INPUT_OBJECT",
|
|
16583
16694
|
"name": "CarListQuery",
|
|
@@ -17504,7 +17615,7 @@
|
|
|
17504
17615
|
},
|
|
17505
17616
|
{
|
|
17506
17617
|
"name": "vehicle",
|
|
17507
|
-
"description": "
|
|
17618
|
+
"description": "Get information about a vehicle by its ID.",
|
|
17508
17619
|
"args": [
|
|
17509
17620
|
{
|
|
17510
17621
|
"name": "id",
|
|
@@ -17545,7 +17656,7 @@
|
|
|
17545
17656
|
},
|
|
17546
17657
|
{
|
|
17547
17658
|
"name": "vehiclePremium",
|
|
17548
|
-
"description": "
|
|
17659
|
+
"description": "Vehicle premium data provides even more information about your vehicle: tire pressure, prices, drivetrain data, and more. Please contact us for access to premium data.",
|
|
17549
17660
|
"args": [
|
|
17550
17661
|
{
|
|
17551
17662
|
"name": "id",
|
|
@@ -17586,7 +17697,7 @@
|
|
|
17586
17697
|
},
|
|
17587
17698
|
{
|
|
17588
17699
|
"name": "vehicleList",
|
|
17589
|
-
"description": "
|
|
17700
|
+
"description": "Get a full list of vehicles.",
|
|
17590
17701
|
"args": [
|
|
17591
17702
|
{
|
|
17592
17703
|
"name": "search",
|
|
@@ -17779,6 +17890,30 @@
|
|
|
17779
17890
|
"isDeprecated": false,
|
|
17780
17891
|
"deprecationReason": null
|
|
17781
17892
|
},
|
|
17893
|
+
{
|
|
17894
|
+
"name": "heatPump",
|
|
17895
|
+
"description": "Vehicle Heat Pump configuration.",
|
|
17896
|
+
"args": [],
|
|
17897
|
+
"type": {
|
|
17898
|
+
"kind": "ENUM",
|
|
17899
|
+
"name": "HeatPumpMode",
|
|
17900
|
+
"ofType": null
|
|
17901
|
+
},
|
|
17902
|
+
"isDeprecated": false,
|
|
17903
|
+
"deprecationReason": null
|
|
17904
|
+
},
|
|
17905
|
+
{
|
|
17906
|
+
"name": "cabin",
|
|
17907
|
+
"description": "Vehicle cabin configuration.",
|
|
17908
|
+
"args": [],
|
|
17909
|
+
"type": {
|
|
17910
|
+
"kind": "OBJECT",
|
|
17911
|
+
"name": "RequestEvCabin",
|
|
17912
|
+
"ofType": null
|
|
17913
|
+
},
|
|
17914
|
+
"isDeprecated": false,
|
|
17915
|
+
"deprecationReason": null
|
|
17916
|
+
},
|
|
17782
17917
|
{
|
|
17783
17918
|
"name": "cargo",
|
|
17784
17919
|
"description": "Cargo weight, in kg.",
|
|
@@ -18049,11 +18184,106 @@
|
|
|
18049
18184
|
"enumValues": null,
|
|
18050
18185
|
"possibleTypes": null
|
|
18051
18186
|
},
|
|
18187
|
+
{
|
|
18188
|
+
"kind": "OBJECT",
|
|
18189
|
+
"name": "RequestEvCabin",
|
|
18190
|
+
"description": "Vehicle cabin configuration.",
|
|
18191
|
+
"fields": [
|
|
18192
|
+
{
|
|
18193
|
+
"name": "isPreconditioned",
|
|
18194
|
+
"description": "Flag which indicate if the vehicle cabin was preconditioned for the desired temperature.",
|
|
18195
|
+
"args": [],
|
|
18196
|
+
"type": {
|
|
18197
|
+
"kind": "SCALAR",
|
|
18198
|
+
"name": "Boolean",
|
|
18199
|
+
"ofType": null
|
|
18200
|
+
},
|
|
18201
|
+
"isDeprecated": false,
|
|
18202
|
+
"deprecationReason": null
|
|
18203
|
+
},
|
|
18204
|
+
{
|
|
18205
|
+
"name": "desiredTemperature",
|
|
18206
|
+
"description": "Desired cabin temperature. Default is 20 degrees Celsius or 68 degrees Fahrenheit.",
|
|
18207
|
+
"args": [
|
|
18208
|
+
{
|
|
18209
|
+
"name": "unit",
|
|
18210
|
+
"description": "Type of temperature, defaults to 'Celsius'.",
|
|
18211
|
+
"type": {
|
|
18212
|
+
"kind": "ENUM",
|
|
18213
|
+
"name": "TemperatureUnit",
|
|
18214
|
+
"ofType": null
|
|
18215
|
+
},
|
|
18216
|
+
"defaultValue": "Celsius",
|
|
18217
|
+
"isDeprecated": false,
|
|
18218
|
+
"deprecationReason": null
|
|
18219
|
+
}
|
|
18220
|
+
],
|
|
18221
|
+
"type": {
|
|
18222
|
+
"kind": "SCALAR",
|
|
18223
|
+
"name": "Float",
|
|
18224
|
+
"ofType": null
|
|
18225
|
+
},
|
|
18226
|
+
"isDeprecated": false,
|
|
18227
|
+
"deprecationReason": null
|
|
18228
|
+
}
|
|
18229
|
+
],
|
|
18230
|
+
"inputFields": null,
|
|
18231
|
+
"interfaces": [],
|
|
18232
|
+
"enumValues": null,
|
|
18233
|
+
"possibleTypes": null
|
|
18234
|
+
},
|
|
18235
|
+
{
|
|
18236
|
+
"kind": "INPUT_OBJECT",
|
|
18237
|
+
"name": "RequestEvCabinInput",
|
|
18238
|
+
"description": "Vehicle cabin configuration.",
|
|
18239
|
+
"fields": null,
|
|
18240
|
+
"inputFields": [
|
|
18241
|
+
{
|
|
18242
|
+
"name": "isPreconditioned",
|
|
18243
|
+
"description": "Flag which indicate if the vehicle cabin was preconditioned for the desired temperature.",
|
|
18244
|
+
"type": {
|
|
18245
|
+
"kind": "SCALAR",
|
|
18246
|
+
"name": "Boolean",
|
|
18247
|
+
"ofType": null
|
|
18248
|
+
},
|
|
18249
|
+
"defaultValue": "false",
|
|
18250
|
+
"isDeprecated": false,
|
|
18251
|
+
"deprecationReason": null
|
|
18252
|
+
},
|
|
18253
|
+
{
|
|
18254
|
+
"name": "desiredTemperature",
|
|
18255
|
+
"description": "Desired cabin temperature. Default is 20 degrees Celsius or 68 degrees Fahrenheit.",
|
|
18256
|
+
"type": {
|
|
18257
|
+
"kind": "INPUT_OBJECT",
|
|
18258
|
+
"name": "TemperatureInput",
|
|
18259
|
+
"ofType": null
|
|
18260
|
+
},
|
|
18261
|
+
"defaultValue": null,
|
|
18262
|
+
"isDeprecated": false,
|
|
18263
|
+
"deprecationReason": null
|
|
18264
|
+
}
|
|
18265
|
+
],
|
|
18266
|
+
"interfaces": null,
|
|
18267
|
+
"enumValues": null,
|
|
18268
|
+
"possibleTypes": null
|
|
18269
|
+
},
|
|
18052
18270
|
{
|
|
18053
18271
|
"kind": "OBJECT",
|
|
18054
18272
|
"name": "RequestEvConsumption",
|
|
18055
18273
|
"description": null,
|
|
18056
18274
|
"fields": [
|
|
18275
|
+
{
|
|
18276
|
+
"name": "auxiliary",
|
|
18277
|
+
"description": "The amount of energy, in kWh, used by the auxiliary systems of the vehicle in a hour, like media box, etc",
|
|
18278
|
+
"args": [],
|
|
18279
|
+
"type": {
|
|
18280
|
+
"kind": "SCALAR",
|
|
18281
|
+
"name": "Float",
|
|
18282
|
+
"ofType": null
|
|
18283
|
+
},
|
|
18284
|
+
"isDeprecated": false,
|
|
18285
|
+
"deprecationReason": null
|
|
18286
|
+
},
|
|
18057
18287
|
{
|
|
18058
18288
|
"name": "aux",
|
|
18059
18289
|
"description": "Consumption, in kWh, of the auxiliaries.",
|
|
@@ -18063,8 +18293,8 @@
|
|
|
18063
18293
|
"name": "CarConsumption",
|
|
18064
18294
|
"ofType": null
|
|
18065
18295
|
},
|
|
18066
|
-
"isDeprecated":
|
|
18067
|
-
"deprecationReason":
|
|
18296
|
+
"isDeprecated": true,
|
|
18297
|
+
"deprecationReason": "In favor of auxiliary"
|
|
18068
18298
|
},
|
|
18069
18299
|
{
|
|
18070
18300
|
"name": "bms",
|
|
@@ -18075,8 +18305,8 @@
|
|
|
18075
18305
|
"name": "CarConsumption",
|
|
18076
18306
|
"ofType": null
|
|
18077
18307
|
},
|
|
18078
|
-
"isDeprecated":
|
|
18079
|
-
"deprecationReason":
|
|
18308
|
+
"isDeprecated": true,
|
|
18309
|
+
"deprecationReason": "In favor of auxiliary"
|
|
18080
18310
|
},
|
|
18081
18311
|
{
|
|
18082
18312
|
"name": "idle",
|
|
@@ -18087,8 +18317,8 @@
|
|
|
18087
18317
|
"name": "CarConsumption",
|
|
18088
18318
|
"ofType": null
|
|
18089
18319
|
},
|
|
18090
|
-
"isDeprecated":
|
|
18091
|
-
"deprecationReason":
|
|
18320
|
+
"isDeprecated": true,
|
|
18321
|
+
"deprecationReason": "In favor of auxiliary"
|
|
18092
18322
|
}
|
|
18093
18323
|
],
|
|
18094
18324
|
"inputFields": null,
|
|
@@ -18102,9 +18332,21 @@
|
|
|
18102
18332
|
"description": null,
|
|
18103
18333
|
"fields": null,
|
|
18104
18334
|
"inputFields": [
|
|
18335
|
+
{
|
|
18336
|
+
"name": "auxiliary",
|
|
18337
|
+
"description": "The amount of energy, in kWh, used by the auxiliary systems of the vehicle in a hour, like media box, etc.",
|
|
18338
|
+
"type": {
|
|
18339
|
+
"kind": "SCALAR",
|
|
18340
|
+
"name": "Float",
|
|
18341
|
+
"ofType": null
|
|
18342
|
+
},
|
|
18343
|
+
"defaultValue": null,
|
|
18344
|
+
"isDeprecated": false,
|
|
18345
|
+
"deprecationReason": null
|
|
18346
|
+
},
|
|
18105
18347
|
{
|
|
18106
18348
|
"name": "aux",
|
|
18107
|
-
"description": "
|
|
18349
|
+
"description": "Deprecated in favor of auxiliary.",
|
|
18108
18350
|
"type": {
|
|
18109
18351
|
"kind": "INPUT_OBJECT",
|
|
18110
18352
|
"name": "CarConsumptionInput",
|
|
@@ -18116,7 +18358,7 @@
|
|
|
18116
18358
|
},
|
|
18117
18359
|
{
|
|
18118
18360
|
"name": "bms",
|
|
18119
|
-
"description": "
|
|
18361
|
+
"description": "Deprecated in favor of auxiliary.",
|
|
18120
18362
|
"type": {
|
|
18121
18363
|
"kind": "INPUT_OBJECT",
|
|
18122
18364
|
"name": "CarConsumptionInput",
|
|
@@ -18128,7 +18370,7 @@
|
|
|
18128
18370
|
},
|
|
18129
18371
|
{
|
|
18130
18372
|
"name": "idle",
|
|
18131
|
-
"description": "
|
|
18373
|
+
"description": "Deprecated in favor of auxiliary.",
|
|
18132
18374
|
"type": {
|
|
18133
18375
|
"kind": "INPUT_OBJECT",
|
|
18134
18376
|
"name": "CarConsumptionInput",
|
|
@@ -18233,6 +18475,30 @@
|
|
|
18233
18475
|
"isDeprecated": false,
|
|
18234
18476
|
"deprecationReason": null
|
|
18235
18477
|
},
|
|
18478
|
+
{
|
|
18479
|
+
"name": "heatPump",
|
|
18480
|
+
"description": "Vehicle Heat Pump configuration.",
|
|
18481
|
+
"type": {
|
|
18482
|
+
"kind": "ENUM",
|
|
18483
|
+
"name": "HeatPumpMode",
|
|
18484
|
+
"ofType": null
|
|
18485
|
+
},
|
|
18486
|
+
"defaultValue": "default",
|
|
18487
|
+
"isDeprecated": false,
|
|
18488
|
+
"deprecationReason": null
|
|
18489
|
+
},
|
|
18490
|
+
{
|
|
18491
|
+
"name": "cabin",
|
|
18492
|
+
"description": "Vehicle cabin configuration.",
|
|
18493
|
+
"type": {
|
|
18494
|
+
"kind": "INPUT_OBJECT",
|
|
18495
|
+
"name": "RequestEvCabinInput",
|
|
18496
|
+
"ofType": null
|
|
18497
|
+
},
|
|
18498
|
+
"defaultValue": null,
|
|
18499
|
+
"isDeprecated": false,
|
|
18500
|
+
"deprecationReason": null
|
|
18501
|
+
},
|
|
18236
18502
|
{
|
|
18237
18503
|
"name": "occupants",
|
|
18238
18504
|
"description": "Number of occupants.",
|
|
@@ -19619,7 +19885,7 @@
|
|
|
19619
19885
|
},
|
|
19620
19886
|
{
|
|
19621
19887
|
"name": "rangeStart",
|
|
19622
|
-
"description": "
|
|
19888
|
+
"description": "Display value that indicates the range, in meters, available at the beginning of the trip. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input.",
|
|
19623
19889
|
"args": [],
|
|
19624
19890
|
"type": {
|
|
19625
19891
|
"kind": "SCALAR",
|
|
@@ -19655,7 +19921,7 @@
|
|
|
19655
19921
|
},
|
|
19656
19922
|
{
|
|
19657
19923
|
"name": "rangeEnd",
|
|
19658
|
-
"description": "
|
|
19924
|
+
"description": "Display value that indicates the range, in meters, available at the end of the trip. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input. Please note: In case of a non BEV where the range end is negative, the value will be 0.",
|
|
19659
19925
|
"args": [],
|
|
19660
19926
|
"type": {
|
|
19661
19927
|
"kind": "SCALAR",
|
|
@@ -21576,7 +21842,7 @@
|
|
|
21576
21842
|
},
|
|
21577
21843
|
{
|
|
21578
21844
|
"name": "rangeStart",
|
|
21579
|
-
"description": "
|
|
21845
|
+
"description": "Display value that indicates the range, in meters, available at the beginning of the leg. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input.",
|
|
21580
21846
|
"args": [],
|
|
21581
21847
|
"type": {
|
|
21582
21848
|
"kind": "SCALAR",
|
|
@@ -21612,7 +21878,7 @@
|
|
|
21612
21878
|
},
|
|
21613
21879
|
{
|
|
21614
21880
|
"name": "rangeEnd",
|
|
21615
|
-
"description": "
|
|
21881
|
+
"description": "Display value that indicates the range, in meters, available at the end of the leg. This range is calculated using the Chargetrip range, the conditions at the time of planning the route, weather scenario (current or seasonal) and the route input. Please note: In case of a non BEV where the range end is negative, the value will be 0.",
|
|
21616
21882
|
"args": [],
|
|
21617
21883
|
"type": {
|
|
21618
21884
|
"kind": "SCALAR",
|
|
@@ -22618,7 +22884,7 @@
|
|
|
22618
22884
|
},
|
|
22619
22885
|
{
|
|
22620
22886
|
"name": "average_charging_current",
|
|
22621
|
-
"description": "Average charging current in
|
|
22887
|
+
"description": "Average charging current in amperes.",
|
|
22622
22888
|
"args": [],
|
|
22623
22889
|
"type": {
|
|
22624
22890
|
"kind": "NON_NULL",
|
|
@@ -22847,7 +23113,7 @@
|
|
|
22847
23113
|
},
|
|
22848
23114
|
{
|
|
22849
23115
|
"name": "other",
|
|
22850
|
-
"description": "Fraction of other
|
|
23116
|
+
"description": "Fraction of other production.",
|
|
22851
23117
|
"args": [],
|
|
22852
23118
|
"type": {
|
|
22853
23119
|
"kind": "NON_NULL",
|
|
@@ -23297,7 +23563,7 @@
|
|
|
23297
23563
|
},
|
|
23298
23564
|
{
|
|
23299
23565
|
"name": "direct_emissions",
|
|
23300
|
-
"description": "Direct (
|
|
23566
|
+
"description": "Direct (tank to wheels) emissions of the fuel.",
|
|
23301
23567
|
"args": [
|
|
23302
23568
|
{
|
|
23303
23569
|
"name": "unit",
|
|
@@ -23326,7 +23592,7 @@
|
|
|
23326
23592
|
},
|
|
23327
23593
|
{
|
|
23328
23594
|
"name": "indirect_emissions",
|
|
23329
|
-
"description": "Indirect (
|
|
23595
|
+
"description": "Indirect (well to tank) emissions of the fuel.",
|
|
23330
23596
|
"args": [
|
|
23331
23597
|
{
|
|
23332
23598
|
"name": "unit",
|
|
@@ -25158,6 +25424,29 @@
|
|
|
25158
25424
|
"enumValues": null,
|
|
25159
25425
|
"possibleTypes": null
|
|
25160
25426
|
},
|
|
25427
|
+
{
|
|
25428
|
+
"kind": "ENUM",
|
|
25429
|
+
"name": "SortDirection",
|
|
25430
|
+
"description": null,
|
|
25431
|
+
"fields": null,
|
|
25432
|
+
"inputFields": null,
|
|
25433
|
+
"interfaces": null,
|
|
25434
|
+
"enumValues": [
|
|
25435
|
+
{
|
|
25436
|
+
"name": "ascending",
|
|
25437
|
+
"description": null,
|
|
25438
|
+
"isDeprecated": false,
|
|
25439
|
+
"deprecationReason": null
|
|
25440
|
+
},
|
|
25441
|
+
{
|
|
25442
|
+
"name": "descending",
|
|
25443
|
+
"description": null,
|
|
25444
|
+
"isDeprecated": false,
|
|
25445
|
+
"deprecationReason": null
|
|
25446
|
+
}
|
|
25447
|
+
],
|
|
25448
|
+
"possibleTypes": null
|
|
25449
|
+
},
|
|
25161
25450
|
{
|
|
25162
25451
|
"kind": "ENUM",
|
|
25163
25452
|
"name": "SpeedUnit",
|
|
@@ -28099,6 +28388,92 @@
|
|
|
28099
28388
|
],
|
|
28100
28389
|
"possibleTypes": null
|
|
28101
28390
|
},
|
|
28391
|
+
{
|
|
28392
|
+
"kind": "OBJECT",
|
|
28393
|
+
"name": "Temperature",
|
|
28394
|
+
"description": null,
|
|
28395
|
+
"fields": [
|
|
28396
|
+
{
|
|
28397
|
+
"name": "value",
|
|
28398
|
+
"description": "Value of the temperature.",
|
|
28399
|
+
"args": [],
|
|
28400
|
+
"type": {
|
|
28401
|
+
"kind": "NON_NULL",
|
|
28402
|
+
"name": null,
|
|
28403
|
+
"ofType": {
|
|
28404
|
+
"kind": "SCALAR",
|
|
28405
|
+
"name": "Float",
|
|
28406
|
+
"ofType": null
|
|
28407
|
+
}
|
|
28408
|
+
},
|
|
28409
|
+
"isDeprecated": false,
|
|
28410
|
+
"deprecationReason": null
|
|
28411
|
+
},
|
|
28412
|
+
{
|
|
28413
|
+
"name": "type",
|
|
28414
|
+
"description": "Type of temperature.",
|
|
28415
|
+
"args": [],
|
|
28416
|
+
"type": {
|
|
28417
|
+
"kind": "NON_NULL",
|
|
28418
|
+
"name": null,
|
|
28419
|
+
"ofType": {
|
|
28420
|
+
"kind": "ENUM",
|
|
28421
|
+
"name": "TemperatureUnit",
|
|
28422
|
+
"ofType": null
|
|
28423
|
+
}
|
|
28424
|
+
},
|
|
28425
|
+
"isDeprecated": false,
|
|
28426
|
+
"deprecationReason": null
|
|
28427
|
+
}
|
|
28428
|
+
],
|
|
28429
|
+
"inputFields": null,
|
|
28430
|
+
"interfaces": [],
|
|
28431
|
+
"enumValues": null,
|
|
28432
|
+
"possibleTypes": null
|
|
28433
|
+
},
|
|
28434
|
+
{
|
|
28435
|
+
"kind": "INPUT_OBJECT",
|
|
28436
|
+
"name": "TemperatureInput",
|
|
28437
|
+
"description": null,
|
|
28438
|
+
"fields": null,
|
|
28439
|
+
"inputFields": [
|
|
28440
|
+
{
|
|
28441
|
+
"name": "value",
|
|
28442
|
+
"description": "Value of the temperature.",
|
|
28443
|
+
"type": {
|
|
28444
|
+
"kind": "NON_NULL",
|
|
28445
|
+
"name": null,
|
|
28446
|
+
"ofType": {
|
|
28447
|
+
"kind": "SCALAR",
|
|
28448
|
+
"name": "Float",
|
|
28449
|
+
"ofType": null
|
|
28450
|
+
}
|
|
28451
|
+
},
|
|
28452
|
+
"defaultValue": null,
|
|
28453
|
+
"isDeprecated": false,
|
|
28454
|
+
"deprecationReason": null
|
|
28455
|
+
},
|
|
28456
|
+
{
|
|
28457
|
+
"name": "type",
|
|
28458
|
+
"description": "Type of temperature.",
|
|
28459
|
+
"type": {
|
|
28460
|
+
"kind": "NON_NULL",
|
|
28461
|
+
"name": null,
|
|
28462
|
+
"ofType": {
|
|
28463
|
+
"kind": "ENUM",
|
|
28464
|
+
"name": "TemperatureUnit",
|
|
28465
|
+
"ofType": null
|
|
28466
|
+
}
|
|
28467
|
+
},
|
|
28468
|
+
"defaultValue": null,
|
|
28469
|
+
"isDeprecated": false,
|
|
28470
|
+
"deprecationReason": null
|
|
28471
|
+
}
|
|
28472
|
+
],
|
|
28473
|
+
"interfaces": null,
|
|
28474
|
+
"enumValues": null,
|
|
28475
|
+
"possibleTypes": null
|
|
28476
|
+
},
|
|
28102
28477
|
{
|
|
28103
28478
|
"kind": "ENUM",
|
|
28104
28479
|
"name": "TemperatureUnit",
|
|
@@ -28445,7 +28820,7 @@
|
|
|
28445
28820
|
},
|
|
28446
28821
|
{
|
|
28447
28822
|
"name": "connectors",
|
|
28448
|
-
"description": "Available connectors for the vehicle.",
|
|
28823
|
+
"description": "Available connectors for the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
28449
28824
|
"args": [],
|
|
28450
28825
|
"type": {
|
|
28451
28826
|
"kind": "NON_NULL",
|
|
@@ -28469,7 +28844,7 @@
|
|
|
28469
28844
|
},
|
|
28470
28845
|
{
|
|
28471
28846
|
"name": "adapters",
|
|
28472
|
-
"description": "Adapters for the connectors of the vehicle.",
|
|
28847
|
+
"description": "Adapters for the connectors of the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
28473
28848
|
"args": [],
|
|
28474
28849
|
"type": {
|
|
28475
28850
|
"kind": "NON_NULL",
|
|
@@ -28895,7 +29270,7 @@
|
|
|
28895
29270
|
"fields": [
|
|
28896
29271
|
{
|
|
28897
29272
|
"name": "width",
|
|
28898
|
-
"description": "Width with folded mirrors
|
|
29273
|
+
"description": "Width with folded mirrors.",
|
|
28899
29274
|
"args": [
|
|
28900
29275
|
{
|
|
28901
29276
|
"name": "unit",
|
|
@@ -28905,7 +29280,7 @@
|
|
|
28905
29280
|
"name": "MeasurementUnit",
|
|
28906
29281
|
"ofType": null
|
|
28907
29282
|
},
|
|
28908
|
-
"defaultValue":
|
|
29283
|
+
"defaultValue": "millimeter",
|
|
28909
29284
|
"isDeprecated": false,
|
|
28910
29285
|
"deprecationReason": null
|
|
28911
29286
|
}
|
|
@@ -28924,7 +29299,7 @@
|
|
|
28924
29299
|
},
|
|
28925
29300
|
{
|
|
28926
29301
|
"name": "height",
|
|
28927
|
-
"description": "Height (average height for adjustable suspensions)
|
|
29302
|
+
"description": "Height (average height for adjustable suspensions).",
|
|
28928
29303
|
"args": [
|
|
28929
29304
|
{
|
|
28930
29305
|
"name": "unit",
|
|
@@ -28934,7 +29309,7 @@
|
|
|
28934
29309
|
"name": "MeasurementUnit",
|
|
28935
29310
|
"ofType": null
|
|
28936
29311
|
},
|
|
28937
|
-
"defaultValue":
|
|
29312
|
+
"defaultValue": "millimeter",
|
|
28938
29313
|
"isDeprecated": false,
|
|
28939
29314
|
"deprecationReason": null
|
|
28940
29315
|
}
|
|
@@ -28953,7 +29328,7 @@
|
|
|
28953
29328
|
},
|
|
28954
29329
|
{
|
|
28955
29330
|
"name": "weight",
|
|
28956
|
-
"description": "Weight (unladen)
|
|
29331
|
+
"description": "Weight (unladen).",
|
|
28957
29332
|
"args": [],
|
|
28958
29333
|
"type": {
|
|
28959
29334
|
"kind": "NON_NULL",
|
|
@@ -28996,7 +29371,7 @@
|
|
|
28996
29371
|
"fields": [
|
|
28997
29372
|
{
|
|
28998
29373
|
"name": "minimum",
|
|
28999
|
-
"description": "Minimum weight
|
|
29374
|
+
"description": "Minimum weight.",
|
|
29000
29375
|
"args": [
|
|
29001
29376
|
{
|
|
29002
29377
|
"name": "unit",
|
|
@@ -29006,7 +29381,7 @@
|
|
|
29006
29381
|
"name": "WeightUnit",
|
|
29007
29382
|
"ofType": null
|
|
29008
29383
|
},
|
|
29009
|
-
"defaultValue":
|
|
29384
|
+
"defaultValue": "kilogram",
|
|
29010
29385
|
"isDeprecated": false,
|
|
29011
29386
|
"deprecationReason": null
|
|
29012
29387
|
}
|
|
@@ -29021,7 +29396,7 @@
|
|
|
29021
29396
|
},
|
|
29022
29397
|
{
|
|
29023
29398
|
"name": "nominal",
|
|
29024
|
-
"description": "Nominal weight
|
|
29399
|
+
"description": "Nominal weight.",
|
|
29025
29400
|
"args": [
|
|
29026
29401
|
{
|
|
29027
29402
|
"name": "unit",
|
|
@@ -29031,7 +29406,7 @@
|
|
|
29031
29406
|
"name": "WeightUnit",
|
|
29032
29407
|
"ofType": null
|
|
29033
29408
|
},
|
|
29034
|
-
"defaultValue":
|
|
29409
|
+
"defaultValue": "kilogram",
|
|
29035
29410
|
"isDeprecated": false,
|
|
29036
29411
|
"deprecationReason": null
|
|
29037
29412
|
}
|
|
@@ -29046,7 +29421,7 @@
|
|
|
29046
29421
|
},
|
|
29047
29422
|
{
|
|
29048
29423
|
"name": "maximal",
|
|
29049
|
-
"description": "Maximal weight
|
|
29424
|
+
"description": "Maximal weight.",
|
|
29050
29425
|
"args": [
|
|
29051
29426
|
{
|
|
29052
29427
|
"name": "unit",
|
|
@@ -29056,7 +29431,7 @@
|
|
|
29056
29431
|
"name": "WeightUnit",
|
|
29057
29432
|
"ofType": null
|
|
29058
29433
|
},
|
|
29059
|
-
"defaultValue":
|
|
29434
|
+
"defaultValue": "kilogram",
|
|
29060
29435
|
"isDeprecated": false,
|
|
29061
29436
|
"deprecationReason": null
|
|
29062
29437
|
}
|
|
@@ -29098,8 +29473,21 @@
|
|
|
29098
29473
|
},
|
|
29099
29474
|
{
|
|
29100
29475
|
"name": "power",
|
|
29101
|
-
"description": "Usable electric power
|
|
29102
|
-
"args": [
|
|
29476
|
+
"description": "Usable electric power.",
|
|
29477
|
+
"args": [
|
|
29478
|
+
{
|
|
29479
|
+
"name": "unit",
|
|
29480
|
+
"description": null,
|
|
29481
|
+
"type": {
|
|
29482
|
+
"kind": "ENUM",
|
|
29483
|
+
"name": "PowerUnit",
|
|
29484
|
+
"ofType": null
|
|
29485
|
+
},
|
|
29486
|
+
"defaultValue": "kilowatt",
|
|
29487
|
+
"isDeprecated": false,
|
|
29488
|
+
"deprecationReason": null
|
|
29489
|
+
}
|
|
29490
|
+
],
|
|
29103
29491
|
"type": {
|
|
29104
29492
|
"kind": "NON_NULL",
|
|
29105
29493
|
"name": null,
|
|
@@ -29114,8 +29502,21 @@
|
|
|
29114
29502
|
},
|
|
29115
29503
|
{
|
|
29116
29504
|
"name": "max_electric_power",
|
|
29117
|
-
"description": "Maximum electric power
|
|
29118
|
-
"args": [
|
|
29505
|
+
"description": "Maximum electric power.",
|
|
29506
|
+
"args": [
|
|
29507
|
+
{
|
|
29508
|
+
"name": "unit",
|
|
29509
|
+
"description": null,
|
|
29510
|
+
"type": {
|
|
29511
|
+
"kind": "ENUM",
|
|
29512
|
+
"name": "PowerUnit",
|
|
29513
|
+
"ofType": null
|
|
29514
|
+
},
|
|
29515
|
+
"defaultValue": "kilowatt",
|
|
29516
|
+
"isDeprecated": false,
|
|
29517
|
+
"deprecationReason": null
|
|
29518
|
+
}
|
|
29519
|
+
],
|
|
29119
29520
|
"type": {
|
|
29120
29521
|
"kind": "NON_NULL",
|
|
29121
29522
|
"name": null,
|
|
@@ -29146,7 +29547,7 @@
|
|
|
29146
29547
|
},
|
|
29147
29548
|
{
|
|
29148
29549
|
"name": "speed",
|
|
29149
|
-
"description": "Charging speed
|
|
29550
|
+
"description": "Charging speed.",
|
|
29150
29551
|
"args": [
|
|
29151
29552
|
{
|
|
29152
29553
|
"name": "unit",
|
|
@@ -29156,7 +29557,36 @@
|
|
|
29156
29557
|
"name": "SpeedUnit",
|
|
29157
29558
|
"ofType": null
|
|
29158
29559
|
},
|
|
29159
|
-
"defaultValue":
|
|
29560
|
+
"defaultValue": "kilometers_per_hour",
|
|
29561
|
+
"isDeprecated": false,
|
|
29562
|
+
"deprecationReason": null
|
|
29563
|
+
}
|
|
29564
|
+
],
|
|
29565
|
+
"type": {
|
|
29566
|
+
"kind": "NON_NULL",
|
|
29567
|
+
"name": null,
|
|
29568
|
+
"ofType": {
|
|
29569
|
+
"kind": "SCALAR",
|
|
29570
|
+
"name": "Float",
|
|
29571
|
+
"ofType": null
|
|
29572
|
+
}
|
|
29573
|
+
},
|
|
29574
|
+
"isDeprecated": true,
|
|
29575
|
+
"deprecationReason": "In favor of charge_speed."
|
|
29576
|
+
},
|
|
29577
|
+
{
|
|
29578
|
+
"name": "charge_speed",
|
|
29579
|
+
"description": "Charging speed.",
|
|
29580
|
+
"args": [
|
|
29581
|
+
{
|
|
29582
|
+
"name": "unit",
|
|
29583
|
+
"description": null,
|
|
29584
|
+
"type": {
|
|
29585
|
+
"kind": "ENUM",
|
|
29586
|
+
"name": "ChargeSpeedUnit",
|
|
29587
|
+
"ofType": null
|
|
29588
|
+
},
|
|
29589
|
+
"defaultValue": "kilometers_per_hour",
|
|
29160
29590
|
"isDeprecated": false,
|
|
29161
29591
|
"deprecationReason": null
|
|
29162
29592
|
}
|
|
@@ -29380,7 +29810,7 @@
|
|
|
29380
29810
|
},
|
|
29381
29811
|
{
|
|
29382
29812
|
"name": "P",
|
|
29383
|
-
"description": "ICE engine available. Uses
|
|
29813
|
+
"description": "ICE engine available. Uses gasoline.",
|
|
29384
29814
|
"isDeprecated": false,
|
|
29385
29815
|
"deprecationReason": null
|
|
29386
29816
|
}
|
|
@@ -29694,7 +30124,7 @@
|
|
|
29694
30124
|
},
|
|
29695
30125
|
{
|
|
29696
30126
|
"name": "connectors",
|
|
29697
|
-
"description": "Connectors available for the vehicle.",
|
|
30127
|
+
"description": "Connectors available for the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
29698
30128
|
"args": [],
|
|
29699
30129
|
"type": {
|
|
29700
30130
|
"kind": "NON_NULL",
|
|
@@ -29718,7 +30148,7 @@
|
|
|
29718
30148
|
},
|
|
29719
30149
|
{
|
|
29720
30150
|
"name": "adapters",
|
|
29721
|
-
"description": "Adapters available for the vehicle.",
|
|
30151
|
+
"description": "Adapters available for the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
29722
30152
|
"args": [],
|
|
29723
30153
|
"type": {
|
|
29724
30154
|
"kind": "NON_NULL",
|
|
@@ -30307,7 +30737,7 @@
|
|
|
30307
30737
|
"fields": [
|
|
30308
30738
|
{
|
|
30309
30739
|
"name": "chargetrip_range",
|
|
30310
|
-
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all
|
|
30740
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
30311
30741
|
"args": [],
|
|
30312
30742
|
"type": {
|
|
30313
30743
|
"kind": "NON_NULL",
|
|
@@ -30588,7 +31018,7 @@
|
|
|
30588
31018
|
"fields": [
|
|
30589
31019
|
{
|
|
30590
31020
|
"name": "acceleration",
|
|
30591
|
-
"description": "Acceleration
|
|
31021
|
+
"description": "Acceleration.",
|
|
30592
31022
|
"args": [
|
|
30593
31023
|
{
|
|
30594
31024
|
"name": "unit",
|
|
@@ -30598,7 +31028,7 @@
|
|
|
30598
31028
|
"name": "AccelerationUnit",
|
|
30599
31029
|
"ofType": null
|
|
30600
31030
|
},
|
|
30601
|
-
"defaultValue":
|
|
31031
|
+
"defaultValue": "seconds_to_100_kilometers_per_hour",
|
|
30602
31032
|
"isDeprecated": false,
|
|
30603
31033
|
"deprecationReason": null
|
|
30604
31034
|
}
|
|
@@ -30613,7 +31043,7 @@
|
|
|
30613
31043
|
},
|
|
30614
31044
|
{
|
|
30615
31045
|
"name": "top_speed",
|
|
30616
|
-
"description": "Top speed of the vehicle
|
|
31046
|
+
"description": "Top speed of the vehicle.",
|
|
30617
31047
|
"args": [
|
|
30618
31048
|
{
|
|
30619
31049
|
"name": "unit",
|
|
@@ -30623,7 +31053,7 @@
|
|
|
30623
31053
|
"name": "SpeedUnit",
|
|
30624
31054
|
"ofType": null
|
|
30625
31055
|
},
|
|
30626
|
-
"defaultValue":
|
|
31056
|
+
"defaultValue": "kilometers_per_hour",
|
|
30627
31057
|
"isDeprecated": false,
|
|
30628
31058
|
"deprecationReason": null
|
|
30629
31059
|
}
|
|
@@ -30728,7 +31158,7 @@
|
|
|
30728
31158
|
},
|
|
30729
31159
|
{
|
|
30730
31160
|
"name": "connectors",
|
|
30731
|
-
"description": "Connectors available for the vehicle.",
|
|
31161
|
+
"description": "Connectors available for the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
30732
31162
|
"args": [],
|
|
30733
31163
|
"type": {
|
|
30734
31164
|
"kind": "NON_NULL",
|
|
@@ -30784,7 +31214,7 @@
|
|
|
30784
31214
|
},
|
|
30785
31215
|
{
|
|
30786
31216
|
"name": "adapters",
|
|
30787
|
-
"description": "Adapters of connectors available for a connectors of the vehicle.",
|
|
31217
|
+
"description": "Adapters of connectors available for a connectors of the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
30788
31218
|
"args": [],
|
|
30789
31219
|
"type": {
|
|
30790
31220
|
"kind": "NON_NULL",
|
|
@@ -31279,7 +31709,20 @@
|
|
|
31279
31709
|
{
|
|
31280
31710
|
"name": "weight",
|
|
31281
31711
|
"description": "Weight of the battery pack.",
|
|
31282
|
-
"args": [
|
|
31712
|
+
"args": [
|
|
31713
|
+
{
|
|
31714
|
+
"name": "unit",
|
|
31715
|
+
"description": null,
|
|
31716
|
+
"type": {
|
|
31717
|
+
"kind": "ENUM",
|
|
31718
|
+
"name": "WeightUnit",
|
|
31719
|
+
"ofType": null
|
|
31720
|
+
},
|
|
31721
|
+
"defaultValue": "kilogram",
|
|
31722
|
+
"isDeprecated": false,
|
|
31723
|
+
"deprecationReason": null
|
|
31724
|
+
}
|
|
31725
|
+
],
|
|
31283
31726
|
"type": {
|
|
31284
31727
|
"kind": "SCALAR",
|
|
31285
31728
|
"name": "Float",
|
|
@@ -31325,7 +31768,7 @@
|
|
|
31325
31768
|
"fields": [
|
|
31326
31769
|
{
|
|
31327
31770
|
"name": "length",
|
|
31328
|
-
"description": "Length
|
|
31771
|
+
"description": "Length.",
|
|
31329
31772
|
"args": [
|
|
31330
31773
|
{
|
|
31331
31774
|
"name": "unit",
|
|
@@ -31335,7 +31778,7 @@
|
|
|
31335
31778
|
"name": "MeasurementUnit",
|
|
31336
31779
|
"ofType": null
|
|
31337
31780
|
},
|
|
31338
|
-
"defaultValue":
|
|
31781
|
+
"defaultValue": "millimeter",
|
|
31339
31782
|
"isDeprecated": false,
|
|
31340
31783
|
"deprecationReason": null
|
|
31341
31784
|
}
|
|
@@ -31350,7 +31793,7 @@
|
|
|
31350
31793
|
},
|
|
31351
31794
|
{
|
|
31352
31795
|
"name": "width",
|
|
31353
|
-
"description": "Width with folded mirrors
|
|
31796
|
+
"description": "Width with folded mirrors.",
|
|
31354
31797
|
"args": [
|
|
31355
31798
|
{
|
|
31356
31799
|
"name": "unit",
|
|
@@ -31360,7 +31803,7 @@
|
|
|
31360
31803
|
"name": "MeasurementUnit",
|
|
31361
31804
|
"ofType": null
|
|
31362
31805
|
},
|
|
31363
|
-
"defaultValue":
|
|
31806
|
+
"defaultValue": "millimeter",
|
|
31364
31807
|
"isDeprecated": false,
|
|
31365
31808
|
"deprecationReason": null
|
|
31366
31809
|
}
|
|
@@ -31379,7 +31822,7 @@
|
|
|
31379
31822
|
},
|
|
31380
31823
|
{
|
|
31381
31824
|
"name": "full_width",
|
|
31382
|
-
"description": "Width of vehicle including mirrors
|
|
31825
|
+
"description": "Width of vehicle including mirrors.",
|
|
31383
31826
|
"args": [
|
|
31384
31827
|
{
|
|
31385
31828
|
"name": "unit",
|
|
@@ -31389,7 +31832,7 @@
|
|
|
31389
31832
|
"name": "MeasurementUnit",
|
|
31390
31833
|
"ofType": null
|
|
31391
31834
|
},
|
|
31392
|
-
"defaultValue":
|
|
31835
|
+
"defaultValue": "millimeter",
|
|
31393
31836
|
"isDeprecated": false,
|
|
31394
31837
|
"deprecationReason": null
|
|
31395
31838
|
}
|
|
@@ -31404,7 +31847,7 @@
|
|
|
31404
31847
|
},
|
|
31405
31848
|
{
|
|
31406
31849
|
"name": "height",
|
|
31407
|
-
"description": "Height (average height for adjustable suspensions)
|
|
31850
|
+
"description": "Height (average height for adjustable suspensions).",
|
|
31408
31851
|
"args": [
|
|
31409
31852
|
{
|
|
31410
31853
|
"name": "unit",
|
|
@@ -31414,7 +31857,7 @@
|
|
|
31414
31857
|
"name": "MeasurementUnit",
|
|
31415
31858
|
"ofType": null
|
|
31416
31859
|
},
|
|
31417
|
-
"defaultValue":
|
|
31860
|
+
"defaultValue": "millimeter",
|
|
31418
31861
|
"isDeprecated": false,
|
|
31419
31862
|
"deprecationReason": null
|
|
31420
31863
|
}
|
|
@@ -31445,7 +31888,7 @@
|
|
|
31445
31888
|
},
|
|
31446
31889
|
{
|
|
31447
31890
|
"name": "wheelbase",
|
|
31448
|
-
"description": "Wheelbase
|
|
31891
|
+
"description": "Wheelbase.",
|
|
31449
31892
|
"args": [
|
|
31450
31893
|
{
|
|
31451
31894
|
"name": "unit",
|
|
@@ -31455,7 +31898,7 @@
|
|
|
31455
31898
|
"name": "MeasurementUnit",
|
|
31456
31899
|
"ofType": null
|
|
31457
31900
|
},
|
|
31458
|
-
"defaultValue":
|
|
31901
|
+
"defaultValue": "millimeter",
|
|
31459
31902
|
"isDeprecated": false,
|
|
31460
31903
|
"deprecationReason": null
|
|
31461
31904
|
}
|
|
@@ -31482,7 +31925,7 @@
|
|
|
31482
31925
|
},
|
|
31483
31926
|
{
|
|
31484
31927
|
"name": "ground_clearance",
|
|
31485
|
-
"description": "Ground clearance of a vehicle as specified by the OEM
|
|
31928
|
+
"description": "Ground clearance of a vehicle as specified by the OEM.",
|
|
31486
31929
|
"args": [
|
|
31487
31930
|
{
|
|
31488
31931
|
"name": "unit",
|
|
@@ -31492,7 +31935,7 @@
|
|
|
31492
31935
|
"name": "MeasurementUnit",
|
|
31493
31936
|
"ofType": null
|
|
31494
31937
|
},
|
|
31495
|
-
"defaultValue":
|
|
31938
|
+
"defaultValue": "millimeter",
|
|
31496
31939
|
"isDeprecated": false,
|
|
31497
31940
|
"deprecationReason": null
|
|
31498
31941
|
}
|
|
@@ -31571,7 +32014,7 @@
|
|
|
31571
32014
|
},
|
|
31572
32015
|
{
|
|
31573
32016
|
"name": "weight_max_payload",
|
|
31574
|
-
"description": "Maximum payload allowed for the vehicle
|
|
32017
|
+
"description": "Maximum payload allowed for the vehicle.",
|
|
31575
32018
|
"args": [
|
|
31576
32019
|
{
|
|
31577
32020
|
"name": "unit",
|
|
@@ -31581,7 +32024,7 @@
|
|
|
31581
32024
|
"name": "WeightUnit",
|
|
31582
32025
|
"ofType": null
|
|
31583
32026
|
},
|
|
31584
|
-
"defaultValue":
|
|
32027
|
+
"defaultValue": "kilogram",
|
|
31585
32028
|
"isDeprecated": false,
|
|
31586
32029
|
"deprecationReason": null
|
|
31587
32030
|
}
|
|
@@ -31596,7 +32039,7 @@
|
|
|
31596
32039
|
},
|
|
31597
32040
|
{
|
|
31598
32041
|
"name": "max_gross_vehicle_weight",
|
|
31599
|
-
"description": "Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload)
|
|
32042
|
+
"description": "Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload).",
|
|
31600
32043
|
"args": [
|
|
31601
32044
|
{
|
|
31602
32045
|
"name": "unit",
|
|
@@ -31606,7 +32049,7 @@
|
|
|
31606
32049
|
"name": "WeightUnit",
|
|
31607
32050
|
"ofType": null
|
|
31608
32051
|
},
|
|
31609
|
-
"defaultValue":
|
|
32052
|
+
"defaultValue": "kilogram",
|
|
31610
32053
|
"isDeprecated": false,
|
|
31611
32054
|
"deprecationReason": null
|
|
31612
32055
|
}
|
|
@@ -31621,7 +32064,7 @@
|
|
|
31621
32064
|
},
|
|
31622
32065
|
{
|
|
31623
32066
|
"name": "boot_capacity",
|
|
31624
|
-
"description": "Standard luggage capacity
|
|
32067
|
+
"description": "Standard luggage capacity.",
|
|
31625
32068
|
"args": [
|
|
31626
32069
|
{
|
|
31627
32070
|
"name": "unit",
|
|
@@ -31631,7 +32074,7 @@
|
|
|
31631
32074
|
"name": "VolumeUnit",
|
|
31632
32075
|
"ofType": null
|
|
31633
32076
|
},
|
|
31634
|
-
"defaultValue":
|
|
32077
|
+
"defaultValue": "liter",
|
|
31635
32078
|
"isDeprecated": false,
|
|
31636
32079
|
"deprecationReason": null
|
|
31637
32080
|
}
|
|
@@ -31646,8 +32089,21 @@
|
|
|
31646
32089
|
},
|
|
31647
32090
|
{
|
|
31648
32091
|
"name": "boot_front_capacity",
|
|
31649
|
-
"description": "Storage capacity of front trunk/under the hood (frunk)
|
|
31650
|
-
"args": [
|
|
32092
|
+
"description": "Storage capacity of front trunk/under the hood (frunk).",
|
|
32093
|
+
"args": [
|
|
32094
|
+
{
|
|
32095
|
+
"name": "unit",
|
|
32096
|
+
"description": null,
|
|
32097
|
+
"type": {
|
|
32098
|
+
"kind": "ENUM",
|
|
32099
|
+
"name": "VolumeUnit",
|
|
32100
|
+
"ofType": null
|
|
32101
|
+
},
|
|
32102
|
+
"defaultValue": "liter",
|
|
32103
|
+
"isDeprecated": false,
|
|
32104
|
+
"deprecationReason": null
|
|
32105
|
+
}
|
|
32106
|
+
],
|
|
31651
32107
|
"type": {
|
|
31652
32108
|
"kind": "SCALAR",
|
|
31653
32109
|
"name": "Float",
|
|
@@ -31658,7 +32114,7 @@
|
|
|
31658
32114
|
},
|
|
31659
32115
|
{
|
|
31660
32116
|
"name": "boot_capacity_max",
|
|
31661
|
-
"description": "Maximum luggage capacity
|
|
32117
|
+
"description": "Maximum luggage capacity.",
|
|
31662
32118
|
"args": [
|
|
31663
32119
|
{
|
|
31664
32120
|
"name": "unit",
|
|
@@ -31668,7 +32124,7 @@
|
|
|
31668
32124
|
"name": "VolumeUnit",
|
|
31669
32125
|
"ofType": null
|
|
31670
32126
|
},
|
|
31671
|
-
"defaultValue":
|
|
32127
|
+
"defaultValue": "liter",
|
|
31672
32128
|
"isDeprecated": false,
|
|
31673
32129
|
"deprecationReason": null
|
|
31674
32130
|
}
|
|
@@ -31695,7 +32151,7 @@
|
|
|
31695
32151
|
},
|
|
31696
32152
|
{
|
|
31697
32153
|
"name": "tow_weight_unbraked",
|
|
31698
|
-
"description": "Maximum unbraked towing weight
|
|
32154
|
+
"description": "Maximum unbraked towing weight.",
|
|
31699
32155
|
"args": [
|
|
31700
32156
|
{
|
|
31701
32157
|
"name": "unit",
|
|
@@ -31705,7 +32161,7 @@
|
|
|
31705
32161
|
"name": "WeightUnit",
|
|
31706
32162
|
"ofType": null
|
|
31707
32163
|
},
|
|
31708
|
-
"defaultValue":
|
|
32164
|
+
"defaultValue": "kilogram",
|
|
31709
32165
|
"isDeprecated": false,
|
|
31710
32166
|
"deprecationReason": null
|
|
31711
32167
|
}
|
|
@@ -31720,7 +32176,7 @@
|
|
|
31720
32176
|
},
|
|
31721
32177
|
{
|
|
31722
32178
|
"name": "tow_weight_braked",
|
|
31723
|
-
"description": "Maximum braked towing weight
|
|
32179
|
+
"description": "Maximum braked towing weight.",
|
|
31724
32180
|
"args": [
|
|
31725
32181
|
{
|
|
31726
32182
|
"name": "unit",
|
|
@@ -31730,7 +32186,7 @@
|
|
|
31730
32186
|
"name": "WeightUnit",
|
|
31731
32187
|
"ofType": null
|
|
31732
32188
|
},
|
|
31733
|
-
"defaultValue":
|
|
32189
|
+
"defaultValue": "kilogram",
|
|
31734
32190
|
"isDeprecated": false,
|
|
31735
32191
|
"deprecationReason": null
|
|
31736
32192
|
}
|
|
@@ -31757,7 +32213,7 @@
|
|
|
31757
32213
|
},
|
|
31758
32214
|
{
|
|
31759
32215
|
"name": "tow_weight_vertical_load",
|
|
31760
|
-
"description": "Maximum vertical load / noseweight on tow hitch according to vehicle homologation
|
|
32216
|
+
"description": "Maximum vertical load / noseweight on tow hitch according to vehicle homologation.",
|
|
31761
32217
|
"args": [
|
|
31762
32218
|
{
|
|
31763
32219
|
"name": "unit",
|
|
@@ -31767,7 +32223,7 @@
|
|
|
31767
32223
|
"name": "WeightUnit",
|
|
31768
32224
|
"ofType": null
|
|
31769
32225
|
},
|
|
31770
|
-
"defaultValue":
|
|
32226
|
+
"defaultValue": "kilogram",
|
|
31771
32227
|
"isDeprecated": false,
|
|
31772
32228
|
"deprecationReason": null
|
|
31773
32229
|
}
|
|
@@ -31782,7 +32238,7 @@
|
|
|
31782
32238
|
},
|
|
31783
32239
|
{
|
|
31784
32240
|
"name": "roof_load_max",
|
|
31785
|
-
"description": "Maximum load on roof of the vehicle
|
|
32241
|
+
"description": "Maximum load on roof of the vehicle.",
|
|
31786
32242
|
"args": [
|
|
31787
32243
|
{
|
|
31788
32244
|
"name": "unit",
|
|
@@ -31792,7 +32248,7 @@
|
|
|
31792
32248
|
"name": "WeightUnit",
|
|
31793
32249
|
"ofType": null
|
|
31794
32250
|
},
|
|
31795
|
-
"defaultValue":
|
|
32251
|
+
"defaultValue": "kilogram",
|
|
31796
32252
|
"isDeprecated": false,
|
|
31797
32253
|
"deprecationReason": null
|
|
31798
32254
|
}
|
|
@@ -31859,7 +32315,7 @@
|
|
|
31859
32315
|
},
|
|
31860
32316
|
{
|
|
31861
32317
|
"name": "turning_circle",
|
|
31862
|
-
"description": "Turning circle of the vehicle kerb-to-kerb
|
|
32318
|
+
"description": "Turning circle of the vehicle kerb-to-kerb.",
|
|
31863
32319
|
"args": [
|
|
31864
32320
|
{
|
|
31865
32321
|
"name": "unit",
|
|
@@ -31869,7 +32325,7 @@
|
|
|
31869
32325
|
"name": "TurningCircleUnit",
|
|
31870
32326
|
"ofType": null
|
|
31871
32327
|
},
|
|
31872
|
-
"defaultValue":
|
|
32328
|
+
"defaultValue": "meter",
|
|
31873
32329
|
"isDeprecated": false,
|
|
31874
32330
|
"deprecationReason": null
|
|
31875
32331
|
}
|
|
@@ -32002,8 +32458,21 @@
|
|
|
32002
32458
|
"fields": [
|
|
32003
32459
|
{
|
|
32004
32460
|
"name": "power",
|
|
32005
|
-
"description": "Maximum power OBC can accept to charge a battery (
|
|
32006
|
-
"args": [
|
|
32461
|
+
"description": "Maximum power OBC can accept to charge a battery (alternative OBC).",
|
|
32462
|
+
"args": [
|
|
32463
|
+
{
|
|
32464
|
+
"name": "unit",
|
|
32465
|
+
"description": null,
|
|
32466
|
+
"type": {
|
|
32467
|
+
"kind": "ENUM",
|
|
32468
|
+
"name": "PowerUnit",
|
|
32469
|
+
"ofType": null
|
|
32470
|
+
},
|
|
32471
|
+
"defaultValue": "kilowatt",
|
|
32472
|
+
"isDeprecated": false,
|
|
32473
|
+
"deprecationReason": null
|
|
32474
|
+
}
|
|
32475
|
+
],
|
|
32007
32476
|
"type": {
|
|
32008
32477
|
"kind": "SCALAR",
|
|
32009
32478
|
"name": "Float",
|
|
@@ -32014,7 +32483,7 @@
|
|
|
32014
32483
|
},
|
|
32015
32484
|
{
|
|
32016
32485
|
"name": "phases",
|
|
32017
|
-
"description": "Number of phases the OBC accepts to achieve maximum power (
|
|
32486
|
+
"description": "Number of phases the OBC accepts to achieve maximum power (alternative OBC).",
|
|
32018
32487
|
"args": [],
|
|
32019
32488
|
"type": {
|
|
32020
32489
|
"kind": "SCALAR",
|
|
@@ -32026,7 +32495,7 @@
|
|
|
32026
32495
|
},
|
|
32027
32496
|
{
|
|
32028
32497
|
"name": "phase_amperage",
|
|
32029
|
-
"description": "Maximum current the OBC accepts per phase to achieve maximum power (
|
|
32498
|
+
"description": "Maximum current the OBC accepts per phase to achieve maximum power (alternative OBC).",
|
|
32030
32499
|
"args": [],
|
|
32031
32500
|
"type": {
|
|
32032
32501
|
"kind": "SCALAR",
|
|
@@ -32038,7 +32507,7 @@
|
|
|
32038
32507
|
},
|
|
32039
32508
|
{
|
|
32040
32509
|
"name": "charge_time",
|
|
32041
|
-
"description": "Minutes needed to charge from 0% to 100% (
|
|
32510
|
+
"description": "Minutes needed to charge from 0% to 100% (alternative OBC).",
|
|
32042
32511
|
"args": [],
|
|
32043
32512
|
"type": {
|
|
32044
32513
|
"kind": "SCALAR",
|
|
@@ -32050,7 +32519,7 @@
|
|
|
32050
32519
|
},
|
|
32051
32520
|
{
|
|
32052
32521
|
"name": "charge_speed",
|
|
32053
|
-
"description": "Charging speed when charging at maximum power (
|
|
32522
|
+
"description": "Charging speed when charging at maximum power (alternative OBC).",
|
|
32054
32523
|
"args": [
|
|
32055
32524
|
{
|
|
32056
32525
|
"name": "unit",
|
|
@@ -32060,7 +32529,7 @@
|
|
|
32060
32529
|
"name": "ChargeSpeedUnit",
|
|
32061
32530
|
"ofType": null
|
|
32062
32531
|
},
|
|
32063
|
-
"defaultValue":
|
|
32532
|
+
"defaultValue": "kilometers_per_hour",
|
|
32064
32533
|
"isDeprecated": false,
|
|
32065
32534
|
"deprecationReason": null
|
|
32066
32535
|
}
|
|
@@ -32075,7 +32544,7 @@
|
|
|
32075
32544
|
},
|
|
32076
32545
|
{
|
|
32077
32546
|
"name": "table",
|
|
32078
|
-
"description": "Charging details for the
|
|
32547
|
+
"description": "Charging details for the alternative OBC at several charging points.",
|
|
32079
32548
|
"args": [],
|
|
32080
32549
|
"type": {
|
|
32081
32550
|
"kind": "LIST",
|
|
@@ -32175,7 +32644,20 @@
|
|
|
32175
32644
|
{
|
|
32176
32645
|
"name": "charge_power",
|
|
32177
32646
|
"description": "Power used by standard OBC (before OBC losses).",
|
|
32178
|
-
"args": [
|
|
32647
|
+
"args": [
|
|
32648
|
+
{
|
|
32649
|
+
"name": "unit",
|
|
32650
|
+
"description": null,
|
|
32651
|
+
"type": {
|
|
32652
|
+
"kind": "ENUM",
|
|
32653
|
+
"name": "PowerUnit",
|
|
32654
|
+
"ofType": null
|
|
32655
|
+
},
|
|
32656
|
+
"defaultValue": "kilowatt",
|
|
32657
|
+
"isDeprecated": false,
|
|
32658
|
+
"deprecationReason": null
|
|
32659
|
+
}
|
|
32660
|
+
],
|
|
32179
32661
|
"type": {
|
|
32180
32662
|
"kind": "SCALAR",
|
|
32181
32663
|
"name": "Float",
|
|
@@ -32198,7 +32680,7 @@
|
|
|
32198
32680
|
},
|
|
32199
32681
|
{
|
|
32200
32682
|
"name": "charge_speed",
|
|
32201
|
-
"description": "Charging speed when charging at maximum power (standard OBC with this EVSE)
|
|
32683
|
+
"description": "Charging speed when charging at maximum power (standard OBC with this EVSE).",
|
|
32202
32684
|
"args": [
|
|
32203
32685
|
{
|
|
32204
32686
|
"name": "unit",
|
|
@@ -32208,7 +32690,7 @@
|
|
|
32208
32690
|
"name": "ChargeSpeedUnit",
|
|
32209
32691
|
"ofType": null
|
|
32210
32692
|
},
|
|
32211
|
-
"defaultValue":
|
|
32693
|
+
"defaultValue": "kilometers_per_hour",
|
|
32212
32694
|
"isDeprecated": false,
|
|
32213
32695
|
"deprecationReason": null
|
|
32214
32696
|
}
|
|
@@ -32235,7 +32717,20 @@
|
|
|
32235
32717
|
{
|
|
32236
32718
|
"name": "power",
|
|
32237
32719
|
"description": "Maximum power OBC can accept to charge a battery (standard OBC).",
|
|
32238
|
-
"args": [
|
|
32720
|
+
"args": [
|
|
32721
|
+
{
|
|
32722
|
+
"name": "unit",
|
|
32723
|
+
"description": null,
|
|
32724
|
+
"type": {
|
|
32725
|
+
"kind": "ENUM",
|
|
32726
|
+
"name": "PowerUnit",
|
|
32727
|
+
"ofType": null
|
|
32728
|
+
},
|
|
32729
|
+
"defaultValue": "kilowatt",
|
|
32730
|
+
"isDeprecated": false,
|
|
32731
|
+
"deprecationReason": null
|
|
32732
|
+
}
|
|
32733
|
+
],
|
|
32239
32734
|
"type": {
|
|
32240
32735
|
"kind": "SCALAR",
|
|
32241
32736
|
"name": "Float",
|
|
@@ -32282,7 +32777,7 @@
|
|
|
32282
32777
|
},
|
|
32283
32778
|
{
|
|
32284
32779
|
"name": "charge_speed",
|
|
32285
|
-
"description": "Charging speed when charging at maximum power (standard OBC)
|
|
32780
|
+
"description": "Charging speed when charging at maximum power (standard OBC).",
|
|
32286
32781
|
"args": [
|
|
32287
32782
|
{
|
|
32288
32783
|
"name": "unit",
|
|
@@ -32292,7 +32787,7 @@
|
|
|
32292
32787
|
"name": "ChargeSpeedUnit",
|
|
32293
32788
|
"ofType": null
|
|
32294
32789
|
},
|
|
32295
|
-
"defaultValue":
|
|
32790
|
+
"defaultValue": "kilometers_per_hour",
|
|
32296
32791
|
"isDeprecated": false,
|
|
32297
32792
|
"deprecationReason": null
|
|
32298
32793
|
}
|
|
@@ -32382,7 +32877,20 @@
|
|
|
32382
32877
|
{
|
|
32383
32878
|
"name": "max",
|
|
32384
32879
|
"description": "Maximum value.",
|
|
32385
|
-
"args": [
|
|
32880
|
+
"args": [
|
|
32881
|
+
{
|
|
32882
|
+
"name": "unit",
|
|
32883
|
+
"description": null,
|
|
32884
|
+
"type": {
|
|
32885
|
+
"kind": "ENUM",
|
|
32886
|
+
"name": "PowerUnit",
|
|
32887
|
+
"ofType": null
|
|
32888
|
+
},
|
|
32889
|
+
"defaultValue": "kilowatt",
|
|
32890
|
+
"isDeprecated": false,
|
|
32891
|
+
"deprecationReason": null
|
|
32892
|
+
}
|
|
32893
|
+
],
|
|
32386
32894
|
"type": {
|
|
32387
32895
|
"kind": "SCALAR",
|
|
32388
32896
|
"name": "Float",
|
|
@@ -32394,7 +32902,20 @@
|
|
|
32394
32902
|
{
|
|
32395
32903
|
"name": "average",
|
|
32396
32904
|
"description": "Average value.",
|
|
32397
|
-
"args": [
|
|
32905
|
+
"args": [
|
|
32906
|
+
{
|
|
32907
|
+
"name": "unit",
|
|
32908
|
+
"description": null,
|
|
32909
|
+
"type": {
|
|
32910
|
+
"kind": "ENUM",
|
|
32911
|
+
"name": "PowerUnit",
|
|
32912
|
+
"ofType": null
|
|
32913
|
+
},
|
|
32914
|
+
"defaultValue": "kilowatt",
|
|
32915
|
+
"isDeprecated": false,
|
|
32916
|
+
"deprecationReason": null
|
|
32917
|
+
}
|
|
32918
|
+
],
|
|
32398
32919
|
"type": {
|
|
32399
32920
|
"kind": "SCALAR",
|
|
32400
32921
|
"name": "Float",
|
|
@@ -32452,7 +32973,20 @@
|
|
|
32452
32973
|
{
|
|
32453
32974
|
"name": "power",
|
|
32454
32975
|
"description": "Maximum power OBC can accept to charge a battery (standard OBC).",
|
|
32455
|
-
"args": [
|
|
32976
|
+
"args": [
|
|
32977
|
+
{
|
|
32978
|
+
"name": "unit",
|
|
32979
|
+
"description": null,
|
|
32980
|
+
"type": {
|
|
32981
|
+
"kind": "ENUM",
|
|
32982
|
+
"name": "PowerUnit",
|
|
32983
|
+
"ofType": null
|
|
32984
|
+
},
|
|
32985
|
+
"defaultValue": "kilowatt",
|
|
32986
|
+
"isDeprecated": false,
|
|
32987
|
+
"deprecationReason": null
|
|
32988
|
+
}
|
|
32989
|
+
],
|
|
32456
32990
|
"type": {
|
|
32457
32991
|
"kind": "SCALAR",
|
|
32458
32992
|
"name": "Float",
|
|
@@ -32499,7 +33033,7 @@
|
|
|
32499
33033
|
},
|
|
32500
33034
|
{
|
|
32501
33035
|
"name": "charge_speed",
|
|
32502
|
-
"description": "Charging speed when charging at maximum power (standard OBC)
|
|
33036
|
+
"description": "Charging speed when charging at maximum power (standard OBC).",
|
|
32503
33037
|
"args": [
|
|
32504
33038
|
{
|
|
32505
33039
|
"name": "unit",
|
|
@@ -32509,7 +33043,7 @@
|
|
|
32509
33043
|
"name": "ChargeSpeedUnit",
|
|
32510
33044
|
"ofType": null
|
|
32511
33045
|
},
|
|
32512
|
-
"defaultValue":
|
|
33046
|
+
"defaultValue": "kilometers_per_hour",
|
|
32513
33047
|
"isDeprecated": false,
|
|
32514
33048
|
"deprecationReason": null
|
|
32515
33049
|
}
|
|
@@ -32615,7 +33149,7 @@
|
|
|
32615
33149
|
},
|
|
32616
33150
|
{
|
|
32617
33151
|
"name": "power",
|
|
32618
|
-
"description": "Maximum (combined) power output
|
|
33152
|
+
"description": "Maximum (combined) power output.",
|
|
32619
33153
|
"args": [
|
|
32620
33154
|
{
|
|
32621
33155
|
"name": "unit",
|
|
@@ -32625,7 +33159,7 @@
|
|
|
32625
33159
|
"name": "PowerUnit",
|
|
32626
33160
|
"ofType": null
|
|
32627
33161
|
},
|
|
32628
|
-
"defaultValue":
|
|
33162
|
+
"defaultValue": "kilowatt",
|
|
32629
33163
|
"isDeprecated": false,
|
|
32630
33164
|
"deprecationReason": null
|
|
32631
33165
|
}
|
|
@@ -32652,7 +33186,7 @@
|
|
|
32652
33186
|
},
|
|
32653
33187
|
{
|
|
32654
33188
|
"name": "power_hp",
|
|
32655
|
-
"description": "Maximum (combine) power output
|
|
33189
|
+
"description": "Maximum (combine) power output.",
|
|
32656
33190
|
"args": [
|
|
32657
33191
|
{
|
|
32658
33192
|
"name": "unit",
|
|
@@ -32662,7 +33196,7 @@
|
|
|
32662
33196
|
"name": "PowerUnit",
|
|
32663
33197
|
"ofType": null
|
|
32664
33198
|
},
|
|
32665
|
-
"defaultValue":
|
|
33199
|
+
"defaultValue": "horsepower",
|
|
32666
33200
|
"isDeprecated": false,
|
|
32667
33201
|
"deprecationReason": null
|
|
32668
33202
|
}
|
|
@@ -32677,7 +33211,7 @@
|
|
|
32677
33211
|
},
|
|
32678
33212
|
{
|
|
32679
33213
|
"name": "torque",
|
|
32680
|
-
"description": "Maximum (combine) torque output
|
|
33214
|
+
"description": "Maximum (combine) torque output.",
|
|
32681
33215
|
"args": [
|
|
32682
33216
|
{
|
|
32683
33217
|
"name": "unit",
|
|
@@ -32687,7 +33221,7 @@
|
|
|
32687
33221
|
"name": "TorqueUnit",
|
|
32688
33222
|
"ofType": null
|
|
32689
33223
|
},
|
|
32690
|
-
"defaultValue":
|
|
33224
|
+
"defaultValue": "newton_meter",
|
|
32691
33225
|
"isDeprecated": false,
|
|
32692
33226
|
"deprecationReason": null
|
|
32693
33227
|
}
|
|
@@ -32784,7 +33318,7 @@
|
|
|
32784
33318
|
"fields": [
|
|
32785
33319
|
{
|
|
32786
33320
|
"name": "value",
|
|
32787
|
-
"description": "Rated efficiency in NEDC combined cycle
|
|
33321
|
+
"description": "Rated efficiency in NEDC combined cycle.",
|
|
32788
33322
|
"args": [
|
|
32789
33323
|
{
|
|
32790
33324
|
"name": "unit",
|
|
@@ -32794,7 +33328,7 @@
|
|
|
32794
33328
|
"name": "ConsumptionUnit",
|
|
32795
33329
|
"ofType": null
|
|
32796
33330
|
},
|
|
32797
|
-
"defaultValue":
|
|
33331
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
32798
33332
|
"isDeprecated": false,
|
|
32799
33333
|
"deprecationReason": null
|
|
32800
33334
|
}
|
|
@@ -32809,7 +33343,7 @@
|
|
|
32809
33343
|
},
|
|
32810
33344
|
{
|
|
32811
33345
|
"name": "fuel_equivalent",
|
|
32812
|
-
"description": "Rated efficiency in NEDC combined cycle presented in gas equivalent
|
|
33346
|
+
"description": "Rated efficiency in NEDC combined cycle presented in gas equivalent.",
|
|
32813
33347
|
"args": [
|
|
32814
33348
|
{
|
|
32815
33349
|
"name": "unit",
|
|
@@ -32819,7 +33353,7 @@
|
|
|
32819
33353
|
"name": "FuelConsumptionUnit",
|
|
32820
33354
|
"ofType": null
|
|
32821
33355
|
},
|
|
32822
|
-
"defaultValue":
|
|
33356
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
32823
33357
|
"isDeprecated": false,
|
|
32824
33358
|
"deprecationReason": null
|
|
32825
33359
|
}
|
|
@@ -32834,7 +33368,7 @@
|
|
|
32834
33368
|
},
|
|
32835
33369
|
{
|
|
32836
33370
|
"name": "vehicle",
|
|
32837
|
-
"description": "Rated vehicle efficiency in NEDC combined cycle (based on value)
|
|
33371
|
+
"description": "Rated vehicle efficiency in NEDC combined cycle (based on value).",
|
|
32838
33372
|
"args": [
|
|
32839
33373
|
{
|
|
32840
33374
|
"name": "unit",
|
|
@@ -32844,7 +33378,7 @@
|
|
|
32844
33378
|
"name": "ConsumptionUnit",
|
|
32845
33379
|
"ofType": null
|
|
32846
33380
|
},
|
|
32847
|
-
"defaultValue":
|
|
33381
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
32848
33382
|
"isDeprecated": false,
|
|
32849
33383
|
"deprecationReason": null
|
|
32850
33384
|
}
|
|
@@ -32859,7 +33393,7 @@
|
|
|
32859
33393
|
},
|
|
32860
33394
|
{
|
|
32861
33395
|
"name": "vehicle_fuel_equivalent",
|
|
32862
|
-
"description": "Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent
|
|
33396
|
+
"description": "Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent.",
|
|
32863
33397
|
"args": [
|
|
32864
33398
|
{
|
|
32865
33399
|
"name": "unit",
|
|
@@ -32869,7 +33403,7 @@
|
|
|
32869
33403
|
"name": "FuelConsumptionUnit",
|
|
32870
33404
|
"ofType": null
|
|
32871
33405
|
},
|
|
32872
|
-
"defaultValue":
|
|
33406
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
32873
33407
|
"isDeprecated": false,
|
|
32874
33408
|
"deprecationReason": null
|
|
32875
33409
|
}
|
|
@@ -32884,7 +33418,7 @@
|
|
|
32884
33418
|
},
|
|
32885
33419
|
{
|
|
32886
33420
|
"name": "co2",
|
|
32887
|
-
"description": "Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated)
|
|
33421
|
+
"description": "Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated).",
|
|
32888
33422
|
"args": [
|
|
32889
33423
|
{
|
|
32890
33424
|
"name": "unit",
|
|
@@ -32894,7 +33428,7 @@
|
|
|
32894
33428
|
"name": "EmissionRateUnit",
|
|
32895
33429
|
"ofType": null
|
|
32896
33430
|
},
|
|
32897
|
-
"defaultValue":
|
|
33431
|
+
"defaultValue": "grams_per_kilometer",
|
|
32898
33432
|
"isDeprecated": false,
|
|
32899
33433
|
"deprecationReason": null
|
|
32900
33434
|
}
|
|
@@ -32920,7 +33454,7 @@
|
|
|
32920
33454
|
"fields": [
|
|
32921
33455
|
{
|
|
32922
33456
|
"name": "value",
|
|
32923
|
-
"description": "Vehicle efficiency based on RealRange (usable battery/range)
|
|
33457
|
+
"description": "Vehicle efficiency based on RealRange (usable battery/range).",
|
|
32924
33458
|
"args": [
|
|
32925
33459
|
{
|
|
32926
33460
|
"name": "unit",
|
|
@@ -32930,7 +33464,7 @@
|
|
|
32930
33464
|
"name": "ConsumptionUnit",
|
|
32931
33465
|
"ofType": null
|
|
32932
33466
|
},
|
|
32933
|
-
"defaultValue":
|
|
33467
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
32934
33468
|
"isDeprecated": false,
|
|
32935
33469
|
"deprecationReason": null
|
|
32936
33470
|
}
|
|
@@ -32945,7 +33479,7 @@
|
|
|
32945
33479
|
},
|
|
32946
33480
|
{
|
|
32947
33481
|
"name": "fuel_equivalent",
|
|
32948
|
-
"description": "Vehicle efficiency based on RealRange presented in gas equivalent
|
|
33482
|
+
"description": "Vehicle efficiency based on RealRange presented in gas equivalent.",
|
|
32949
33483
|
"args": [
|
|
32950
33484
|
{
|
|
32951
33485
|
"name": "unit",
|
|
@@ -32955,7 +33489,7 @@
|
|
|
32955
33489
|
"name": "FuelConsumptionUnit",
|
|
32956
33490
|
"ofType": null
|
|
32957
33491
|
},
|
|
32958
|
-
"defaultValue":
|
|
33492
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
32959
33493
|
"isDeprecated": false,
|
|
32960
33494
|
"deprecationReason": null
|
|
32961
33495
|
}
|
|
@@ -33005,7 +33539,7 @@
|
|
|
33005
33539
|
"fields": [
|
|
33006
33540
|
{
|
|
33007
33541
|
"name": "highway",
|
|
33008
|
-
"description": "Estimated value on highway or express roads
|
|
33542
|
+
"description": "Estimated value on highway or express roads.",
|
|
33009
33543
|
"args": [
|
|
33010
33544
|
{
|
|
33011
33545
|
"name": "unit",
|
|
@@ -33015,7 +33549,7 @@
|
|
|
33015
33549
|
"name": "DistanceUnit",
|
|
33016
33550
|
"ofType": null
|
|
33017
33551
|
},
|
|
33018
|
-
"defaultValue":
|
|
33552
|
+
"defaultValue": "kilometer",
|
|
33019
33553
|
"isDeprecated": false,
|
|
33020
33554
|
"deprecationReason": null
|
|
33021
33555
|
}
|
|
@@ -33030,7 +33564,7 @@
|
|
|
33030
33564
|
},
|
|
33031
33565
|
{
|
|
33032
33566
|
"name": "city",
|
|
33033
|
-
"description": "Estimated value on city roads
|
|
33567
|
+
"description": "Estimated value on city roads.",
|
|
33034
33568
|
"args": [
|
|
33035
33569
|
{
|
|
33036
33570
|
"name": "unit",
|
|
@@ -33040,7 +33574,7 @@
|
|
|
33040
33574
|
"name": "DistanceUnit",
|
|
33041
33575
|
"ofType": null
|
|
33042
33576
|
},
|
|
33043
|
-
"defaultValue":
|
|
33577
|
+
"defaultValue": "kilometer",
|
|
33044
33578
|
"isDeprecated": false,
|
|
33045
33579
|
"deprecationReason": null
|
|
33046
33580
|
}
|
|
@@ -33055,7 +33589,7 @@
|
|
|
33055
33589
|
},
|
|
33056
33590
|
{
|
|
33057
33591
|
"name": "combined",
|
|
33058
|
-
"description": "Estimated combined value
|
|
33592
|
+
"description": "Estimated combined value.",
|
|
33059
33593
|
"args": [
|
|
33060
33594
|
{
|
|
33061
33595
|
"name": "unit",
|
|
@@ -33065,7 +33599,7 @@
|
|
|
33065
33599
|
"name": "DistanceUnit",
|
|
33066
33600
|
"ofType": null
|
|
33067
33601
|
},
|
|
33068
|
-
"defaultValue":
|
|
33602
|
+
"defaultValue": "kilometer",
|
|
33069
33603
|
"isDeprecated": false,
|
|
33070
33604
|
"deprecationReason": null
|
|
33071
33605
|
}
|
|
@@ -33091,7 +33625,7 @@
|
|
|
33091
33625
|
"fields": [
|
|
33092
33626
|
{
|
|
33093
33627
|
"name": "value",
|
|
33094
|
-
"description": "Rated efficiency in WLTP combined cycle
|
|
33628
|
+
"description": "Rated efficiency in WLTP combined cycle.",
|
|
33095
33629
|
"args": [
|
|
33096
33630
|
{
|
|
33097
33631
|
"name": "unit",
|
|
@@ -33101,7 +33635,7 @@
|
|
|
33101
33635
|
"name": "ConsumptionUnit",
|
|
33102
33636
|
"ofType": null
|
|
33103
33637
|
},
|
|
33104
|
-
"defaultValue":
|
|
33638
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
33105
33639
|
"isDeprecated": false,
|
|
33106
33640
|
"deprecationReason": null
|
|
33107
33641
|
}
|
|
@@ -33116,7 +33650,7 @@
|
|
|
33116
33650
|
},
|
|
33117
33651
|
{
|
|
33118
33652
|
"name": "fuel_equivalent",
|
|
33119
|
-
"description": "Rated efficiency in WLTP combined cycle presented in gas equivalent
|
|
33653
|
+
"description": "Rated efficiency in WLTP combined cycle presented in gas equivalent.",
|
|
33120
33654
|
"args": [
|
|
33121
33655
|
{
|
|
33122
33656
|
"name": "unit",
|
|
@@ -33126,7 +33660,7 @@
|
|
|
33126
33660
|
"name": "FuelConsumptionUnit",
|
|
33127
33661
|
"ofType": null
|
|
33128
33662
|
},
|
|
33129
|
-
"defaultValue":
|
|
33663
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
33130
33664
|
"isDeprecated": false,
|
|
33131
33665
|
"deprecationReason": null
|
|
33132
33666
|
}
|
|
@@ -33141,7 +33675,7 @@
|
|
|
33141
33675
|
},
|
|
33142
33676
|
{
|
|
33143
33677
|
"name": "vehicle",
|
|
33144
|
-
"description": "Rated vehicle efficiency in WLTP combined cycle (based on value)
|
|
33678
|
+
"description": "Rated vehicle efficiency in WLTP combined cycle (based on value).",
|
|
33145
33679
|
"args": [
|
|
33146
33680
|
{
|
|
33147
33681
|
"name": "unit",
|
|
@@ -33151,7 +33685,7 @@
|
|
|
33151
33685
|
"name": "ConsumptionUnit",
|
|
33152
33686
|
"ofType": null
|
|
33153
33687
|
},
|
|
33154
|
-
"defaultValue":
|
|
33688
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
33155
33689
|
"isDeprecated": false,
|
|
33156
33690
|
"deprecationReason": null
|
|
33157
33691
|
}
|
|
@@ -33166,7 +33700,7 @@
|
|
|
33166
33700
|
},
|
|
33167
33701
|
{
|
|
33168
33702
|
"name": "vehicle_fuel_equivalent",
|
|
33169
|
-
"description": "Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent
|
|
33703
|
+
"description": "Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent.",
|
|
33170
33704
|
"args": [
|
|
33171
33705
|
{
|
|
33172
33706
|
"name": "unit",
|
|
@@ -33176,7 +33710,7 @@
|
|
|
33176
33710
|
"name": "FuelConsumptionUnit",
|
|
33177
33711
|
"ofType": null
|
|
33178
33712
|
},
|
|
33179
|
-
"defaultValue":
|
|
33713
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
33180
33714
|
"isDeprecated": false,
|
|
33181
33715
|
"deprecationReason": null
|
|
33182
33716
|
}
|
|
@@ -33191,7 +33725,7 @@
|
|
|
33191
33725
|
},
|
|
33192
33726
|
{
|
|
33193
33727
|
"name": "co2",
|
|
33194
|
-
"description": "Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated)
|
|
33728
|
+
"description": "Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated).",
|
|
33195
33729
|
"args": [
|
|
33196
33730
|
{
|
|
33197
33731
|
"name": "unit",
|
|
@@ -33201,7 +33735,7 @@
|
|
|
33201
33735
|
"name": "EmissionRateUnit",
|
|
33202
33736
|
"ofType": null
|
|
33203
33737
|
},
|
|
33204
|
-
"defaultValue":
|
|
33738
|
+
"defaultValue": "grams_per_kilometer",
|
|
33205
33739
|
"isDeprecated": false,
|
|
33206
33740
|
"deprecationReason": null
|
|
33207
33741
|
}
|
|
@@ -33237,7 +33771,7 @@
|
|
|
33237
33771
|
"name": "ConsumptionUnit",
|
|
33238
33772
|
"ofType": null
|
|
33239
33773
|
},
|
|
33240
|
-
"defaultValue":
|
|
33774
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
33241
33775
|
"isDeprecated": false,
|
|
33242
33776
|
"deprecationReason": null
|
|
33243
33777
|
}
|
|
@@ -33252,7 +33786,7 @@
|
|
|
33252
33786
|
},
|
|
33253
33787
|
{
|
|
33254
33788
|
"name": "fuel_equivalent",
|
|
33255
|
-
"description": "Rated efficiency in WLTP TEH combined cycle presented in gas equivalent
|
|
33789
|
+
"description": "Rated efficiency in WLTP TEH combined cycle presented in gas equivalent.",
|
|
33256
33790
|
"args": [
|
|
33257
33791
|
{
|
|
33258
33792
|
"name": "unit",
|
|
@@ -33262,7 +33796,7 @@
|
|
|
33262
33796
|
"name": "FuelConsumptionUnit",
|
|
33263
33797
|
"ofType": null
|
|
33264
33798
|
},
|
|
33265
|
-
"defaultValue":
|
|
33799
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
33266
33800
|
"isDeprecated": false,
|
|
33267
33801
|
"deprecationReason": null
|
|
33268
33802
|
}
|
|
@@ -33277,7 +33811,7 @@
|
|
|
33277
33811
|
},
|
|
33278
33812
|
{
|
|
33279
33813
|
"name": "vehicle",
|
|
33280
|
-
"description": "Rated vehicle efficiency in WLTP TEH combined cycle (based on value)
|
|
33814
|
+
"description": "Rated vehicle efficiency in WLTP TEH combined cycle (based on value).",
|
|
33281
33815
|
"args": [
|
|
33282
33816
|
{
|
|
33283
33817
|
"name": "unit",
|
|
@@ -33287,7 +33821,7 @@
|
|
|
33287
33821
|
"name": "ConsumptionUnit",
|
|
33288
33822
|
"ofType": null
|
|
33289
33823
|
},
|
|
33290
|
-
"defaultValue":
|
|
33824
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
33291
33825
|
"isDeprecated": false,
|
|
33292
33826
|
"deprecationReason": null
|
|
33293
33827
|
}
|
|
@@ -33302,7 +33836,7 @@
|
|
|
33302
33836
|
},
|
|
33303
33837
|
{
|
|
33304
33838
|
"name": "vehicle_fuel_equivalent",
|
|
33305
|
-
"description": "Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent
|
|
33839
|
+
"description": "Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent.",
|
|
33306
33840
|
"args": [
|
|
33307
33841
|
{
|
|
33308
33842
|
"name": "unit",
|
|
@@ -33312,7 +33846,7 @@
|
|
|
33312
33846
|
"name": "FuelConsumptionUnit",
|
|
33313
33847
|
"ofType": null
|
|
33314
33848
|
},
|
|
33315
|
-
"defaultValue":
|
|
33849
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
33316
33850
|
"isDeprecated": false,
|
|
33317
33851
|
"deprecationReason": null
|
|
33318
33852
|
}
|
|
@@ -33327,7 +33861,7 @@
|
|
|
33327
33861
|
},
|
|
33328
33862
|
{
|
|
33329
33863
|
"name": "co2",
|
|
33330
|
-
"description": "Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated)
|
|
33864
|
+
"description": "Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated).",
|
|
33331
33865
|
"args": [
|
|
33332
33866
|
{
|
|
33333
33867
|
"name": "unit",
|
|
@@ -33337,7 +33871,7 @@
|
|
|
33337
33871
|
"name": "EmissionRateUnit",
|
|
33338
33872
|
"ofType": null
|
|
33339
33873
|
},
|
|
33340
|
-
"defaultValue":
|
|
33874
|
+
"defaultValue": "grams_per_kilometer",
|
|
33341
33875
|
"isDeprecated": false,
|
|
33342
33876
|
"deprecationReason": null
|
|
33343
33877
|
}
|
|
@@ -33399,7 +33933,7 @@
|
|
|
33399
33933
|
},
|
|
33400
33934
|
{
|
|
33401
33935
|
"name": "charge_speed",
|
|
33402
|
-
"description": "Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger)
|
|
33936
|
+
"description": "Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger).",
|
|
33403
33937
|
"args": [
|
|
33404
33938
|
{
|
|
33405
33939
|
"name": "unit",
|
|
@@ -33409,7 +33943,7 @@
|
|
|
33409
33943
|
"name": "ChargeSpeedUnit",
|
|
33410
33944
|
"ofType": null
|
|
33411
33945
|
},
|
|
33412
|
-
"defaultValue":
|
|
33946
|
+
"defaultValue": "kilometers_per_hour",
|
|
33413
33947
|
"isDeprecated": false,
|
|
33414
33948
|
"deprecationReason": null
|
|
33415
33949
|
}
|
|
@@ -33571,7 +34105,7 @@
|
|
|
33571
34105
|
},
|
|
33572
34106
|
{
|
|
33573
34107
|
"name": "charge_speed",
|
|
33574
|
-
"description": "Charging speed during fast charging from 10% to 80% (optimal conditions)
|
|
34108
|
+
"description": "Charging speed during fast charging from 10% to 80% (optimal conditions).",
|
|
33575
34109
|
"args": [
|
|
33576
34110
|
{
|
|
33577
34111
|
"name": "unit",
|
|
@@ -33581,7 +34115,7 @@
|
|
|
33581
34115
|
"name": "ChargeSpeedUnit",
|
|
33582
34116
|
"ofType": null
|
|
33583
34117
|
},
|
|
33584
|
-
"defaultValue":
|
|
34118
|
+
"defaultValue": "kilometers_per_hour",
|
|
33585
34119
|
"isDeprecated": false,
|
|
33586
34120
|
"deprecationReason": null
|
|
33587
34121
|
}
|
|
@@ -33877,7 +34411,7 @@
|
|
|
33877
34411
|
"fields": [
|
|
33878
34412
|
{
|
|
33879
34413
|
"name": "acceleration",
|
|
33880
|
-
"description": "Acceleration 0-100 km/h
|
|
34414
|
+
"description": "Acceleration 0-100 km/h.",
|
|
33881
34415
|
"args": [
|
|
33882
34416
|
{
|
|
33883
34417
|
"name": "unit",
|
|
@@ -33887,7 +34421,7 @@
|
|
|
33887
34421
|
"name": "AccelerationUnit",
|
|
33888
34422
|
"ofType": null
|
|
33889
34423
|
},
|
|
33890
|
-
"defaultValue":
|
|
34424
|
+
"defaultValue": "seconds_to_100_kilometers_per_hour",
|
|
33891
34425
|
"isDeprecated": false,
|
|
33892
34426
|
"deprecationReason": null
|
|
33893
34427
|
}
|
|
@@ -33914,7 +34448,7 @@
|
|
|
33914
34448
|
},
|
|
33915
34449
|
{
|
|
33916
34450
|
"name": "top_speed",
|
|
33917
|
-
"description": "Top speed of the vehicle
|
|
34451
|
+
"description": "Top speed of the vehicle.",
|
|
33918
34452
|
"args": [
|
|
33919
34453
|
{
|
|
33920
34454
|
"name": "unit",
|
|
@@ -33924,7 +34458,7 @@
|
|
|
33924
34458
|
"name": "SpeedUnit",
|
|
33925
34459
|
"ofType": null
|
|
33926
34460
|
},
|
|
33927
|
-
"defaultValue":
|
|
34461
|
+
"defaultValue": "kilometers_per_hour",
|
|
33928
34462
|
"isDeprecated": false,
|
|
33929
34463
|
"deprecationReason": null
|
|
33930
34464
|
}
|
|
@@ -34105,17 +34639,17 @@
|
|
|
34105
34639
|
"fields": [
|
|
34106
34640
|
{
|
|
34107
34641
|
"name": "wltp",
|
|
34108
|
-
"description": "Rated range in WLTP combined cycle (NULL if not WLTP rated)
|
|
34642
|
+
"description": "Rated range in WLTP combined cycle (NULL if not WLTP rated).",
|
|
34109
34643
|
"args": [
|
|
34110
34644
|
{
|
|
34111
34645
|
"name": "unit",
|
|
34112
34646
|
"description": null,
|
|
34113
34647
|
"type": {
|
|
34114
34648
|
"kind": "ENUM",
|
|
34115
|
-
"name": "
|
|
34649
|
+
"name": "DistanceUnit",
|
|
34116
34650
|
"ofType": null
|
|
34117
34651
|
},
|
|
34118
|
-
"defaultValue":
|
|
34652
|
+
"defaultValue": "kilometer",
|
|
34119
34653
|
"isDeprecated": false,
|
|
34120
34654
|
"deprecationReason": null
|
|
34121
34655
|
}
|
|
@@ -34143,10 +34677,23 @@
|
|
|
34143
34677
|
{
|
|
34144
34678
|
"name": "wltp_teh",
|
|
34145
34679
|
"description": "Rated range in WLTP (TEH/least efficient trim) combined cycle (NULL if not WLTP rated).",
|
|
34146
|
-
"args": [
|
|
34680
|
+
"args": [
|
|
34681
|
+
{
|
|
34682
|
+
"name": "unit",
|
|
34683
|
+
"description": null,
|
|
34684
|
+
"type": {
|
|
34685
|
+
"kind": "ENUM",
|
|
34686
|
+
"name": "DistanceUnit",
|
|
34687
|
+
"ofType": null
|
|
34688
|
+
},
|
|
34689
|
+
"defaultValue": "kilometer",
|
|
34690
|
+
"isDeprecated": false,
|
|
34691
|
+
"deprecationReason": null
|
|
34692
|
+
}
|
|
34693
|
+
],
|
|
34147
34694
|
"type": {
|
|
34148
34695
|
"kind": "SCALAR",
|
|
34149
|
-
"name": "
|
|
34696
|
+
"name": "Float",
|
|
34150
34697
|
"ofType": null
|
|
34151
34698
|
},
|
|
34152
34699
|
"isDeprecated": false,
|
|
@@ -34154,17 +34701,17 @@
|
|
|
34154
34701
|
},
|
|
34155
34702
|
{
|
|
34156
34703
|
"name": "nedc",
|
|
34157
|
-
"description": "Rated range in NEDC combined cycle (NULL if not NEDC rated)
|
|
34704
|
+
"description": "Rated range in NEDC combined cycle (NULL if not NEDC rated).",
|
|
34158
34705
|
"args": [
|
|
34159
34706
|
{
|
|
34160
34707
|
"name": "unit",
|
|
34161
34708
|
"description": null,
|
|
34162
34709
|
"type": {
|
|
34163
34710
|
"kind": "ENUM",
|
|
34164
|
-
"name": "
|
|
34711
|
+
"name": "DistanceUnit",
|
|
34165
34712
|
"ofType": null
|
|
34166
34713
|
},
|
|
34167
|
-
"defaultValue":
|
|
34714
|
+
"defaultValue": "kilometer",
|
|
34168
34715
|
"isDeprecated": false,
|
|
34169
34716
|
"deprecationReason": null
|
|
34170
34717
|
}
|
|
@@ -34191,17 +34738,17 @@
|
|
|
34191
34738
|
},
|
|
34192
34739
|
{
|
|
34193
34740
|
"name": "provider",
|
|
34194
|
-
"description": "Index range
|
|
34741
|
+
"description": "Index range.",
|
|
34195
34742
|
"args": [
|
|
34196
34743
|
{
|
|
34197
34744
|
"name": "unit",
|
|
34198
34745
|
"description": null,
|
|
34199
34746
|
"type": {
|
|
34200
34747
|
"kind": "ENUM",
|
|
34201
|
-
"name": "
|
|
34748
|
+
"name": "DistanceUnit",
|
|
34202
34749
|
"ofType": null
|
|
34203
34750
|
},
|
|
34204
|
-
"defaultValue":
|
|
34751
|
+
"defaultValue": "kilometer",
|
|
34205
34752
|
"isDeprecated": false,
|
|
34206
34753
|
"deprecationReason": null
|
|
34207
34754
|
}
|
|
@@ -34260,7 +34807,7 @@
|
|
|
34260
34807
|
},
|
|
34261
34808
|
{
|
|
34262
34809
|
"name": "chargetrip_range",
|
|
34263
|
-
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all
|
|
34810
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
34264
34811
|
"args": [],
|
|
34265
34812
|
"type": {
|
|
34266
34813
|
"kind": "NON_NULL",
|
|
@@ -34287,7 +34834,7 @@
|
|
|
34287
34834
|
"fields": [
|
|
34288
34835
|
{
|
|
34289
34836
|
"name": "highway",
|
|
34290
|
-
"description": "Estimated value on highway or express roads
|
|
34837
|
+
"description": "Estimated value on highway or express roads.",
|
|
34291
34838
|
"args": [
|
|
34292
34839
|
{
|
|
34293
34840
|
"name": "unit",
|
|
@@ -34297,7 +34844,7 @@
|
|
|
34297
34844
|
"name": "DistanceUnit",
|
|
34298
34845
|
"ofType": null
|
|
34299
34846
|
},
|
|
34300
|
-
"defaultValue":
|
|
34847
|
+
"defaultValue": "kilometer",
|
|
34301
34848
|
"isDeprecated": false,
|
|
34302
34849
|
"deprecationReason": null
|
|
34303
34850
|
}
|
|
@@ -34316,7 +34863,7 @@
|
|
|
34316
34863
|
},
|
|
34317
34864
|
{
|
|
34318
34865
|
"name": "city",
|
|
34319
|
-
"description": "Estimated value on city roads
|
|
34866
|
+
"description": "Estimated value on city roads.",
|
|
34320
34867
|
"args": [
|
|
34321
34868
|
{
|
|
34322
34869
|
"name": "unit",
|
|
@@ -34326,7 +34873,7 @@
|
|
|
34326
34873
|
"name": "DistanceUnit",
|
|
34327
34874
|
"ofType": null
|
|
34328
34875
|
},
|
|
34329
|
-
"defaultValue":
|
|
34876
|
+
"defaultValue": "kilometer",
|
|
34330
34877
|
"isDeprecated": false,
|
|
34331
34878
|
"deprecationReason": null
|
|
34332
34879
|
}
|
|
@@ -34345,7 +34892,7 @@
|
|
|
34345
34892
|
},
|
|
34346
34893
|
{
|
|
34347
34894
|
"name": "combined",
|
|
34348
|
-
"description": "Estimated combined value
|
|
34895
|
+
"description": "Estimated combined value.",
|
|
34349
34896
|
"args": [
|
|
34350
34897
|
{
|
|
34351
34898
|
"name": "unit",
|
|
@@ -34355,7 +34902,7 @@
|
|
|
34355
34902
|
"name": "DistanceUnit",
|
|
34356
34903
|
"ofType": null
|
|
34357
34904
|
},
|
|
34358
|
-
"defaultValue":
|
|
34905
|
+
"defaultValue": "kilometer",
|
|
34359
34906
|
"isDeprecated": false,
|
|
34360
34907
|
"deprecationReason": null
|
|
34361
34908
|
}
|
|
@@ -34417,7 +34964,7 @@
|
|
|
34417
34964
|
},
|
|
34418
34965
|
{
|
|
34419
34966
|
"name": "tire_pressure",
|
|
34420
|
-
"description": "Tire pressure recommended by manufacturer
|
|
34967
|
+
"description": "Tire pressure recommended by manufacturer.",
|
|
34421
34968
|
"args": [
|
|
34422
34969
|
{
|
|
34423
34970
|
"name": "unit",
|
|
@@ -34427,7 +34974,7 @@
|
|
|
34427
34974
|
"name": "PressureUnit",
|
|
34428
34975
|
"ofType": null
|
|
34429
34976
|
},
|
|
34430
|
-
"defaultValue":
|
|
34977
|
+
"defaultValue": "bar",
|
|
34431
34978
|
"isDeprecated": false,
|
|
34432
34979
|
"deprecationReason": null
|
|
34433
34980
|
}
|
|
@@ -34458,7 +35005,7 @@
|
|
|
34458
35005
|
},
|
|
34459
35006
|
{
|
|
34460
35007
|
"name": "fuel_consumption",
|
|
34461
|
-
"description": "Amount of
|
|
35008
|
+
"description": "Amount of gasoline that an equivalent gasoline vehicle would consume.",
|
|
34462
35009
|
"args": [
|
|
34463
35010
|
{
|
|
34464
35011
|
"name": "unit",
|
|
@@ -34468,7 +35015,7 @@
|
|
|
34468
35015
|
"name": "FuelConsumptionUnit",
|
|
34469
35016
|
"ofType": null
|
|
34470
35017
|
},
|
|
34471
|
-
"defaultValue":
|
|
35018
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
34472
35019
|
"isDeprecated": false,
|
|
34473
35020
|
"deprecationReason": null
|
|
34474
35021
|
}
|
|
@@ -34492,6 +35039,31 @@
|
|
|
34492
35039
|
"name": "VehiclePremiumRoutingConsumption",
|
|
34493
35040
|
"description": null,
|
|
34494
35041
|
"fields": [
|
|
35042
|
+
{
|
|
35043
|
+
"name": "auxiliary",
|
|
35044
|
+
"description": "The amount of energy, in kWh, used by the auxiliary systems of the vehicle in a hour, like media box, etc",
|
|
35045
|
+
"args": [
|
|
35046
|
+
{
|
|
35047
|
+
"name": "unit",
|
|
35048
|
+
"description": null,
|
|
35049
|
+
"type": {
|
|
35050
|
+
"kind": "ENUM",
|
|
35051
|
+
"name": "AuxiliaryConsumptionUnit",
|
|
35052
|
+
"ofType": null
|
|
35053
|
+
},
|
|
35054
|
+
"defaultValue": null,
|
|
35055
|
+
"isDeprecated": false,
|
|
35056
|
+
"deprecationReason": null
|
|
35057
|
+
}
|
|
35058
|
+
],
|
|
35059
|
+
"type": {
|
|
35060
|
+
"kind": "SCALAR",
|
|
35061
|
+
"name": "Float",
|
|
35062
|
+
"ofType": null
|
|
35063
|
+
},
|
|
35064
|
+
"isDeprecated": false,
|
|
35065
|
+
"deprecationReason": null
|
|
35066
|
+
},
|
|
34495
35067
|
{
|
|
34496
35068
|
"name": "aux",
|
|
34497
35069
|
"description": "Consumption, in kWh, of the auxiliaries.",
|
|
@@ -34501,8 +35073,8 @@
|
|
|
34501
35073
|
"name": "VehiclePremiumRoutingConsumptionValue",
|
|
34502
35074
|
"ofType": null
|
|
34503
35075
|
},
|
|
34504
|
-
"isDeprecated":
|
|
34505
|
-
"deprecationReason":
|
|
35076
|
+
"isDeprecated": true,
|
|
35077
|
+
"deprecationReason": "In favor of auxiliary"
|
|
34506
35078
|
},
|
|
34507
35079
|
{
|
|
34508
35080
|
"name": "bms",
|
|
@@ -34513,8 +35085,8 @@
|
|
|
34513
35085
|
"name": "VehiclePremiumRoutingConsumptionValue",
|
|
34514
35086
|
"ofType": null
|
|
34515
35087
|
},
|
|
34516
|
-
"isDeprecated":
|
|
34517
|
-
"deprecationReason":
|
|
35088
|
+
"isDeprecated": true,
|
|
35089
|
+
"deprecationReason": "In favor of auxiliary"
|
|
34518
35090
|
},
|
|
34519
35091
|
{
|
|
34520
35092
|
"name": "idle",
|
|
@@ -34525,8 +35097,8 @@
|
|
|
34525
35097
|
"name": "VehiclePremiumRoutingConsumptionValue",
|
|
34526
35098
|
"ofType": null
|
|
34527
35099
|
},
|
|
34528
|
-
"isDeprecated":
|
|
34529
|
-
"deprecationReason":
|
|
35100
|
+
"isDeprecated": true,
|
|
35101
|
+
"deprecationReason": "In favor of auxiliary"
|
|
34530
35102
|
}
|
|
34531
35103
|
],
|
|
34532
35104
|
"inputFields": null,
|
|
@@ -34542,7 +35114,20 @@
|
|
|
34542
35114
|
{
|
|
34543
35115
|
"name": "best",
|
|
34544
35116
|
"description": "Best (lowest) consumption in summer.",
|
|
34545
|
-
"args": [
|
|
35117
|
+
"args": [
|
|
35118
|
+
{
|
|
35119
|
+
"name": "unit",
|
|
35120
|
+
"description": null,
|
|
35121
|
+
"type": {
|
|
35122
|
+
"kind": "ENUM",
|
|
35123
|
+
"name": "ConsumptionUnit",
|
|
35124
|
+
"ofType": null
|
|
35125
|
+
},
|
|
35126
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
35127
|
+
"isDeprecated": false,
|
|
35128
|
+
"deprecationReason": null
|
|
35129
|
+
}
|
|
35130
|
+
],
|
|
34546
35131
|
"type": {
|
|
34547
35132
|
"kind": "SCALAR",
|
|
34548
35133
|
"name": "Float",
|
|
@@ -34554,7 +35139,20 @@
|
|
|
34554
35139
|
{
|
|
34555
35140
|
"name": "worst",
|
|
34556
35141
|
"description": "Best (lowest) consumption in winter.",
|
|
34557
|
-
"args": [
|
|
35142
|
+
"args": [
|
|
35143
|
+
{
|
|
35144
|
+
"name": "unit",
|
|
35145
|
+
"description": null,
|
|
35146
|
+
"type": {
|
|
35147
|
+
"kind": "ENUM",
|
|
35148
|
+
"name": "ConsumptionUnit",
|
|
35149
|
+
"ofType": null
|
|
35150
|
+
},
|
|
35151
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
35152
|
+
"isDeprecated": false,
|
|
35153
|
+
"deprecationReason": null
|
|
35154
|
+
}
|
|
35155
|
+
],
|
|
34558
35156
|
"type": {
|
|
34559
35157
|
"kind": "SCALAR",
|
|
34560
35158
|
"name": "Float",
|
|
@@ -34799,7 +35397,7 @@
|
|
|
34799
35397
|
"fields": [
|
|
34800
35398
|
{
|
|
34801
35399
|
"name": "provider",
|
|
34802
|
-
"description": "Index range
|
|
35400
|
+
"description": "Index range.",
|
|
34803
35401
|
"args": [
|
|
34804
35402
|
{
|
|
34805
35403
|
"name": "unit",
|
|
@@ -34809,7 +35407,7 @@
|
|
|
34809
35407
|
"name": "DistanceUnit",
|
|
34810
35408
|
"ofType": null
|
|
34811
35409
|
},
|
|
34812
|
-
"defaultValue":
|
|
35410
|
+
"defaultValue": "kilometer",
|
|
34813
35411
|
"isDeprecated": false,
|
|
34814
35412
|
"deprecationReason": null
|
|
34815
35413
|
}
|
|
@@ -34868,7 +35466,7 @@
|
|
|
34868
35466
|
},
|
|
34869
35467
|
{
|
|
34870
35468
|
"name": "chargetrip_range",
|
|
34871
|
-
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all
|
|
35469
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
34872
35470
|
"args": [],
|
|
34873
35471
|
"type": {
|
|
34874
35472
|
"kind": "NON_NULL",
|
|
@@ -34895,7 +35493,7 @@
|
|
|
34895
35493
|
"fields": [
|
|
34896
35494
|
{
|
|
34897
35495
|
"name": "highway",
|
|
34898
|
-
"description": "Estimated value on the highway or express roads
|
|
35496
|
+
"description": "Estimated value on the highway or express roads.",
|
|
34899
35497
|
"args": [
|
|
34900
35498
|
{
|
|
34901
35499
|
"name": "unit",
|
|
@@ -34905,7 +35503,7 @@
|
|
|
34905
35503
|
"name": "DistanceUnit",
|
|
34906
35504
|
"ofType": null
|
|
34907
35505
|
},
|
|
34908
|
-
"defaultValue":
|
|
35506
|
+
"defaultValue": "kilometer",
|
|
34909
35507
|
"isDeprecated": false,
|
|
34910
35508
|
"deprecationReason": null
|
|
34911
35509
|
}
|
|
@@ -34924,7 +35522,7 @@
|
|
|
34924
35522
|
},
|
|
34925
35523
|
{
|
|
34926
35524
|
"name": "city",
|
|
34927
|
-
"description": "Estimated value on the cities road
|
|
35525
|
+
"description": "Estimated value on the cities road.",
|
|
34928
35526
|
"args": [
|
|
34929
35527
|
{
|
|
34930
35528
|
"name": "unit",
|
|
@@ -34934,7 +35532,7 @@
|
|
|
34934
35532
|
"name": "DistanceUnit",
|
|
34935
35533
|
"ofType": null
|
|
34936
35534
|
},
|
|
34937
|
-
"defaultValue":
|
|
35535
|
+
"defaultValue": "kilometer",
|
|
34938
35536
|
"isDeprecated": false,
|
|
34939
35537
|
"deprecationReason": null
|
|
34940
35538
|
}
|
|
@@ -34953,7 +35551,7 @@
|
|
|
34953
35551
|
},
|
|
34954
35552
|
{
|
|
34955
35553
|
"name": "combined",
|
|
34956
|
-
"description": "Estimated combined value
|
|
35554
|
+
"description": "Estimated combined value.",
|
|
34957
35555
|
"args": [
|
|
34958
35556
|
{
|
|
34959
35557
|
"name": "unit",
|
|
@@ -34963,7 +35561,7 @@
|
|
|
34963
35561
|
"name": "DistanceUnit",
|
|
34964
35562
|
"ofType": null
|
|
34965
35563
|
},
|
|
34966
|
-
"defaultValue":
|
|
35564
|
+
"defaultValue": "kilometer",
|
|
34967
35565
|
"isDeprecated": false,
|
|
34968
35566
|
"deprecationReason": null
|
|
34969
35567
|
}
|
|
@@ -36356,6 +36954,26 @@
|
|
|
36356
36954
|
}
|
|
36357
36955
|
],
|
|
36358
36956
|
"directives": [
|
|
36957
|
+
{
|
|
36958
|
+
"name": "chargeSpeedConvert",
|
|
36959
|
+
"description": "Converting the value of a charge speed input to a single unit.",
|
|
36960
|
+
"isRepeatable": false,
|
|
36961
|
+
"locations": ["FIELD_DEFINITION"],
|
|
36962
|
+
"args": [
|
|
36963
|
+
{
|
|
36964
|
+
"name": "unitParameterName",
|
|
36965
|
+
"description": null,
|
|
36966
|
+
"type": {
|
|
36967
|
+
"kind": "SCALAR",
|
|
36968
|
+
"name": "String",
|
|
36969
|
+
"ofType": null
|
|
36970
|
+
},
|
|
36971
|
+
"defaultValue": null,
|
|
36972
|
+
"isDeprecated": false,
|
|
36973
|
+
"deprecationReason": null
|
|
36974
|
+
}
|
|
36975
|
+
]
|
|
36976
|
+
},
|
|
36359
36977
|
{
|
|
36360
36978
|
"name": "ocpi",
|
|
36361
36979
|
"description": "Indicates that a property is OCPI-compliant.",
|
|
@@ -36451,9 +37069,85 @@
|
|
|
36451
37069
|
}
|
|
36452
37070
|
]
|
|
36453
37071
|
},
|
|
37072
|
+
{
|
|
37073
|
+
"name": "stateOfChargeConvert",
|
|
37074
|
+
"description": "Converting the value of a state of charge input to a single unit.",
|
|
37075
|
+
"isRepeatable": false,
|
|
37076
|
+
"locations": ["FIELD_DEFINITION"],
|
|
37077
|
+
"args": [
|
|
37078
|
+
{
|
|
37079
|
+
"name": "unitParameterName",
|
|
37080
|
+
"description": null,
|
|
37081
|
+
"type": {
|
|
37082
|
+
"kind": "SCALAR",
|
|
37083
|
+
"name": "String",
|
|
37084
|
+
"ofType": null
|
|
37085
|
+
},
|
|
37086
|
+
"defaultValue": null,
|
|
37087
|
+
"isDeprecated": false,
|
|
37088
|
+
"deprecationReason": null
|
|
37089
|
+
}
|
|
37090
|
+
]
|
|
37091
|
+
},
|
|
37092
|
+
{
|
|
37093
|
+
"name": "subFieldUnitConvert",
|
|
37094
|
+
"description": "Converts the value of a member with nested fields to another unit type.",
|
|
37095
|
+
"isRepeatable": false,
|
|
37096
|
+
"locations": ["FIELD_DEFINITION"],
|
|
37097
|
+
"args": [
|
|
37098
|
+
{
|
|
37099
|
+
"name": "subField",
|
|
37100
|
+
"description": null,
|
|
37101
|
+
"type": {
|
|
37102
|
+
"kind": "SCALAR",
|
|
37103
|
+
"name": "String",
|
|
37104
|
+
"ofType": null
|
|
37105
|
+
},
|
|
37106
|
+
"defaultValue": null,
|
|
37107
|
+
"isDeprecated": false,
|
|
37108
|
+
"deprecationReason": null
|
|
37109
|
+
},
|
|
37110
|
+
{
|
|
37111
|
+
"name": "fromUnit",
|
|
37112
|
+
"description": null,
|
|
37113
|
+
"type": {
|
|
37114
|
+
"kind": "SCALAR",
|
|
37115
|
+
"name": "String",
|
|
37116
|
+
"ofType": null
|
|
37117
|
+
},
|
|
37118
|
+
"defaultValue": null,
|
|
37119
|
+
"isDeprecated": false,
|
|
37120
|
+
"deprecationReason": null
|
|
37121
|
+
},
|
|
37122
|
+
{
|
|
37123
|
+
"name": "unitParameterName",
|
|
37124
|
+
"description": null,
|
|
37125
|
+
"type": {
|
|
37126
|
+
"kind": "SCALAR",
|
|
37127
|
+
"name": "String",
|
|
37128
|
+
"ofType": null
|
|
37129
|
+
},
|
|
37130
|
+
"defaultValue": null,
|
|
37131
|
+
"isDeprecated": false,
|
|
37132
|
+
"deprecationReason": null
|
|
37133
|
+
},
|
|
37134
|
+
{
|
|
37135
|
+
"name": "round",
|
|
37136
|
+
"description": null,
|
|
37137
|
+
"type": {
|
|
37138
|
+
"kind": "SCALAR",
|
|
37139
|
+
"name": "Boolean",
|
|
37140
|
+
"ofType": null
|
|
37141
|
+
},
|
|
37142
|
+
"defaultValue": "false",
|
|
37143
|
+
"isDeprecated": false,
|
|
37144
|
+
"deprecationReason": null
|
|
37145
|
+
}
|
|
37146
|
+
]
|
|
37147
|
+
},
|
|
36454
37148
|
{
|
|
36455
37149
|
"name": "unitConvert",
|
|
36456
|
-
"description":
|
|
37150
|
+
"description": "Converts the value of a field to another unit type.",
|
|
36457
37151
|
"isRepeatable": false,
|
|
36458
37152
|
"locations": ["FIELD_DEFINITION"],
|
|
36459
37153
|
"args": [
|
|
@@ -36480,6 +37174,18 @@
|
|
|
36480
37174
|
"defaultValue": null,
|
|
36481
37175
|
"isDeprecated": false,
|
|
36482
37176
|
"deprecationReason": null
|
|
37177
|
+
},
|
|
37178
|
+
{
|
|
37179
|
+
"name": "round",
|
|
37180
|
+
"description": null,
|
|
37181
|
+
"type": {
|
|
37182
|
+
"kind": "SCALAR",
|
|
37183
|
+
"name": "Boolean",
|
|
37184
|
+
"ofType": null
|
|
37185
|
+
},
|
|
37186
|
+
"defaultValue": "false",
|
|
37187
|
+
"isDeprecated": false,
|
|
37188
|
+
"deprecationReason": null
|
|
36483
37189
|
}
|
|
36484
37190
|
]
|
|
36485
37191
|
},
|