@chargetrip/types 1.36.0 → 1.37.1

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.
@@ -6711,7 +6711,7 @@
6711
6711
  {
6712
6712
  "kind": "OBJECT",
6713
6713
  "name": "ChargetripRange",
6714
- "description": "Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data",
6714
+ "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\nCT 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",
6715
6715
  "fields": [
6716
6716
  {
6717
6717
  "name": "worst",
@@ -6858,22 +6858,18 @@
6858
6858
  "fields": [
6859
6859
  {
6860
6860
  "name": "providers",
6861
- "description": "List of connectivity providers to which a vehicle can connect",
6861
+ "description": "List of connectivity providers to which the vehicle can connect. This field returns null for free users. Please contact customer success for more information.",
6862
6862
  "args": [],
6863
6863
  "type": {
6864
- "kind": "NON_NULL",
6864
+ "kind": "LIST",
6865
6865
  "name": null,
6866
6866
  "ofType": {
6867
- "kind": "LIST",
6867
+ "kind": "NON_NULL",
6868
6868
  "name": null,
6869
6869
  "ofType": {
6870
- "kind": "NON_NULL",
6871
- "name": null,
6872
- "ofType": {
6873
- "kind": "ENUM",
6874
- "name": "ConnectProvider",
6875
- "ofType": null
6876
- }
6870
+ "kind": "ENUM",
6871
+ "name": "ConnectProvider",
6872
+ "ofType": null
6877
6873
  }
6878
6874
  }
6879
6875
  },
@@ -12329,6 +12325,16 @@
12329
12325
  "enumValues": null,
12330
12326
  "possibleTypes": null
12331
12327
  },
12328
+ {
12329
+ "kind": "SCALAR",
12330
+ "name": "NonEmptyString",
12331
+ "description": "The non empty string scalar",
12332
+ "fields": null,
12333
+ "inputFields": null,
12334
+ "interfaces": null,
12335
+ "enumValues": null,
12336
+ "possibleTypes": null
12337
+ },
12332
12338
  {
12333
12339
  "kind": "OBJECT",
12334
12340
  "name": "OCPIAdditionalGeoLocation",
@@ -16916,11 +16922,11 @@
16916
16922
  },
16917
16923
  {
16918
16924
  "name": "vehicle",
16919
- "description": "[BETA] Get information about a vehicle by its ID",
16925
+ "description": "[BETA] Get information about a vehicle by its ID.",
16920
16926
  "args": [
16921
16927
  {
16922
16928
  "name": "id",
16923
- "description": "Vehicles unique ID",
16929
+ "description": "Vehicles unique ID.",
16924
16930
  "type": {
16925
16931
  "kind": "NON_NULL",
16926
16932
  "name": null,
@@ -16936,7 +16942,7 @@
16936
16942
  },
16937
16943
  {
16938
16944
  "name": "country",
16939
- "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available",
16945
+ "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
16940
16946
  "type": {
16941
16947
  "kind": "ENUM",
16942
16948
  "name": "CountryCodeAlpha2",
@@ -16961,7 +16967,7 @@
16961
16967
  "args": [
16962
16968
  {
16963
16969
  "name": "id",
16964
- "description": "Vehicles unique ID",
16970
+ "description": "Vehicles unique ID.",
16965
16971
  "type": {
16966
16972
  "kind": "NON_NULL",
16967
16973
  "name": null,
@@ -16977,7 +16983,7 @@
16977
16983
  },
16978
16984
  {
16979
16985
  "name": "country",
16980
- "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available",
16986
+ "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
16981
16987
  "type": {
16982
16988
  "kind": "ENUM",
16983
16989
  "name": "CountryCodeAlpha2",
@@ -16998,11 +17004,11 @@
16998
17004
  },
16999
17005
  {
17000
17006
  "name": "vehicleList",
17001
- "description": "[BETA] Get a full list of vehicles",
17007
+ "description": "[BETA] Get a full list of vehicles.",
17002
17008
  "args": [
17003
17009
  {
17004
17010
  "name": "search",
17005
- "description": "Search for vehicles by make, model, version and chargetrip version",
17011
+ "description": "Search for vehicles by make, model, version and chargetrip version.",
17006
17012
  "type": {
17007
17013
  "kind": "SCALAR",
17008
17014
  "name": "String",
@@ -17014,7 +17020,7 @@
17014
17020
  },
17015
17021
  {
17016
17022
  "name": "filter",
17017
- "description": "Filter vehicle result",
17023
+ "description": "Filter vehicle result.",
17018
17024
  "type": {
17019
17025
  "kind": "INPUT_OBJECT",
17020
17026
  "name": "VehicleListFilter",
@@ -17026,7 +17032,7 @@
17026
17032
  },
17027
17033
  {
17028
17034
  "name": "country",
17029
- "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available",
17035
+ "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
17030
17036
  "type": {
17031
17037
  "kind": "ENUM",
17032
17038
  "name": "CountryCodeAlpha2",
@@ -17038,25 +17044,25 @@
17038
17044
  },
17039
17045
  {
17040
17046
  "name": "size",
17041
- "description": "Number of elements (count) to return, default: 10",
17047
+ "description": "Number of elements (count) to return.",
17042
17048
  "type": {
17043
17049
  "kind": "SCALAR",
17044
17050
  "name": "Int",
17045
17051
  "ofType": null
17046
17052
  },
17047
- "defaultValue": null,
17053
+ "defaultValue": "10",
17048
17054
  "isDeprecated": false,
17049
17055
  "deprecationReason": null
17050
17056
  },
17051
17057
  {
17052
17058
  "name": "page",
17053
- "description": "Page number to return, default: 0",
17059
+ "description": "Page number to return.",
17054
17060
  "type": {
17055
17061
  "kind": "SCALAR",
17056
17062
  "name": "Int",
17057
17063
  "ofType": null
17058
17064
  },
17059
- "defaultValue": null,
17065
+ "defaultValue": "0",
17060
17066
  "isDeprecated": false,
17061
17067
  "deprecationReason": null
17062
17068
  }
@@ -23802,11 +23808,11 @@
23802
23808
  {
23803
23809
  "kind": "OBJECT",
23804
23810
  "name": "Vehicle",
23805
- "description": "Output of a vehicle query",
23811
+ "description": "Output of a vehicle query.",
23806
23812
  "fields": [
23807
23813
  {
23808
23814
  "name": "id",
23809
- "description": "Vehicles unique ID",
23815
+ "description": "Vehicles unique ID.",
23810
23816
  "args": [],
23811
23817
  "type": {
23812
23818
  "kind": "NON_NULL",
@@ -23822,7 +23828,7 @@
23822
23828
  },
23823
23829
  {
23824
23830
  "name": "naming",
23825
- "description": "Naming of the vehicle",
23831
+ "description": "Naming of the vehicle.",
23826
23832
  "args": [],
23827
23833
  "type": {
23828
23834
  "kind": "NON_NULL",
@@ -23838,7 +23844,7 @@
23838
23844
  },
23839
23845
  {
23840
23846
  "name": "drivetrain",
23841
- "description": "Drivetrain of the vehicle",
23847
+ "description": "Drivetrain of the vehicle.",
23842
23848
  "args": [],
23843
23849
  "type": {
23844
23850
  "kind": "NON_NULL",
@@ -23854,7 +23860,7 @@
23854
23860
  },
23855
23861
  {
23856
23862
  "name": "connectors",
23857
- "description": "Available connectors for the vehicle",
23863
+ "description": "Available connectors for the vehicle.",
23858
23864
  "args": [],
23859
23865
  "type": {
23860
23866
  "kind": "NON_NULL",
@@ -23878,7 +23884,7 @@
23878
23884
  },
23879
23885
  {
23880
23886
  "name": "adapters",
23881
- "description": "Adapters for the connectors of the vehicle",
23887
+ "description": "Adapters for the connectors of the vehicle.",
23882
23888
  "args": [],
23883
23889
  "type": {
23884
23890
  "kind": "NON_NULL",
@@ -23902,7 +23908,7 @@
23902
23908
  },
23903
23909
  {
23904
23910
  "name": "battery",
23905
- "description": "Battery of the vehicle",
23911
+ "description": "Battery of the vehicle.",
23906
23912
  "args": [],
23907
23913
  "type": {
23908
23914
  "kind": "NON_NULL",
@@ -23918,7 +23924,7 @@
23918
23924
  },
23919
23925
  {
23920
23926
  "name": "body",
23921
- "description": "Body of the vehicle",
23927
+ "description": "Body of the vehicle.",
23922
23928
  "args": [],
23923
23929
  "type": {
23924
23930
  "kind": "NON_NULL",
@@ -23934,7 +23940,7 @@
23934
23940
  },
23935
23941
  {
23936
23942
  "name": "availability",
23937
- "description": "Availability of the vehicle",
23943
+ "description": "Availability of the vehicle.",
23938
23944
  "args": [],
23939
23945
  "type": {
23940
23946
  "kind": "NON_NULL",
@@ -23950,7 +23956,7 @@
23950
23956
  },
23951
23957
  {
23952
23958
  "name": "performance",
23953
- "description": "Performance of the vehicle",
23959
+ "description": "Performance of the vehicle.",
23954
23960
  "args": [],
23955
23961
  "type": {
23956
23962
  "kind": "OBJECT",
@@ -23962,7 +23968,7 @@
23962
23968
  },
23963
23969
  {
23964
23970
  "name": "range",
23965
- "description": "Range of the vehicle",
23971
+ "description": "Range of the vehicle.",
23966
23972
  "args": [],
23967
23973
  "type": {
23968
23974
  "kind": "NON_NULL",
@@ -23978,7 +23984,7 @@
23978
23984
  },
23979
23985
  {
23980
23986
  "name": "media",
23981
- "description": "Media of the vehicle",
23987
+ "description": "Media of the vehicle.",
23982
23988
  "args": [],
23983
23989
  "type": {
23984
23990
  "kind": "NON_NULL",
@@ -23994,7 +24000,7 @@
23994
24000
  },
23995
24001
  {
23996
24002
  "name": "routing",
23997
- "description": "Routing of the vehicle",
24003
+ "description": "Routing of the vehicle.",
23998
24004
  "args": [],
23999
24005
  "type": {
24000
24006
  "kind": "NON_NULL",
@@ -24010,7 +24016,7 @@
24010
24016
  },
24011
24017
  {
24012
24018
  "name": "connect",
24013
- "description": "Information about vehicle connectivity",
24019
+ "description": "Information about vehicle connectivity.",
24014
24020
  "args": [],
24015
24021
  "type": {
24016
24022
  "kind": "NON_NULL",
@@ -24023,6 +24029,62 @@
24023
24029
  },
24024
24030
  "isDeprecated": false,
24025
24031
  "deprecationReason": null
24032
+ },
24033
+ {
24034
+ "name": "region",
24035
+ "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
24036
+ "args": [],
24037
+ "type": {
24038
+ "kind": "NON_NULL",
24039
+ "name": null,
24040
+ "ofType": {
24041
+ "kind": "LIST",
24042
+ "name": null,
24043
+ "ofType": {
24044
+ "kind": "NON_NULL",
24045
+ "name": null,
24046
+ "ofType": {
24047
+ "kind": "ENUM",
24048
+ "name": "VehicleRegion",
24049
+ "ofType": null
24050
+ }
24051
+ }
24052
+ }
24053
+ },
24054
+ "isDeprecated": false,
24055
+ "deprecationReason": null
24056
+ },
24057
+ {
24058
+ "name": "purpose",
24059
+ "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
24060
+ "args": [],
24061
+ "type": {
24062
+ "kind": "NON_NULL",
24063
+ "name": null,
24064
+ "ofType": {
24065
+ "kind": "ENUM",
24066
+ "name": "VehiclePurpose",
24067
+ "ofType": null
24068
+ }
24069
+ },
24070
+ "isDeprecated": false,
24071
+ "deprecationReason": null
24072
+ },
24073
+ {
24074
+ "name": "type",
24075
+ "description": "Type of vehicle.",
24076
+ "args": [],
24077
+ "type": {
24078
+ "kind": "NON_NULL",
24079
+ "name": null,
24080
+ "ofType": {
24081
+ "kind": "ENUM",
24082
+ "name": "VehicleType",
24083
+ "ofType": null
24084
+ }
24085
+ },
24086
+ "isDeprecated": false,
24087
+ "deprecationReason": null
24026
24088
  }
24027
24089
  ],
24028
24090
  "inputFields": null,
@@ -24037,7 +24099,7 @@
24037
24099
  "fields": [
24038
24100
  {
24039
24101
  "name": "status",
24040
- "description": "Availability of the vehicle",
24102
+ "description": "Availability of the vehicle.",
24041
24103
  "args": [],
24042
24104
  "type": {
24043
24105
  "kind": "NON_NULL",
@@ -24060,62 +24122,62 @@
24060
24122
  {
24061
24123
  "kind": "ENUM",
24062
24124
  "name": "VehicleAvailabilityStatus",
24063
- "description": "Availability status of a vehicle",
24125
+ "description": "Availability status of a vehicle.",
24064
24126
  "fields": null,
24065
24127
  "inputFields": null,
24066
24128
  "interfaces": null,
24067
24129
  "enumValues": [
24068
24130
  {
24069
24131
  "name": "no_longer_available",
24070
- "description": "Vehicle no longer for sale in any market / region",
24132
+ "description": "Vehicle no longer for sale in any market / region.",
24071
24133
  "isDeprecated": false,
24072
24134
  "deprecationReason": null
24073
24135
  },
24074
24136
  {
24075
24137
  "name": "available",
24076
- "description": "Vehicle currently for sale in at least one market / region",
24138
+ "description": "Vehicle currently for sale in at least one market / region.",
24077
24139
  "isDeprecated": false,
24078
24140
  "deprecationReason": null
24079
24141
  },
24080
24142
  {
24081
24143
  "name": "release_date_announced_preorderable",
24082
- "description": "Vehicle expected in market from Date_From (estimated), pre-order open",
24144
+ "description": "Vehicle expected in market from Date_From (estimated), pre-order open.",
24083
24145
  "isDeprecated": false,
24084
24146
  "deprecationReason": null
24085
24147
  },
24086
24148
  {
24087
24149
  "name": "release_date_announced",
24088
- "description": "Vehicle expected in market from Date_From (estimated), pre-order unknown or not open",
24150
+ "description": "Vehicle expected in market from Date_From (estimated), pre-order unknown or not open.",
24089
24151
  "isDeprecated": false,
24090
24152
  "deprecationReason": null
24091
24153
  },
24092
24154
  {
24093
24155
  "name": "concept_vehicle_preorderable",
24094
- "description": "Concept vehicle, nearing production and/or confirmed, pre-order open",
24156
+ "description": "Concept vehicle, nearing production and/or confirmed, pre-order open.",
24095
24157
  "isDeprecated": false,
24096
24158
  "deprecationReason": null
24097
24159
  },
24098
24160
  {
24099
24161
  "name": "concept_vehicle",
24100
- "description": "Concept vehicle, nearing production and/or confirmed, pre-order unknown or not open",
24162
+ "description": "Concept vehicle, nearing production and/or confirmed, pre-order unknown or not open.",
24101
24163
  "isDeprecated": false,
24102
24164
  "deprecationReason": null
24103
24165
  },
24104
24166
  {
24105
24167
  "name": "concept_vehicle_release_date_tba_preorderable",
24106
- "description": "Concept vehicle, not close to production and/or unconfirmed, pre-order open",
24168
+ "description": "Concept vehicle, not close to production and/or unconfirmed, pre-order open.",
24107
24169
  "isDeprecated": false,
24108
24170
  "deprecationReason": null
24109
24171
  },
24110
24172
  {
24111
24173
  "name": "concept_vehicle_release_date_tba",
24112
- "description": "Concept vehicle, not close to production and/or unconfirmed, pre-order unknown",
24174
+ "description": "Concept vehicle, not close to production and/or unconfirmed, pre-order unknown.",
24113
24175
  "isDeprecated": false,
24114
24176
  "deprecationReason": null
24115
24177
  },
24116
24178
  {
24117
24179
  "name": "uncertain",
24118
- "description": "Status uncertain, introduction date and/or pricing unclear",
24180
+ "description": "Status uncertain, introduction date and/or pricing unclear.",
24119
24181
  "isDeprecated": false,
24120
24182
  "deprecationReason": null
24121
24183
  }
@@ -24129,7 +24191,7 @@
24129
24191
  "fields": [
24130
24192
  {
24131
24193
  "name": "full_kwh",
24132
- "description": "Full battery capacity in kWh",
24194
+ "description": "Full battery capacity in kWh.",
24133
24195
  "args": [],
24134
24196
  "type": {
24135
24197
  "kind": "NON_NULL",
@@ -24145,7 +24207,7 @@
24145
24207
  },
24146
24208
  {
24147
24209
  "name": "usable_kwh",
24148
- "description": "Usable battery capacity in kWh",
24210
+ "description": "Usable battery capacity in kWh.",
24149
24211
  "args": [],
24150
24212
  "type": {
24151
24213
  "kind": "NON_NULL",
@@ -24168,32 +24230,32 @@
24168
24230
  {
24169
24231
  "kind": "ENUM",
24170
24232
  "name": "VehicleBatteryFieldEstimations",
24171
- "description": "Battery field estimated",
24233
+ "description": "Battery field estimated.",
24172
24234
  "fields": null,
24173
24235
  "inputFields": null,
24174
24236
  "interfaces": null,
24175
24237
  "enumValues": [
24176
24238
  {
24177
24239
  "name": "B",
24178
- "description": "Both of the battery kWh fields are estimations",
24240
+ "description": "Both of the battery kWh fields are estimations.",
24179
24241
  "isDeprecated": false,
24180
24242
  "deprecationReason": null
24181
24243
  },
24182
24244
  {
24183
24245
  "name": "F",
24184
- "description": "full_kwh field is estimated",
24246
+ "description": "full_kwh field is estimated.",
24185
24247
  "isDeprecated": false,
24186
24248
  "deprecationReason": null
24187
24249
  },
24188
24250
  {
24189
24251
  "name": "N",
24190
- "description": "None of the battery kWh fields are estimations",
24252
+ "description": "None of the battery kWh fields are estimations.",
24191
24253
  "isDeprecated": false,
24192
24254
  "deprecationReason": null
24193
24255
  },
24194
24256
  {
24195
24257
  "name": "U",
24196
- "description": "usable_kwh field is estimated",
24258
+ "description": "usable_kwh field is estimated.",
24197
24259
  "isDeprecated": false,
24198
24260
  "deprecationReason": null
24199
24261
  }
@@ -24207,7 +24269,7 @@
24207
24269
  "fields": [
24208
24270
  {
24209
24271
  "name": "width",
24210
- "description": "Width with folded mirrors, default in mm",
24272
+ "description": "Width with folded mirrors, default in mm.",
24211
24273
  "args": [
24212
24274
  {
24213
24275
  "name": "unit",
@@ -24236,7 +24298,7 @@
24236
24298
  },
24237
24299
  {
24238
24300
  "name": "height",
24239
- "description": "Height (average height for adjustable suspensions), default in mm",
24301
+ "description": "Height (average height for adjustable suspensions), default in mm.",
24240
24302
  "args": [
24241
24303
  {
24242
24304
  "name": "unit",
@@ -24265,7 +24327,7 @@
24265
24327
  },
24266
24328
  {
24267
24329
  "name": "weight",
24268
- "description": "Weight (unladen), default in kg",
24330
+ "description": "Weight (unladen), default in kg.",
24269
24331
  "args": [],
24270
24332
  "type": {
24271
24333
  "kind": "NON_NULL",
@@ -24281,7 +24343,7 @@
24281
24343
  },
24282
24344
  {
24283
24345
  "name": "seats",
24284
- "description": "Number of seats",
24346
+ "description": "Number of seats.",
24285
24347
  "args": [],
24286
24348
  "type": {
24287
24349
  "kind": "NON_NULL",
@@ -24308,7 +24370,7 @@
24308
24370
  "fields": [
24309
24371
  {
24310
24372
  "name": "minimum",
24311
- "description": "Minimum weight, default in kg",
24373
+ "description": "Minimum weight, default in kg.",
24312
24374
  "args": [
24313
24375
  {
24314
24376
  "name": "unit",
@@ -24333,7 +24395,7 @@
24333
24395
  },
24334
24396
  {
24335
24397
  "name": "nominal",
24336
- "description": "Nominal weight, default in kg",
24398
+ "description": "Nominal weight, default in kg.",
24337
24399
  "args": [
24338
24400
  {
24339
24401
  "name": "unit",
@@ -24358,7 +24420,7 @@
24358
24420
  },
24359
24421
  {
24360
24422
  "name": "maximal",
24361
- "description": "Maximal weight, default in kg",
24423
+ "description": "Maximal weight, default in kg.",
24362
24424
  "args": [
24363
24425
  {
24364
24426
  "name": "unit",
@@ -24390,11 +24452,11 @@
24390
24452
  {
24391
24453
  "kind": "OBJECT",
24392
24454
  "name": "VehicleConnector",
24393
- "description": "Vehicle plug model",
24455
+ "description": "Vehicle plug model.",
24394
24456
  "fields": [
24395
24457
  {
24396
24458
  "name": "standard",
24397
- "description": "Connector type, known as connector standard in OCPI",
24459
+ "description": "Connector type, known as connector standard in OCPI.",
24398
24460
  "args": [],
24399
24461
  "type": {
24400
24462
  "kind": "NON_NULL",
@@ -24410,7 +24472,7 @@
24410
24472
  },
24411
24473
  {
24412
24474
  "name": "power",
24413
- "description": "Usable electric power in kW",
24475
+ "description": "Usable electric power in kW.",
24414
24476
  "args": [],
24415
24477
  "type": {
24416
24478
  "kind": "NON_NULL",
@@ -24426,7 +24488,7 @@
24426
24488
  },
24427
24489
  {
24428
24490
  "name": "max_electric_power",
24429
- "description": "Maximum electric power in kW",
24491
+ "description": "Maximum electric power in kW.",
24430
24492
  "args": [],
24431
24493
  "type": {
24432
24494
  "kind": "NON_NULL",
@@ -24442,7 +24504,7 @@
24442
24504
  },
24443
24505
  {
24444
24506
  "name": "time",
24445
- "description": "Time it takes to charge from 10 to 80% with a fast charger, shown in minutes",
24507
+ "description": "Time it takes to charge from 10 to 80% with a fast charger, shown in minutes.",
24446
24508
  "args": [],
24447
24509
  "type": {
24448
24510
  "kind": "NON_NULL",
@@ -24458,7 +24520,7 @@
24458
24520
  },
24459
24521
  {
24460
24522
  "name": "speed",
24461
- "description": "Charging speed, default in kmph",
24523
+ "description": "Charging speed, default in kmph.",
24462
24524
  "args": [
24463
24525
  {
24464
24526
  "name": "unit",
@@ -24494,12 +24556,12 @@
24494
24556
  {
24495
24557
  "kind": "INPUT_OBJECT",
24496
24558
  "name": "VehicleConsumptionInput",
24497
- "description": "The consumption of the vehicle",
24559
+ "description": "The consumption of the vehicle.",
24498
24560
  "fields": null,
24499
24561
  "inputFields": [
24500
24562
  {
24501
24563
  "name": "worst",
24502
- "description": "Worst conditions are based on -10°C and use of heating",
24564
+ "description": "Worst conditions are based on -10°C and use of heating.",
24503
24565
  "type": {
24504
24566
  "kind": "SCALAR",
24505
24567
  "name": "Float",
@@ -24511,7 +24573,7 @@
24511
24573
  },
24512
24574
  {
24513
24575
  "name": "best",
24514
- "description": "Best conditions are based on 23°C and no use of A/C",
24576
+ "description": "Best conditions are based on 23°C and no use of A/C.",
24515
24577
  "type": {
24516
24578
  "kind": "SCALAR",
24517
24579
  "name": "Float",
@@ -24595,13 +24657,13 @@
24595
24657
  "enumValues": [
24596
24658
  {
24597
24659
  "name": "chargetrip",
24598
- "description": "Internal data provider",
24660
+ "description": "Internal data provider.",
24599
24661
  "isDeprecated": false,
24600
24662
  "deprecationReason": null
24601
24663
  },
24602
24664
  {
24603
24665
  "name": "evdatabase",
24604
- "description": "EV database data provider",
24666
+ "description": "EV database data provider.",
24605
24667
  "isDeprecated": false,
24606
24668
  "deprecationReason": null
24607
24669
  }
@@ -24615,7 +24677,7 @@
24615
24677
  "fields": [
24616
24678
  {
24617
24679
  "name": "type",
24618
- "description": "Type of drivetrain",
24680
+ "description": "Type of drivetrain.",
24619
24681
  "args": [],
24620
24682
  "type": {
24621
24683
  "kind": "NON_NULL",
@@ -24638,32 +24700,32 @@
24638
24700
  {
24639
24701
  "kind": "ENUM",
24640
24702
  "name": "VehicleDrivetrainType",
24641
- "description": "Drivetrain",
24703
+ "description": "Drivetrain.",
24642
24704
  "fields": null,
24643
24705
  "inputFields": null,
24644
24706
  "interfaces": null,
24645
24707
  "enumValues": [
24646
24708
  {
24647
24709
  "name": "BEV",
24648
- "description": "Battery Electric Vehicle",
24710
+ "description": "Battery Electric Vehicle.",
24649
24711
  "isDeprecated": false,
24650
24712
  "deprecationReason": null
24651
24713
  },
24652
24714
  {
24653
24715
  "name": "EREV",
24654
- "description": "Extended Range Electric Vehicle",
24716
+ "description": "Extended Range Electric Vehicle.",
24655
24717
  "isDeprecated": false,
24656
24718
  "deprecationReason": null
24657
24719
  },
24658
24720
  {
24659
24721
  "name": "HEV",
24660
- "description": "Hybrid Electric Vehicle",
24722
+ "description": "Hybrid Electric Vehicle.",
24661
24723
  "isDeprecated": false,
24662
24724
  "deprecationReason": null
24663
24725
  },
24664
24726
  {
24665
24727
  "name": "PHEV",
24666
- "description": "Plug-in Hybrid Electric Vehicle",
24728
+ "description": "Plug-in Hybrid Electric Vehicle.",
24667
24729
  "isDeprecated": false,
24668
24730
  "deprecationReason": null
24669
24731
  }
@@ -24673,26 +24735,26 @@
24673
24735
  {
24674
24736
  "kind": "ENUM",
24675
24737
  "name": "VehicleFuel",
24676
- "description": "Fuel type",
24738
+ "description": "Fuel type.",
24677
24739
  "fields": null,
24678
24740
  "inputFields": null,
24679
24741
  "interfaces": null,
24680
24742
  "enumValues": [
24681
24743
  {
24682
24744
  "name": "D",
24683
- "description": "ICE engine available. Uses diesel",
24745
+ "description": "ICE engine available. Uses diesel.",
24684
24746
  "isDeprecated": false,
24685
24747
  "deprecationReason": null
24686
24748
  },
24687
24749
  {
24688
24750
  "name": "E",
24689
- "description": "Electricity only. Full electric vehicle",
24751
+ "description": "Electricity only. Full electric vehicle.",
24690
24752
  "isDeprecated": false,
24691
24753
  "deprecationReason": null
24692
24754
  },
24693
24755
  {
24694
24756
  "name": "P",
24695
- "description": "ICE engine available. Uses petrol",
24757
+ "description": "ICE engine available. Uses petrol.",
24696
24758
  "isDeprecated": false,
24697
24759
  "deprecationReason": null
24698
24760
  }
@@ -24706,7 +24768,7 @@
24706
24768
  "fields": [
24707
24769
  {
24708
24770
  "name": "id",
24709
- "description": "Image id",
24771
+ "description": "Image id.",
24710
24772
  "args": [],
24711
24773
  "type": {
24712
24774
  "kind": "SCALAR",
@@ -24718,7 +24780,7 @@
24718
24780
  },
24719
24781
  {
24720
24782
  "name": "type",
24721
- "description": "Image type",
24783
+ "description": "Image type.",
24722
24784
  "args": [],
24723
24785
  "type": {
24724
24786
  "kind": "NON_NULL",
@@ -24734,7 +24796,7 @@
24734
24796
  },
24735
24797
  {
24736
24798
  "name": "url",
24737
- "description": "Full path URL of a large image",
24799
+ "description": "Full path URL of a large image.",
24738
24800
  "args": [],
24739
24801
  "type": {
24740
24802
  "kind": "NON_NULL",
@@ -24750,7 +24812,7 @@
24750
24812
  },
24751
24813
  {
24752
24814
  "name": "height",
24753
- "description": "Height of a large image in pixels",
24815
+ "description": "Height of a large image in pixels.",
24754
24816
  "args": [],
24755
24817
  "type": {
24756
24818
  "kind": "NON_NULL",
@@ -24766,7 +24828,7 @@
24766
24828
  },
24767
24829
  {
24768
24830
  "name": "width",
24769
- "description": "Width of a large image in pixels",
24831
+ "description": "Width of a large image in pixels.",
24770
24832
  "args": [],
24771
24833
  "type": {
24772
24834
  "kind": "NON_NULL",
@@ -24782,7 +24844,7 @@
24782
24844
  },
24783
24845
  {
24784
24846
  "name": "thumbnail_url",
24785
- "description": "Full path URL of a thumbnail image",
24847
+ "description": "Full path URL of a thumbnail image.",
24786
24848
  "args": [],
24787
24849
  "type": {
24788
24850
  "kind": "NON_NULL",
@@ -24798,7 +24860,7 @@
24798
24860
  },
24799
24861
  {
24800
24862
  "name": "thumbnail_height",
24801
- "description": "Height of a thumbnail image in pixels",
24863
+ "description": "Height of a thumbnail image in pixels.",
24802
24864
  "args": [],
24803
24865
  "type": {
24804
24866
  "kind": "NON_NULL",
@@ -24814,7 +24876,7 @@
24814
24876
  },
24815
24877
  {
24816
24878
  "name": "thumbnail_width",
24817
- "description": "Width of a thumbnail image in pixels",
24879
+ "description": "Width of a thumbnail image in pixels.",
24818
24880
  "args": [],
24819
24881
  "type": {
24820
24882
  "kind": "NON_NULL",
@@ -24837,44 +24899,56 @@
24837
24899
  {
24838
24900
  "kind": "ENUM",
24839
24901
  "name": "VehicleImageType",
24840
- "description": "Available types of images which can be found for a vehicle. Each type has specific image sizes",
24902
+ "description": "Available types of images which can be found for a vehicle. Each type has specific image sizes.",
24841
24903
  "fields": null,
24842
24904
  "inputFields": null,
24843
24905
  "interfaces": null,
24844
24906
  "enumValues": [
24845
24907
  {
24846
24908
  "name": "provider",
24847
- "description": "Images provided by a Vehicle Datasource",
24909
+ "description": "Images provided by a Vehicle Datasource.",
24848
24910
  "isDeprecated": false,
24849
24911
  "deprecationReason": null
24850
24912
  },
24851
24913
  {
24852
24914
  "name": "image",
24853
- "description": "Full-sized image at 1536x864 px",
24915
+ "description": "Full-sized image at 1536x864 px.",
24854
24916
  "isDeprecated": false,
24855
24917
  "deprecationReason": null
24856
24918
  },
24857
24919
  {
24858
24920
  "name": "image_thumbnail",
24859
- "description": "Thumbnail of a full-sized image at 131x72 px",
24921
+ "description": "Thumbnail of a full-sized image at 131x72 px.",
24922
+ "isDeprecated": false,
24923
+ "deprecationReason": null
24924
+ },
24925
+ {
24926
+ "name": "image_premium",
24927
+ "description": "Premium image.",
24928
+ "isDeprecated": false,
24929
+ "deprecationReason": null
24930
+ },
24931
+ {
24932
+ "name": "premium_image_thumbnail",
24933
+ "description": "Thumbnail of a premium image.",
24860
24934
  "isDeprecated": false,
24861
24935
  "deprecationReason": null
24862
24936
  },
24863
24937
  {
24864
24938
  "name": "brand",
24865
- "description": "Full-sized brand (maker) logo at 768x432 px",
24939
+ "description": "Full-sized brand (maker) logo at 768x432 px.",
24866
24940
  "isDeprecated": false,
24867
24941
  "deprecationReason": null
24868
24942
  },
24869
24943
  {
24870
24944
  "name": "brand_thumbnail",
24871
- "description": "Thumbnail of a full-sized brand logo at 56x24 px",
24945
+ "description": "Thumbnail of a full-sized brand logo at 56x24 px.",
24872
24946
  "isDeprecated": false,
24873
24947
  "deprecationReason": null
24874
24948
  },
24875
24949
  {
24876
24950
  "name": "placeholder",
24877
- "description": "Placeholder image at 1536x864 px",
24951
+ "description": "Placeholder image at 1536x864 px.",
24878
24952
  "isDeprecated": false,
24879
24953
  "deprecationReason": null
24880
24954
  }
@@ -24884,14 +24958,20 @@
24884
24958
  {
24885
24959
  "kind": "ENUM",
24886
24960
  "name": "VehicleImageTypeUploadable",
24887
- "description": "When uploading images to a vehicle, you can select one of this types. The rest of the types are automatically generated by the system",
24961
+ "description": "When uploading images to a vehicle, you can select one of this types. The rest of the types are automatically generated by the system.",
24888
24962
  "fields": null,
24889
24963
  "inputFields": null,
24890
24964
  "interfaces": null,
24891
24965
  "enumValues": [
24892
24966
  {
24893
24967
  "name": "image",
24894
- "description": "Full size image with a resolution at least 1536x864 px",
24968
+ "description": "Freemium vehicle image.",
24969
+ "isDeprecated": false,
24970
+ "deprecationReason": null
24971
+ },
24972
+ {
24973
+ "name": "image_premium",
24974
+ "description": "Premium vehicle image.",
24895
24975
  "isDeprecated": false,
24896
24976
  "deprecationReason": null
24897
24977
  }
@@ -24901,11 +24981,11 @@
24901
24981
  {
24902
24982
  "kind": "OBJECT",
24903
24983
  "name": "VehicleList",
24904
- "description": "The output element of the vehicleList query",
24984
+ "description": "The output element of the vehicleList query.",
24905
24985
  "fields": [
24906
24986
  {
24907
24987
  "name": "id",
24908
- "description": "Vehicles unique ID",
24988
+ "description": "Vehicles unique ID.",
24909
24989
  "args": [],
24910
24990
  "type": {
24911
24991
  "kind": "NON_NULL",
@@ -24921,7 +25001,7 @@
24921
25001
  },
24922
25002
  {
24923
25003
  "name": "naming",
24924
- "description": "Naming of the vehicle",
25004
+ "description": "Naming of the vehicle.",
24925
25005
  "args": [],
24926
25006
  "type": {
24927
25007
  "kind": "NON_NULL",
@@ -24937,7 +25017,7 @@
24937
25017
  },
24938
25018
  {
24939
25019
  "name": "drivetrain",
24940
- "description": "Drivetrain of the vehicle",
25020
+ "description": "Drivetrain of the vehicle.",
24941
25021
  "args": [],
24942
25022
  "type": {
24943
25023
  "kind": "NON_NULL",
@@ -24953,7 +25033,7 @@
24953
25033
  },
24954
25034
  {
24955
25035
  "name": "connectors",
24956
- "description": "Connectors available for the vehicle",
25036
+ "description": "Connectors available for the vehicle.",
24957
25037
  "args": [],
24958
25038
  "type": {
24959
25039
  "kind": "NON_NULL",
@@ -24977,7 +25057,7 @@
24977
25057
  },
24978
25058
  {
24979
25059
  "name": "adapters",
24980
- "description": "Adapters available for the vehicle",
25060
+ "description": "Adapters available for the vehicle.",
24981
25061
  "args": [],
24982
25062
  "type": {
24983
25063
  "kind": "NON_NULL",
@@ -25001,7 +25081,7 @@
25001
25081
  },
25002
25082
  {
25003
25083
  "name": "battery",
25004
- "description": "Battery of the vehicle",
25084
+ "description": "Battery of the vehicle.",
25005
25085
  "args": [],
25006
25086
  "type": {
25007
25087
  "kind": "NON_NULL",
@@ -25017,7 +25097,7 @@
25017
25097
  },
25018
25098
  {
25019
25099
  "name": "body",
25020
- "description": "Body of the vehicle",
25100
+ "description": "Body of the vehicle.",
25021
25101
  "args": [],
25022
25102
  "type": {
25023
25103
  "kind": "NON_NULL",
@@ -25033,7 +25113,7 @@
25033
25113
  },
25034
25114
  {
25035
25115
  "name": "availability",
25036
- "description": "Availability of the vehicle",
25116
+ "description": "Availability of the vehicle.",
25037
25117
  "args": [],
25038
25118
  "type": {
25039
25119
  "kind": "NON_NULL",
@@ -25049,7 +25129,7 @@
25049
25129
  },
25050
25130
  {
25051
25131
  "name": "range",
25052
- "description": "Range of the vehicle",
25132
+ "description": "Range of the vehicle.",
25053
25133
  "args": [],
25054
25134
  "type": {
25055
25135
  "kind": "NON_NULL",
@@ -25065,7 +25145,7 @@
25065
25145
  },
25066
25146
  {
25067
25147
  "name": "media",
25068
- "description": "Media of the vehicle",
25148
+ "description": "Media of the vehicle.",
25069
25149
  "args": [],
25070
25150
  "type": {
25071
25151
  "kind": "NON_NULL",
@@ -25081,7 +25161,7 @@
25081
25161
  },
25082
25162
  {
25083
25163
  "name": "routing",
25084
- "description": "Routing of the vehicle",
25164
+ "description": "Routing of the vehicle.",
25085
25165
  "args": [],
25086
25166
  "type": {
25087
25167
  "kind": "NON_NULL",
@@ -25097,7 +25177,7 @@
25097
25177
  },
25098
25178
  {
25099
25179
  "name": "connect",
25100
- "description": "Information about vehicle connectivity",
25180
+ "description": "Information about vehicle connectivity.",
25101
25181
  "args": [],
25102
25182
  "type": {
25103
25183
  "kind": "NON_NULL",
@@ -25110,6 +25190,62 @@
25110
25190
  },
25111
25191
  "isDeprecated": false,
25112
25192
  "deprecationReason": null
25193
+ },
25194
+ {
25195
+ "name": "region",
25196
+ "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
25197
+ "args": [],
25198
+ "type": {
25199
+ "kind": "NON_NULL",
25200
+ "name": null,
25201
+ "ofType": {
25202
+ "kind": "LIST",
25203
+ "name": null,
25204
+ "ofType": {
25205
+ "kind": "NON_NULL",
25206
+ "name": null,
25207
+ "ofType": {
25208
+ "kind": "ENUM",
25209
+ "name": "VehicleRegion",
25210
+ "ofType": null
25211
+ }
25212
+ }
25213
+ }
25214
+ },
25215
+ "isDeprecated": false,
25216
+ "deprecationReason": null
25217
+ },
25218
+ {
25219
+ "name": "purpose",
25220
+ "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
25221
+ "args": [],
25222
+ "type": {
25223
+ "kind": "NON_NULL",
25224
+ "name": null,
25225
+ "ofType": {
25226
+ "kind": "ENUM",
25227
+ "name": "VehiclePurpose",
25228
+ "ofType": null
25229
+ }
25230
+ },
25231
+ "isDeprecated": false,
25232
+ "deprecationReason": null
25233
+ },
25234
+ {
25235
+ "name": "type",
25236
+ "description": "Type of vehicle.",
25237
+ "args": [],
25238
+ "type": {
25239
+ "kind": "NON_NULL",
25240
+ "name": null,
25241
+ "ofType": {
25242
+ "kind": "ENUM",
25243
+ "name": "VehicleType",
25244
+ "ofType": null
25245
+ }
25246
+ },
25247
+ "isDeprecated": false,
25248
+ "deprecationReason": null
25113
25249
  }
25114
25250
  ],
25115
25251
  "inputFields": null,
@@ -25124,7 +25260,7 @@
25124
25260
  "fields": [
25125
25261
  {
25126
25262
  "name": "status",
25127
- "description": "Availability of the vehicle",
25263
+ "description": "Availability of the vehicle.",
25128
25264
  "args": [],
25129
25265
  "type": {
25130
25266
  "kind": "NON_NULL",
@@ -25151,7 +25287,7 @@
25151
25287
  "fields": [
25152
25288
  {
25153
25289
  "name": "full_kwh",
25154
- "description": "Full battery capacity in kWh",
25290
+ "description": "Full battery capacity in kWh.",
25155
25291
  "args": [],
25156
25292
  "type": {
25157
25293
  "kind": "NON_NULL",
@@ -25167,7 +25303,7 @@
25167
25303
  },
25168
25304
  {
25169
25305
  "name": "usable_kwh",
25170
- "description": "Usable battery capacity in kWh",
25306
+ "description": "Usable battery capacity in kWh.",
25171
25307
  "args": [],
25172
25308
  "type": {
25173
25309
  "kind": "NON_NULL",
@@ -25194,7 +25330,7 @@
25194
25330
  "fields": [
25195
25331
  {
25196
25332
  "name": "seats",
25197
- "description": "Number of seats in a vehicle",
25333
+ "description": "Number of seats in a vehicle.",
25198
25334
  "args": [],
25199
25335
  "type": {
25200
25336
  "kind": "NON_NULL",
@@ -25222,7 +25358,7 @@
25222
25358
  "inputFields": [
25223
25359
  {
25224
25360
  "name": "availability",
25225
- "description": "Availability of a vehicle",
25361
+ "description": "Availability of a vehicle.",
25226
25362
  "type": {
25227
25363
  "kind": "LIST",
25228
25364
  "name": null,
@@ -25242,7 +25378,7 @@
25242
25378
  },
25243
25379
  {
25244
25380
  "name": "drivetrain",
25245
- "description": "Drivetrain type of a vehicle",
25381
+ "description": "Drivetrain type of a vehicle.",
25246
25382
  "type": {
25247
25383
  "kind": "LIST",
25248
25384
  "name": null,
@@ -25262,7 +25398,7 @@
25262
25398
  },
25263
25399
  {
25264
25400
  "name": "connect",
25265
- "description": "Information about vehicle connectivity",
25401
+ "description": "Information about vehicle connectivity.",
25266
25402
  "type": {
25267
25403
  "kind": "INPUT_OBJECT",
25268
25404
  "name": "ConnectFilter",
@@ -25271,6 +25407,66 @@
25271
25407
  "defaultValue": null,
25272
25408
  "isDeprecated": false,
25273
25409
  "deprecationReason": null
25410
+ },
25411
+ {
25412
+ "name": "region",
25413
+ "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
25414
+ "type": {
25415
+ "kind": "LIST",
25416
+ "name": null,
25417
+ "ofType": {
25418
+ "kind": "NON_NULL",
25419
+ "name": null,
25420
+ "ofType": {
25421
+ "kind": "ENUM",
25422
+ "name": "VehicleRegion",
25423
+ "ofType": null
25424
+ }
25425
+ }
25426
+ },
25427
+ "defaultValue": null,
25428
+ "isDeprecated": false,
25429
+ "deprecationReason": null
25430
+ },
25431
+ {
25432
+ "name": "purpose",
25433
+ "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
25434
+ "type": {
25435
+ "kind": "LIST",
25436
+ "name": null,
25437
+ "ofType": {
25438
+ "kind": "NON_NULL",
25439
+ "name": null,
25440
+ "ofType": {
25441
+ "kind": "ENUM",
25442
+ "name": "VehiclePurpose",
25443
+ "ofType": null
25444
+ }
25445
+ }
25446
+ },
25447
+ "defaultValue": null,
25448
+ "isDeprecated": false,
25449
+ "deprecationReason": null
25450
+ },
25451
+ {
25452
+ "name": "type",
25453
+ "description": "Type of vehicle.",
25454
+ "type": {
25455
+ "kind": "LIST",
25456
+ "name": null,
25457
+ "ofType": {
25458
+ "kind": "NON_NULL",
25459
+ "name": null,
25460
+ "ofType": {
25461
+ "kind": "ENUM",
25462
+ "name": "VehicleType",
25463
+ "ofType": null
25464
+ }
25465
+ }
25466
+ },
25467
+ "defaultValue": null,
25468
+ "isDeprecated": false,
25469
+ "deprecationReason": null
25274
25470
  }
25275
25471
  ],
25276
25472
  "interfaces": null,
@@ -25284,7 +25480,7 @@
25284
25480
  "fields": [
25285
25481
  {
25286
25482
  "name": "image",
25287
- "description": "Latest image of the vehicle",
25483
+ "description": "Featured image of the vehicle from a 45-degree angle.",
25288
25484
  "args": [],
25289
25485
  "type": {
25290
25486
  "kind": "NON_NULL",
@@ -25300,7 +25496,7 @@
25300
25496
  },
25301
25497
  {
25302
25498
  "name": "brand",
25303
- "description": "Latest maker logo of the vehicle",
25499
+ "description": "Latest maker logo of the vehicle.",
25304
25500
  "args": [],
25305
25501
  "type": {
25306
25502
  "kind": "NON_NULL",
@@ -25316,7 +25512,7 @@
25316
25512
  },
25317
25513
  {
25318
25514
  "name": "video",
25319
- "description": "Latest video of the vehicle",
25515
+ "description": "Latest video of the vehicle.",
25320
25516
  "args": [],
25321
25517
  "type": {
25322
25518
  "kind": "OBJECT",
@@ -25339,7 +25535,7 @@
25339
25535
  "fields": [
25340
25536
  {
25341
25537
  "name": "make",
25342
- "description": "Vehicle manufacturer name",
25538
+ "description": "Vehicle manufacturer name.",
25343
25539
  "args": [],
25344
25540
  "type": {
25345
25541
  "kind": "NON_NULL",
@@ -25355,7 +25551,7 @@
25355
25551
  },
25356
25552
  {
25357
25553
  "name": "model",
25358
- "description": "Vehicle model name",
25554
+ "description": "Vehicle model name.",
25359
25555
  "args": [],
25360
25556
  "type": {
25361
25557
  "kind": "NON_NULL",
@@ -25371,7 +25567,7 @@
25371
25567
  },
25372
25568
  {
25373
25569
  "name": "version",
25374
- "description": "Version, edition or submodel of the vehicle",
25570
+ "description": "Version, edition or submodel of the vehicle.",
25375
25571
  "args": [],
25376
25572
  "type": {
25377
25573
  "kind": "SCALAR",
@@ -25383,7 +25579,7 @@
25383
25579
  },
25384
25580
  {
25385
25581
  "name": "edition",
25386
- "description": "Another submodel level of the vehicle",
25582
+ "description": "Another submodel level of the vehicle.",
25387
25583
  "args": [],
25388
25584
  "type": {
25389
25585
  "kind": "SCALAR",
@@ -25395,7 +25591,7 @@
25395
25591
  },
25396
25592
  {
25397
25593
  "name": "chargetrip_version",
25398
- "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years",
25594
+ "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years.",
25399
25595
  "args": [],
25400
25596
  "type": {
25401
25597
  "kind": "NON_NULL",
@@ -25422,7 +25618,7 @@
25422
25618
  "fields": [
25423
25619
  {
25424
25620
  "name": "chargetrip_range",
25425
- "description": "Is an index value of what we consider to be the real-world range.\n(Comparable to Range_Real from EV Database.) It is essentially a normalized range to display in the front-end.",
25621
+ "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\nCT 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.",
25426
25622
  "args": [],
25427
25623
  "type": {
25428
25624
  "kind": "NON_NULL",
@@ -25449,7 +25645,7 @@
25449
25645
  "fields": [
25450
25646
  {
25451
25647
  "name": "fast_charging_support",
25452
- "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh",
25648
+ "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh.",
25453
25649
  "args": [],
25454
25650
  "type": {
25455
25651
  "kind": "NON_NULL",
@@ -25476,7 +25672,7 @@
25476
25672
  "fields": [
25477
25673
  {
25478
25674
  "name": "image",
25479
- "description": "Latest image",
25675
+ "description": "Featured image of the vehicle from a 45-degree angle.",
25480
25676
  "args": [],
25481
25677
  "type": {
25482
25678
  "kind": "NON_NULL",
@@ -25492,7 +25688,7 @@
25492
25688
  },
25493
25689
  {
25494
25690
  "name": "brand",
25495
- "description": "Latest maker logo",
25691
+ "description": "Latest maker logo.",
25496
25692
  "args": [],
25497
25693
  "type": {
25498
25694
  "kind": "NON_NULL",
@@ -25508,7 +25704,7 @@
25508
25704
  },
25509
25705
  {
25510
25706
  "name": "image_list",
25511
- "description": "All images",
25707
+ "description": "All images of the vehicle.",
25512
25708
  "args": [],
25513
25709
  "type": {
25514
25710
  "kind": "NON_NULL",
@@ -25532,7 +25728,7 @@
25532
25728
  },
25533
25729
  {
25534
25730
  "name": "video",
25535
- "description": "Latest video",
25731
+ "description": "Latest video.",
25536
25732
  "args": [],
25537
25733
  "type": {
25538
25734
  "kind": "OBJECT",
@@ -25544,7 +25740,7 @@
25544
25740
  },
25545
25741
  {
25546
25742
  "name": "video_list",
25547
- "description": "All videos",
25743
+ "description": "All videos of the vehicle.",
25548
25744
  "args": [],
25549
25745
  "type": {
25550
25746
  "kind": "LIST",
@@ -25571,26 +25767,26 @@
25571
25767
  {
25572
25768
  "kind": "ENUM",
25573
25769
  "name": "VehicleMode",
25574
- "description": "Mode (state) of the current production",
25770
+ "description": "Mode (state) of the current production.",
25575
25771
  "fields": null,
25576
25772
  "inputFields": null,
25577
25773
  "interfaces": null,
25578
25774
  "enumValues": [
25579
25775
  {
25580
25776
  "name": "index_only",
25581
- "description": "Old vehicle that is no longer manufactured",
25777
+ "description": "Old vehicle that is no longer manufactured.",
25582
25778
  "isDeprecated": false,
25583
25779
  "deprecationReason": null
25584
25780
  },
25585
25781
  {
25586
25782
  "name": "production",
25587
- "description": "Vehicle is in production and has been released",
25783
+ "description": "Vehicle is in production and has been released.",
25588
25784
  "isDeprecated": false,
25589
25785
  "deprecationReason": null
25590
25786
  },
25591
25787
  {
25592
25788
  "name": "concept",
25593
- "description": "Future releases of a vehicle, a concept of the vehicle, specs may change over time",
25789
+ "description": "Future releases of a vehicle, a concept of the vehicle, specs may change over time.",
25594
25790
  "isDeprecated": false,
25595
25791
  "deprecationReason": null
25596
25792
  }
@@ -25604,7 +25800,7 @@
25604
25800
  "fields": [
25605
25801
  {
25606
25802
  "name": "make",
25607
- "description": "Vehicle manufacturer name",
25803
+ "description": "Vehicle manufacturer name.",
25608
25804
  "args": [],
25609
25805
  "type": {
25610
25806
  "kind": "NON_NULL",
@@ -25620,7 +25816,7 @@
25620
25816
  },
25621
25817
  {
25622
25818
  "name": "model",
25623
- "description": "Vehicle model name",
25819
+ "description": "Vehicle model name.",
25624
25820
  "args": [],
25625
25821
  "type": {
25626
25822
  "kind": "NON_NULL",
@@ -25636,7 +25832,7 @@
25636
25832
  },
25637
25833
  {
25638
25834
  "name": "version",
25639
- "description": "Version, edition or submodel of the vehicle",
25835
+ "description": "Version, edition or submodel of the vehicle.",
25640
25836
  "args": [],
25641
25837
  "type": {
25642
25838
  "kind": "SCALAR",
@@ -25648,7 +25844,7 @@
25648
25844
  },
25649
25845
  {
25650
25846
  "name": "edition",
25651
- "description": "Another submodel level of the vehicle",
25847
+ "description": "Another submodel level of the vehicle.",
25652
25848
  "args": [],
25653
25849
  "type": {
25654
25850
  "kind": "SCALAR",
@@ -25660,7 +25856,7 @@
25660
25856
  },
25661
25857
  {
25662
25858
  "name": "chargetrip_version",
25663
- "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years",
25859
+ "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years.",
25664
25860
  "args": [],
25665
25861
  "type": {
25666
25862
  "kind": "NON_NULL",
@@ -25687,7 +25883,7 @@
25687
25883
  "fields": [
25688
25884
  {
25689
25885
  "name": "acceleration",
25690
- "description": "Acceleration in seconds, default in kmph to 100",
25886
+ "description": "Acceleration in seconds, default in kmph to 100.",
25691
25887
  "args": [
25692
25888
  {
25693
25889
  "name": "unit",
@@ -25712,7 +25908,7 @@
25712
25908
  },
25713
25909
  {
25714
25910
  "name": "top_speed",
25715
- "description": "Top speed of the vehicle, default in kmph",
25911
+ "description": "Top speed of the vehicle, default in kmph.",
25716
25912
  "args": [
25717
25913
  {
25718
25914
  "name": "unit",
@@ -25744,11 +25940,11 @@
25744
25940
  {
25745
25941
  "kind": "OBJECT",
25746
25942
  "name": "VehiclePremium",
25747
- "description": "The output element of the vehiclePremium query",
25943
+ "description": "The output element of the vehiclePremium query.",
25748
25944
  "fields": [
25749
25945
  {
25750
25946
  "name": "id",
25751
- "description": "Vehicles unique ID",
25947
+ "description": "Vehicles unique ID.",
25752
25948
  "args": [],
25753
25949
  "type": {
25754
25950
  "kind": "NON_NULL",
@@ -25764,7 +25960,7 @@
25764
25960
  },
25765
25961
  {
25766
25962
  "name": "succesor_id",
25767
- "description": "Internal ID of the successor vehicle trim",
25963
+ "description": "Internal ID of the successor vehicle trim.",
25768
25964
  "args": [],
25769
25965
  "type": {
25770
25966
  "kind": "SCALAR",
@@ -25776,7 +25972,7 @@
25776
25972
  },
25777
25973
  {
25778
25974
  "name": "naming",
25779
- "description": "Naming of the vehicle",
25975
+ "description": "Naming of the vehicle.",
25780
25976
  "args": [],
25781
25977
  "type": {
25782
25978
  "kind": "NON_NULL",
@@ -25792,7 +25988,7 @@
25792
25988
  },
25793
25989
  {
25794
25990
  "name": "connectors",
25795
- "description": "Connectors available for the vehicle",
25991
+ "description": "Connectors available for the vehicle.",
25796
25992
  "args": [],
25797
25993
  "type": {
25798
25994
  "kind": "NON_NULL",
@@ -25816,7 +26012,7 @@
25816
26012
  },
25817
26013
  {
25818
26014
  "name": "charge",
25819
- "description": "Charge details",
26015
+ "description": "Charge details.",
25820
26016
  "args": [],
25821
26017
  "type": {
25822
26018
  "kind": "NON_NULL",
@@ -25832,7 +26028,7 @@
25832
26028
  },
25833
26029
  {
25834
26030
  "name": "fast_charge",
25835
- "description": "Fast charge details",
26031
+ "description": "Fast charge details.",
25836
26032
  "args": [],
25837
26033
  "type": {
25838
26034
  "kind": "NON_NULL",
@@ -25848,7 +26044,7 @@
25848
26044
  },
25849
26045
  {
25850
26046
  "name": "adapters",
25851
- "description": "Adapters of connectors available for a connectors of the vehicle",
26047
+ "description": "Adapters of connectors available for a connectors of the vehicle.",
25852
26048
  "args": [],
25853
26049
  "type": {
25854
26050
  "kind": "NON_NULL",
@@ -25872,7 +26068,7 @@
25872
26068
  },
25873
26069
  {
25874
26070
  "name": "battery",
25875
- "description": "Battery of the vehicle",
26071
+ "description": "Battery of the vehicle.",
25876
26072
  "args": [],
25877
26073
  "type": {
25878
26074
  "kind": "NON_NULL",
@@ -25888,7 +26084,7 @@
25888
26084
  },
25889
26085
  {
25890
26086
  "name": "body",
25891
- "description": "Body of the vehicle",
26087
+ "description": "Body of the vehicle.",
25892
26088
  "args": [],
25893
26089
  "type": {
25894
26090
  "kind": "NON_NULL",
@@ -25904,7 +26100,7 @@
25904
26100
  },
25905
26101
  {
25906
26102
  "name": "availability",
25907
- "description": "Availability of the vehicle",
26103
+ "description": "Availability of the vehicle.",
25908
26104
  "args": [],
25909
26105
  "type": {
25910
26106
  "kind": "NON_NULL",
@@ -25920,7 +26116,7 @@
25920
26116
  },
25921
26117
  {
25922
26118
  "name": "price",
25923
- "description": "Pricing of the vehicle",
26119
+ "description": "Pricing of the vehicle.",
25924
26120
  "args": [],
25925
26121
  "type": {
25926
26122
  "kind": "NON_NULL",
@@ -25936,7 +26132,7 @@
25936
26132
  },
25937
26133
  {
25938
26134
  "name": "drivetrain",
25939
- "description": "Drivetrain of the vehicle",
26135
+ "description": "Drivetrain of the vehicle.",
25940
26136
  "args": [],
25941
26137
  "type": {
25942
26138
  "kind": "NON_NULL",
@@ -25952,7 +26148,7 @@
25952
26148
  },
25953
26149
  {
25954
26150
  "name": "performance",
25955
- "description": "Performance of the vehicle",
26151
+ "description": "Performance of the vehicle.",
25956
26152
  "args": [],
25957
26153
  "type": {
25958
26154
  "kind": "OBJECT",
@@ -25964,7 +26160,7 @@
25964
26160
  },
25965
26161
  {
25966
26162
  "name": "range",
25967
- "description": "Range of the vehicle",
26163
+ "description": "Range of the vehicle.",
25968
26164
  "args": [],
25969
26165
  "type": {
25970
26166
  "kind": "NON_NULL",
@@ -25980,7 +26176,7 @@
25980
26176
  },
25981
26177
  {
25982
26178
  "name": "efficiency",
25983
- "description": "Efficiency of the vehicle",
26179
+ "description": "Efficiency of the vehicle.",
25984
26180
  "args": [],
25985
26181
  "type": {
25986
26182
  "kind": "NON_NULL",
@@ -25996,7 +26192,7 @@
25996
26192
  },
25997
26193
  {
25998
26194
  "name": "safety",
25999
- "description": "Safety of the vehicle",
26195
+ "description": "Safety of the vehicle.",
26000
26196
  "args": [],
26001
26197
  "type": {
26002
26198
  "kind": "OBJECT",
@@ -26008,7 +26204,7 @@
26008
26204
  },
26009
26205
  {
26010
26206
  "name": "media",
26011
- "description": "Media of the vehicle",
26207
+ "description": "Media of the vehicle.",
26012
26208
  "args": [],
26013
26209
  "type": {
26014
26210
  "kind": "NON_NULL",
@@ -26024,7 +26220,7 @@
26024
26220
  },
26025
26221
  {
26026
26222
  "name": "routing",
26027
- "description": "Routing of the vehicle",
26223
+ "description": "Routing of the vehicle.",
26028
26224
  "args": [],
26029
26225
  "type": {
26030
26226
  "kind": "NON_NULL",
@@ -26040,7 +26236,7 @@
26040
26236
  },
26041
26237
  {
26042
26238
  "name": "connect",
26043
- "description": "Information about vehicle connectivity",
26239
+ "description": "Information about vehicle connectivity.",
26044
26240
  "args": [],
26045
26241
  "type": {
26046
26242
  "kind": "NON_NULL",
@@ -26053,37 +26249,93 @@
26053
26249
  },
26054
26250
  "isDeprecated": false,
26055
26251
  "deprecationReason": null
26056
- }
26057
- ],
26058
- "inputFields": null,
26059
- "interfaces": [],
26060
- "enumValues": null,
26061
- "possibleTypes": null
26062
- },
26063
- {
26064
- "kind": "OBJECT",
26065
- "name": "VehiclePremiumAvailability",
26066
- "description": null,
26067
- "fields": [
26252
+ },
26068
26253
  {
26069
- "name": "status",
26070
- "description": "Availability of the vehicle",
26254
+ "name": "region",
26255
+ "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
26071
26256
  "args": [],
26072
26257
  "type": {
26073
26258
  "kind": "NON_NULL",
26074
26259
  "name": null,
26075
26260
  "ofType": {
26076
- "kind": "ENUM",
26077
- "name": "VehicleAvailabilityStatus",
26078
- "ofType": null
26079
- }
26080
- },
26081
- "isDeprecated": false,
26082
- "deprecationReason": null
26083
- },
26084
- {
26085
- "name": "date_from",
26086
- "description": "Date of introduction, mm-yyyy",
26261
+ "kind": "LIST",
26262
+ "name": null,
26263
+ "ofType": {
26264
+ "kind": "NON_NULL",
26265
+ "name": null,
26266
+ "ofType": {
26267
+ "kind": "ENUM",
26268
+ "name": "VehicleRegion",
26269
+ "ofType": null
26270
+ }
26271
+ }
26272
+ }
26273
+ },
26274
+ "isDeprecated": false,
26275
+ "deprecationReason": null
26276
+ },
26277
+ {
26278
+ "name": "purpose",
26279
+ "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
26280
+ "args": [],
26281
+ "type": {
26282
+ "kind": "NON_NULL",
26283
+ "name": null,
26284
+ "ofType": {
26285
+ "kind": "ENUM",
26286
+ "name": "VehiclePurpose",
26287
+ "ofType": null
26288
+ }
26289
+ },
26290
+ "isDeprecated": false,
26291
+ "deprecationReason": null
26292
+ },
26293
+ {
26294
+ "name": "type",
26295
+ "description": "Type of vehicle.",
26296
+ "args": [],
26297
+ "type": {
26298
+ "kind": "NON_NULL",
26299
+ "name": null,
26300
+ "ofType": {
26301
+ "kind": "ENUM",
26302
+ "name": "VehicleType",
26303
+ "ofType": null
26304
+ }
26305
+ },
26306
+ "isDeprecated": false,
26307
+ "deprecationReason": null
26308
+ }
26309
+ ],
26310
+ "inputFields": null,
26311
+ "interfaces": [],
26312
+ "enumValues": null,
26313
+ "possibleTypes": null
26314
+ },
26315
+ {
26316
+ "kind": "OBJECT",
26317
+ "name": "VehiclePremiumAvailability",
26318
+ "description": null,
26319
+ "fields": [
26320
+ {
26321
+ "name": "status",
26322
+ "description": "Availability of the vehicle.",
26323
+ "args": [],
26324
+ "type": {
26325
+ "kind": "NON_NULL",
26326
+ "name": null,
26327
+ "ofType": {
26328
+ "kind": "ENUM",
26329
+ "name": "VehicleAvailabilityStatus",
26330
+ "ofType": null
26331
+ }
26332
+ },
26333
+ "isDeprecated": false,
26334
+ "deprecationReason": null
26335
+ },
26336
+ {
26337
+ "name": "date_from",
26338
+ "description": "Date of introduction, mm-yyyy.",
26087
26339
  "args": [],
26088
26340
  "type": {
26089
26341
  "kind": "SCALAR",
@@ -26095,7 +26347,7 @@
26095
26347
  },
26096
26348
  {
26097
26349
  "name": "date_from_is_estimated",
26098
- "description": "Indicates if date from field is estimated",
26350
+ "description": "Indicates if date from field is estimated.",
26099
26351
  "args": [],
26100
26352
  "type": {
26101
26353
  "kind": "SCALAR",
@@ -26107,7 +26359,7 @@
26107
26359
  },
26108
26360
  {
26109
26361
  "name": "date_to",
26110
- "description": "Date last available, mm-yyyy",
26362
+ "description": "Date last available, mm-yyyy.",
26111
26363
  "args": [],
26112
26364
  "type": {
26113
26365
  "kind": "SCALAR",
@@ -26130,7 +26382,7 @@
26130
26382
  "fields": [
26131
26383
  {
26132
26384
  "name": "usable_kwh",
26133
- "description": "Usable battery capacity in kWh",
26385
+ "description": "Usable battery capacity in kWh.",
26134
26386
  "args": [],
26135
26387
  "type": {
26136
26388
  "kind": "NON_NULL",
@@ -26146,7 +26398,7 @@
26146
26398
  },
26147
26399
  {
26148
26400
  "name": "full_kwh",
26149
- "description": "Full battery capacity in kWh",
26401
+ "description": "Full battery capacity in kWh.",
26150
26402
  "args": [],
26151
26403
  "type": {
26152
26404
  "kind": "NON_NULL",
@@ -26162,7 +26414,7 @@
26162
26414
  },
26163
26415
  {
26164
26416
  "name": "estimated_fields",
26165
- "description": "Indicates which battery fields are estimated",
26417
+ "description": "Indicates which battery fields are estimated.",
26166
26418
  "args": [],
26167
26419
  "type": {
26168
26420
  "kind": "ENUM",
@@ -26174,7 +26426,7 @@
26174
26426
  },
26175
26427
  {
26176
26428
  "name": "thermal_management_system",
26177
- "description": "Battery thermal management system (active/passive, air/liquid)",
26429
+ "description": "Battery thermal management system (active/passive, air/liquid).",
26178
26430
  "args": [],
26179
26431
  "type": {
26180
26432
  "kind": "SCALAR",
@@ -26186,7 +26438,7 @@
26186
26438
  },
26187
26439
  {
26188
26440
  "name": "warranty_period",
26189
- "description": "Duration of battery warranty",
26441
+ "description": "Duration of battery warranty.",
26190
26442
  "args": [],
26191
26443
  "type": {
26192
26444
  "kind": "SCALAR",
@@ -26198,7 +26450,7 @@
26198
26450
  },
26199
26451
  {
26200
26452
  "name": "warranty_mileage",
26201
- "description": "Mileage of battery warranty",
26453
+ "description": "Mileage of battery warranty.",
26202
26454
  "args": [],
26203
26455
  "type": {
26204
26456
  "kind": "SCALAR",
@@ -26210,7 +26462,7 @@
26210
26462
  },
26211
26463
  {
26212
26464
  "name": "chemistry",
26213
- "description": "Chemistry of the battery",
26465
+ "description": "Chemistry of the battery.",
26214
26466
  "args": [],
26215
26467
  "type": {
26216
26468
  "kind": "SCALAR",
@@ -26222,7 +26474,7 @@
26222
26474
  },
26223
26475
  {
26224
26476
  "name": "manufacturer",
26225
- "description": "Manufacturer of the battery",
26477
+ "description": "Manufacturer of the battery.",
26226
26478
  "args": [],
26227
26479
  "type": {
26228
26480
  "kind": "SCALAR",
@@ -26234,7 +26486,7 @@
26234
26486
  },
26235
26487
  {
26236
26488
  "name": "modules",
26237
- "description": "Number of battery modules",
26489
+ "description": "Number of battery modules.",
26238
26490
  "args": [],
26239
26491
  "type": {
26240
26492
  "kind": "SCALAR",
@@ -26246,7 +26498,7 @@
26246
26498
  },
26247
26499
  {
26248
26500
  "name": "cells",
26249
- "description": "Number of cells in the battery pack, can include configuration (s = serial, p = parallel)",
26501
+ "description": "Number of cells in the battery pack, can include configuration (s = serial, p = parallel).",
26250
26502
  "args": [],
26251
26503
  "type": {
26252
26504
  "kind": "SCALAR",
@@ -26258,7 +26510,7 @@
26258
26510
  },
26259
26511
  {
26260
26512
  "name": "weight",
26261
- "description": "Weight of the battery pack",
26513
+ "description": "Weight of the battery pack.",
26262
26514
  "args": [],
26263
26515
  "type": {
26264
26516
  "kind": "SCALAR",
@@ -26270,7 +26522,7 @@
26270
26522
  },
26271
26523
  {
26272
26524
  "name": "nominal_voltage",
26273
- "description": "Nominal voltage of battery",
26525
+ "description": "Nominal voltage of battery.",
26274
26526
  "args": [],
26275
26527
  "type": {
26276
26528
  "kind": "SCALAR",
@@ -26293,7 +26545,7 @@
26293
26545
  "fields": [
26294
26546
  {
26295
26547
  "name": "length",
26296
- "description": "Length, default in mm",
26548
+ "description": "Length, default in mm.",
26297
26549
  "args": [
26298
26550
  {
26299
26551
  "name": "unit",
@@ -26318,7 +26570,7 @@
26318
26570
  },
26319
26571
  {
26320
26572
  "name": "width",
26321
- "description": "Width with folded mirrors, default in mm",
26573
+ "description": "Width with folded mirrors, default in mm.",
26322
26574
  "args": [
26323
26575
  {
26324
26576
  "name": "unit",
@@ -26347,7 +26599,7 @@
26347
26599
  },
26348
26600
  {
26349
26601
  "name": "full_width",
26350
- "description": "Width of vehicle including mirrors, default in mm",
26602
+ "description": "Width of vehicle including mirrors, default in mm.",
26351
26603
  "args": [
26352
26604
  {
26353
26605
  "name": "unit",
@@ -26372,7 +26624,7 @@
26372
26624
  },
26373
26625
  {
26374
26626
  "name": "height",
26375
- "description": "Height (average height for adjustable suspensions), default in mm",
26627
+ "description": "Height (average height for adjustable suspensions), default in mm.",
26376
26628
  "args": [
26377
26629
  {
26378
26630
  "name": "unit",
@@ -26401,7 +26653,7 @@
26401
26653
  },
26402
26654
  {
26403
26655
  "name": "size_is_estimated",
26404
- "description": "Indicates if length/width/height fields are estimations",
26656
+ "description": "Indicates if length/width/height fields are estimations.",
26405
26657
  "args": [],
26406
26658
  "type": {
26407
26659
  "kind": "SCALAR",
@@ -26413,7 +26665,7 @@
26413
26665
  },
26414
26666
  {
26415
26667
  "name": "wheelbase",
26416
- "description": "Wheelbase, default in mm",
26668
+ "description": "Wheelbase, default in mm.",
26417
26669
  "args": [
26418
26670
  {
26419
26671
  "name": "unit",
@@ -26438,7 +26690,7 @@
26438
26690
  },
26439
26691
  {
26440
26692
  "name": "wheelbase_is_estimated",
26441
- "description": "Indicates if wheelbase field is estimated",
26693
+ "description": "Indicates if wheelbase field is estimated.",
26442
26694
  "args": [],
26443
26695
  "type": {
26444
26696
  "kind": "SCALAR",
@@ -26450,7 +26702,7 @@
26450
26702
  },
26451
26703
  {
26452
26704
  "name": "weight",
26453
- "description": "Weight (unladen EU)",
26705
+ "description": "Weight (unladen EU).",
26454
26706
  "args": [],
26455
26707
  "type": {
26456
26708
  "kind": "NON_NULL",
@@ -26466,7 +26718,7 @@
26466
26718
  },
26467
26719
  {
26468
26720
  "name": "weight_gvwr",
26469
- "description": "Maximum allowed vehicle weight with payload",
26721
+ "description": "Maximum allowed vehicle weight with payload.",
26470
26722
  "args": [],
26471
26723
  "type": {
26472
26724
  "kind": "OBJECT",
@@ -26478,7 +26730,7 @@
26478
26730
  },
26479
26731
  {
26480
26732
  "name": "weight_gtw",
26481
- "description": "Maximum allowed vehicle and trailer weight with payload",
26733
+ "description": "Maximum allowed vehicle and trailer weight with payload.",
26482
26734
  "args": [],
26483
26735
  "type": {
26484
26736
  "kind": "OBJECT",
@@ -26490,7 +26742,7 @@
26490
26742
  },
26491
26743
  {
26492
26744
  "name": "weight_payload",
26493
- "description": "Allowed payload weight",
26745
+ "description": "Allowed payload weight.",
26494
26746
  "args": [],
26495
26747
  "type": {
26496
26748
  "kind": "OBJECT",
@@ -26502,7 +26754,7 @@
26502
26754
  },
26503
26755
  {
26504
26756
  "name": "weight_is_estimated",
26505
- "description": "Indicates if weight field is estimated",
26757
+ "description": "Indicates if weight field is estimated.",
26506
26758
  "args": [],
26507
26759
  "type": {
26508
26760
  "kind": "SCALAR",
@@ -26514,7 +26766,7 @@
26514
26766
  },
26515
26767
  {
26516
26768
  "name": "weight_max_payload",
26517
- "description": "Maximum payload allowed for the vehicle, default in kg",
26769
+ "description": "Maximum payload allowed for the vehicle, default in kg.",
26518
26770
  "args": [
26519
26771
  {
26520
26772
  "name": "unit",
@@ -26539,7 +26791,7 @@
26539
26791
  },
26540
26792
  {
26541
26793
  "name": "max_gross_vehicle_weight",
26542
- "description": "Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload), default in kg",
26794
+ "description": "Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload), default in kg.",
26543
26795
  "args": [
26544
26796
  {
26545
26797
  "name": "unit",
@@ -26564,7 +26816,7 @@
26564
26816
  },
26565
26817
  {
26566
26818
  "name": "boot_capacity",
26567
- "description": "Standard luggage capacity, default in l",
26819
+ "description": "Standard luggage capacity, default in l.",
26568
26820
  "args": [
26569
26821
  {
26570
26822
  "name": "unit",
@@ -26589,7 +26841,7 @@
26589
26841
  },
26590
26842
  {
26591
26843
  "name": "boot_front_capacity",
26592
- "description": "Storage capacity of front trunk/under the hood (frunk), default in l",
26844
+ "description": "Storage capacity of front trunk/under the hood (frunk), default in l.",
26593
26845
  "args": [],
26594
26846
  "type": {
26595
26847
  "kind": "SCALAR",
@@ -26601,7 +26853,7 @@
26601
26853
  },
26602
26854
  {
26603
26855
  "name": "boot_capacity_max",
26604
- "description": "Maximum luggage capacity, default in l",
26856
+ "description": "Maximum luggage capacity, default in l.",
26605
26857
  "args": [
26606
26858
  {
26607
26859
  "name": "unit",
@@ -26626,7 +26878,7 @@
26626
26878
  },
26627
26879
  {
26628
26880
  "name": "tow_hitch_compatible",
26629
- "description": "Indicates if a tow hitch/towbar can be fitted according to vehicle homologation",
26881
+ "description": "Indicates if a tow hitch/towbar can be fitted according to vehicle homologation.",
26630
26882
  "args": [],
26631
26883
  "type": {
26632
26884
  "kind": "SCALAR",
@@ -26638,7 +26890,7 @@
26638
26890
  },
26639
26891
  {
26640
26892
  "name": "tow_weight_unbraked",
26641
- "description": "Maximum unbraked towing weight, default in kg",
26893
+ "description": "Maximum unbraked towing weight, default in kg.",
26642
26894
  "args": [
26643
26895
  {
26644
26896
  "name": "unit",
@@ -26663,7 +26915,7 @@
26663
26915
  },
26664
26916
  {
26665
26917
  "name": "tow_weight_braked",
26666
- "description": "Maximum braked towing weight, default in kg",
26918
+ "description": "Maximum braked towing weight, default in kg.",
26667
26919
  "args": [
26668
26920
  {
26669
26921
  "name": "unit",
@@ -26688,7 +26940,7 @@
26688
26940
  },
26689
26941
  {
26690
26942
  "name": "tow_weight_is_estimated",
26691
- "description": "Indicates if tow weight fields are estimations",
26943
+ "description": "Indicates if tow weight fields are estimations.",
26692
26944
  "args": [],
26693
26945
  "type": {
26694
26946
  "kind": "SCALAR",
@@ -26700,7 +26952,7 @@
26700
26952
  },
26701
26953
  {
26702
26954
  "name": "tow_weight_vertical_load",
26703
- "description": "Maximum vertical load / noseweight on tow hitch according to vehicle homologation, default in kg",
26955
+ "description": "Maximum vertical load / noseweight on tow hitch according to vehicle homologation, default in kg.",
26704
26956
  "args": [
26705
26957
  {
26706
26958
  "name": "unit",
@@ -26725,7 +26977,7 @@
26725
26977
  },
26726
26978
  {
26727
26979
  "name": "roof_load_max",
26728
- "description": "Maximum load on roof of the vehicle, default in kg",
26980
+ "description": "Maximum load on roof of the vehicle, default in kg.",
26729
26981
  "args": [
26730
26982
  {
26731
26983
  "name": "unit",
@@ -26750,7 +27002,7 @@
26750
27002
  },
26751
27003
  {
26752
27004
  "name": "body_type",
26753
- "description": "Body type, listed in local naming convention where applicable",
27005
+ "description": "Body type, listed in local naming convention where applicable.",
26754
27006
  "args": [],
26755
27007
  "type": {
26756
27008
  "kind": "SCALAR",
@@ -26762,7 +27014,7 @@
26762
27014
  },
26763
27015
  {
26764
27016
  "name": "segment",
26765
- "description": "Segment, listed in local naming convention where applicable",
27017
+ "description": "Segment, listed in local naming convention where applicable.",
26766
27018
  "args": [],
26767
27019
  "type": {
26768
27020
  "kind": "SCALAR",
@@ -26774,7 +27026,7 @@
26774
27026
  },
26775
27027
  {
26776
27028
  "name": "seats",
26777
- "description": "Number of seats",
27029
+ "description": "Number of seats.",
26778
27030
  "args": [],
26779
27031
  "type": {
26780
27032
  "kind": "NON_NULL",
@@ -26790,7 +27042,7 @@
26790
27042
  },
26791
27043
  {
26792
27044
  "name": "has_roofrails",
26793
- "description": "Indicates whether a vehicle has roof rails as a standard",
27045
+ "description": "Indicates whether a vehicle has roof rails as a standard.",
26794
27046
  "args": [],
26795
27047
  "type": {
26796
27048
  "kind": "SCALAR",
@@ -26802,7 +27054,7 @@
26802
27054
  },
26803
27055
  {
26804
27056
  "name": "turning_circle",
26805
- "description": "Turning circle of the vehicle kerb-to-kerb, default in meters",
27057
+ "description": "Turning circle of the vehicle kerb-to-kerb, default in meters.",
26806
27058
  "args": [
26807
27059
  {
26808
27060
  "name": "unit",
@@ -26827,7 +27079,7 @@
26827
27079
  },
26828
27080
  {
26829
27081
  "name": "vehicle_platform",
26830
- "description": "Name of the vehicle platform used for vehicle (often abbreviated to indicate group platforms)",
27082
+ "description": "Name of the vehicle platform used for vehicle (often abbreviated to indicate group platforms).",
26831
27083
  "args": [],
26832
27084
  "type": {
26833
27085
  "kind": "SCALAR",
@@ -26839,7 +27091,7 @@
26839
27091
  },
26840
27092
  {
26841
27093
  "name": "vehicle_platform_is_dedicated",
26842
- "description": "Indicates if the vehicle platform used for vehicle is a dedicated battery electric vehicle platform",
27094
+ "description": "Indicates if the vehicle platform used for vehicle is a dedicated battery electric vehicle platform.",
26843
27095
  "args": [],
26844
27096
  "type": {
26845
27097
  "kind": "SCALAR",
@@ -26862,7 +27114,7 @@
26862
27114
  "fields": [
26863
27115
  {
26864
27116
  "name": "plug",
26865
- "description": "Information about the main connector",
27117
+ "description": "Information about the main connector.",
26866
27118
  "args": [],
26867
27119
  "type": {
26868
27120
  "kind": "OBJECT",
@@ -26874,7 +27126,7 @@
26874
27126
  },
26875
27127
  {
26876
27128
  "name": "second_plug",
26877
- "description": "Information about vehicles secondary onboard charger",
27129
+ "description": "Information about vehicles secondary onboard charger.",
26878
27130
  "args": [],
26879
27131
  "type": {
26880
27132
  "kind": "OBJECT",
@@ -26886,7 +27138,7 @@
26886
27138
  },
26887
27139
  {
26888
27140
  "name": "standard",
26889
- "description": "Information about the vehicle standard onboard charger",
27141
+ "description": "Information about the vehicle standard onboard charger.",
26890
27142
  "args": [],
26891
27143
  "type": {
26892
27144
  "kind": "OBJECT",
@@ -26898,7 +27150,7 @@
26898
27150
  },
26899
27151
  {
26900
27152
  "name": "option",
26901
- "description": "Optional upgrade for the standard onboard charger when available",
27153
+ "description": "Optional upgrade for the standard onboard charger when available.",
26902
27154
  "args": [],
26903
27155
  "type": {
26904
27156
  "kind": "OBJECT",
@@ -26910,7 +27162,7 @@
26910
27162
  },
26911
27163
  {
26912
27164
  "name": "alternative",
26913
- "description": "Alternative upgrade for the standard onboard charger when available",
27165
+ "description": "Alternative upgrade for the standard onboard charger when available.",
26914
27166
  "args": [],
26915
27167
  "type": {
26916
27168
  "kind": "OBJECT",
@@ -26933,7 +27185,7 @@
26933
27185
  "fields": [
26934
27186
  {
26935
27187
  "name": "power",
26936
- "description": "Maximum power OBC can accept to charge a battery (standard OBC)",
27188
+ "description": "Maximum power OBC can accept to charge a battery (standard OBC).",
26937
27189
  "args": [],
26938
27190
  "type": {
26939
27191
  "kind": "SCALAR",
@@ -26945,7 +27197,7 @@
26945
27197
  },
26946
27198
  {
26947
27199
  "name": "phases",
26948
- "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC)",
27200
+ "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC).",
26949
27201
  "args": [],
26950
27202
  "type": {
26951
27203
  "kind": "SCALAR",
@@ -26957,7 +27209,7 @@
26957
27209
  },
26958
27210
  {
26959
27211
  "name": "phase_amperage",
26960
- "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC)",
27212
+ "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC).",
26961
27213
  "args": [],
26962
27214
  "type": {
26963
27215
  "kind": "SCALAR",
@@ -26969,7 +27221,7 @@
26969
27221
  },
26970
27222
  {
26971
27223
  "name": "charge_time",
26972
- "description": "Minutes needed to charge from 0% to 100% (standard OBC)",
27224
+ "description": "Minutes needed to charge from 0% to 100% (standard OBC).",
26973
27225
  "args": [],
26974
27226
  "type": {
26975
27227
  "kind": "SCALAR",
@@ -26981,7 +27233,7 @@
26981
27233
  },
26982
27234
  {
26983
27235
  "name": "charge_speed",
26984
- "description": "Charging speed when charging at maximum power (standard OBC), default in kmph",
27236
+ "description": "Charging speed when charging at maximum power (standard OBC), default in kmph.",
26985
27237
  "args": [
26986
27238
  {
26987
27239
  "name": "unit",
@@ -27006,7 +27258,7 @@
27006
27258
  },
27007
27259
  {
27008
27260
  "name": "table",
27009
- "description": "Charging details for the standard OBC at several charging points",
27261
+ "description": "Charging details for the standard OBC at several charging points.",
27010
27262
  "args": [],
27011
27263
  "type": {
27012
27264
  "kind": "LIST",
@@ -27033,7 +27285,7 @@
27033
27285
  "fields": [
27034
27286
  {
27035
27287
  "name": "evse_phase_voltage",
27036
- "description": "Voltage between phase and neutral for this EVSE (phase voltage)",
27288
+ "description": "Voltage between phase and neutral for this EVSE (phase voltage).",
27037
27289
  "args": [],
27038
27290
  "type": {
27039
27291
  "kind": "SCALAR",
@@ -27045,7 +27297,7 @@
27045
27297
  },
27046
27298
  {
27047
27299
  "name": "evse_phase_amperage",
27048
- "description": "Current per phase for this EVSE (phase current)",
27300
+ "description": "Current per phase for this EVSE (phase current).",
27049
27301
  "args": [],
27050
27302
  "type": {
27051
27303
  "kind": "SCALAR",
@@ -27057,7 +27309,7 @@
27057
27309
  },
27058
27310
  {
27059
27311
  "name": "evse_phases",
27060
- "description": "Number of phases for this EVSE",
27312
+ "description": "Number of phases for this EVSE.",
27061
27313
  "args": [],
27062
27314
  "type": {
27063
27315
  "kind": "SCALAR",
@@ -27069,7 +27321,7 @@
27069
27321
  },
27070
27322
  {
27071
27323
  "name": "charge_phase_voltage",
27072
- "description": "Voltage between phase and neutral used by standard OBC (phase voltage)",
27324
+ "description": "Voltage between phase and neutral used by standard OBC (phase voltage).",
27073
27325
  "args": [],
27074
27326
  "type": {
27075
27327
  "kind": "SCALAR",
@@ -27081,7 +27333,7 @@
27081
27333
  },
27082
27334
  {
27083
27335
  "name": "charge_phase_amperage",
27084
- "description": "Current per phase used by standard OBC (phase current)",
27336
+ "description": "Current per phase used by standard OBC (phase current).",
27085
27337
  "args": [],
27086
27338
  "type": {
27087
27339
  "kind": "SCALAR",
@@ -27093,7 +27345,7 @@
27093
27345
  },
27094
27346
  {
27095
27347
  "name": "charge_phases",
27096
- "description": "Number of phases used by standard OBC",
27348
+ "description": "Number of phases used by standard OBC.",
27097
27349
  "args": [],
27098
27350
  "type": {
27099
27351
  "kind": "SCALAR",
@@ -27105,7 +27357,7 @@
27105
27357
  },
27106
27358
  {
27107
27359
  "name": "charge_power",
27108
- "description": "Power used by standard OBC (before OBC losses)",
27360
+ "description": "Power used by standard OBC (before OBC losses).",
27109
27361
  "args": [],
27110
27362
  "type": {
27111
27363
  "kind": "SCALAR",
@@ -27117,7 +27369,7 @@
27117
27369
  },
27118
27370
  {
27119
27371
  "name": "charge_time",
27120
- "description": "Minutes needed to charge from 0% to 100% (standard OBC with this EVSE)",
27372
+ "description": "Minutes needed to charge from 0% to 100% (standard OBC with this EVSE).",
27121
27373
  "args": [],
27122
27374
  "type": {
27123
27375
  "kind": "SCALAR",
@@ -27129,7 +27381,7 @@
27129
27381
  },
27130
27382
  {
27131
27383
  "name": "charge_speed",
27132
- "description": "Charging speed when charging at maximum power (standard OBC with this EVSE), default in kmph",
27384
+ "description": "Charging speed when charging at maximum power (standard OBC with this EVSE), default in kmph.",
27133
27385
  "args": [
27134
27386
  {
27135
27387
  "name": "unit",
@@ -27165,7 +27417,7 @@
27165
27417
  "fields": [
27166
27418
  {
27167
27419
  "name": "power",
27168
- "description": "Maximum power OBC can accept to charge a battery (standard OBC)",
27420
+ "description": "Maximum power OBC can accept to charge a battery (standard OBC).",
27169
27421
  "args": [],
27170
27422
  "type": {
27171
27423
  "kind": "SCALAR",
@@ -27177,7 +27429,7 @@
27177
27429
  },
27178
27430
  {
27179
27431
  "name": "phases",
27180
- "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC)",
27432
+ "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC).",
27181
27433
  "args": [],
27182
27434
  "type": {
27183
27435
  "kind": "SCALAR",
@@ -27189,7 +27441,7 @@
27189
27441
  },
27190
27442
  {
27191
27443
  "name": "phase_amperage",
27192
- "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC)",
27444
+ "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC).",
27193
27445
  "args": [],
27194
27446
  "type": {
27195
27447
  "kind": "SCALAR",
@@ -27201,7 +27453,7 @@
27201
27453
  },
27202
27454
  {
27203
27455
  "name": "charge_time",
27204
- "description": "Minutes needed to charge from 0% to 100% (standard OBC)",
27456
+ "description": "Minutes needed to charge from 0% to 100% (standard OBC).",
27205
27457
  "args": [],
27206
27458
  "type": {
27207
27459
  "kind": "SCALAR",
@@ -27213,7 +27465,7 @@
27213
27465
  },
27214
27466
  {
27215
27467
  "name": "charge_speed",
27216
- "description": "Charging speed when charging at maximum power (standard OBC), default in kmph",
27468
+ "description": "Charging speed when charging at maximum power (standard OBC), default in kmph.",
27217
27469
  "args": [
27218
27470
  {
27219
27471
  "name": "unit",
@@ -27238,7 +27490,7 @@
27238
27490
  },
27239
27491
  {
27240
27492
  "name": "table",
27241
- "description": "Charging details for the standard OBC at several charging points",
27493
+ "description": "Charging details for the standard OBC at several charging points.",
27242
27494
  "args": [],
27243
27495
  "type": {
27244
27496
  "kind": "LIST",
@@ -27265,7 +27517,7 @@
27265
27517
  "fields": [
27266
27518
  {
27267
27519
  "name": "value",
27268
- "description": "Type of charge port on vehicle",
27520
+ "description": "Type of charge port on vehicle.",
27269
27521
  "args": [],
27270
27522
  "type": {
27271
27523
  "kind": "ENUM",
@@ -27277,7 +27529,7 @@
27277
27529
  },
27278
27530
  {
27279
27531
  "name": "is_estimated",
27280
- "description": "Indicates if value is an estimate",
27532
+ "description": "Indicates if value is an estimate.",
27281
27533
  "args": [],
27282
27534
  "type": {
27283
27535
  "kind": "SCALAR",
@@ -27289,7 +27541,7 @@
27289
27541
  },
27290
27542
  {
27291
27543
  "name": "location",
27292
- "description": "Location of charge port",
27544
+ "description": "Location of charge port.",
27293
27545
  "args": [],
27294
27546
  "type": {
27295
27547
  "kind": "SCALAR",
@@ -27312,7 +27564,7 @@
27312
27564
  "fields": [
27313
27565
  {
27314
27566
  "name": "max",
27315
- "description": "Maximum value",
27567
+ "description": "Maximum value.",
27316
27568
  "args": [],
27317
27569
  "type": {
27318
27570
  "kind": "SCALAR",
@@ -27324,7 +27576,7 @@
27324
27576
  },
27325
27577
  {
27326
27578
  "name": "average",
27327
- "description": "Average value",
27579
+ "description": "Average value.",
27328
27580
  "args": [],
27329
27581
  "type": {
27330
27582
  "kind": "SCALAR",
@@ -27347,7 +27599,7 @@
27347
27599
  "fields": [
27348
27600
  {
27349
27601
  "name": "location",
27350
- "description": "Location of charge port",
27602
+ "description": "Location of charge port.",
27351
27603
  "args": [],
27352
27604
  "type": {
27353
27605
  "kind": "SCALAR",
@@ -27359,7 +27611,7 @@
27359
27611
  },
27360
27612
  {
27361
27613
  "name": "is_optional",
27362
- "description": "Indicates if second charge port is optional",
27614
+ "description": "Indicates if second charge port is optional.",
27363
27615
  "args": [],
27364
27616
  "type": {
27365
27617
  "kind": "SCALAR",
@@ -27382,7 +27634,7 @@
27382
27634
  "fields": [
27383
27635
  {
27384
27636
  "name": "power",
27385
- "description": "Maximum power OBC can accept to charge a battery (standard OBC)",
27637
+ "description": "Maximum power OBC can accept to charge a battery (standard OBC).",
27386
27638
  "args": [],
27387
27639
  "type": {
27388
27640
  "kind": "SCALAR",
@@ -27394,7 +27646,7 @@
27394
27646
  },
27395
27647
  {
27396
27648
  "name": "phases",
27397
- "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC)",
27649
+ "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC).",
27398
27650
  "args": [],
27399
27651
  "type": {
27400
27652
  "kind": "SCALAR",
@@ -27406,7 +27658,7 @@
27406
27658
  },
27407
27659
  {
27408
27660
  "name": "phase_amperage",
27409
- "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC)",
27661
+ "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC).",
27410
27662
  "args": [],
27411
27663
  "type": {
27412
27664
  "kind": "SCALAR",
@@ -27418,7 +27670,7 @@
27418
27670
  },
27419
27671
  {
27420
27672
  "name": "charge_time",
27421
- "description": "Minutes needed to charge from 0% to 100% (standard OBC)",
27673
+ "description": "Minutes needed to charge from 0% to 100% (standard OBC).",
27422
27674
  "args": [],
27423
27675
  "type": {
27424
27676
  "kind": "SCALAR",
@@ -27430,7 +27682,7 @@
27430
27682
  },
27431
27683
  {
27432
27684
  "name": "charge_speed",
27433
- "description": "Charging speed when charging at maximum power (standard OBC), default in kmph",
27685
+ "description": "Charging speed when charging at maximum power (standard OBC), default in kmph.",
27434
27686
  "args": [
27435
27687
  {
27436
27688
  "name": "unit",
@@ -27455,7 +27707,7 @@
27455
27707
  },
27456
27708
  {
27457
27709
  "name": "is_estimated",
27458
- "description": "Indicates if Charge_Standard fields are estimated",
27710
+ "description": "Indicates if Charge_Standard fields are estimated.",
27459
27711
  "args": [],
27460
27712
  "type": {
27461
27713
  "kind": "SCALAR",
@@ -27467,7 +27719,7 @@
27467
27719
  },
27468
27720
  {
27469
27721
  "name": "table",
27470
- "description": "Charging details for the standard OBC at several charging points",
27722
+ "description": "Charging details for the standard OBC at several charging points.",
27471
27723
  "args": [],
27472
27724
  "type": {
27473
27725
  "kind": "LIST",
@@ -27494,7 +27746,7 @@
27494
27746
  "fields": [
27495
27747
  {
27496
27748
  "name": "type",
27497
- "description": "Type of drivetrain",
27749
+ "description": "Type of drivetrain.",
27498
27750
  "args": [],
27499
27751
  "type": {
27500
27752
  "kind": "NON_NULL",
@@ -27510,7 +27762,7 @@
27510
27762
  },
27511
27763
  {
27512
27764
  "name": "fuel",
27513
- "description": "Fuel type",
27765
+ "description": "Fuel type.",
27514
27766
  "args": [],
27515
27767
  "type": {
27516
27768
  "kind": "ENUM",
@@ -27522,7 +27774,7 @@
27522
27774
  },
27523
27775
  {
27524
27776
  "name": "propulsion",
27525
- "description": "Propulsion type",
27777
+ "description": "Propulsion type.",
27526
27778
  "args": [],
27527
27779
  "type": {
27528
27780
  "kind": "ENUM",
@@ -27534,7 +27786,7 @@
27534
27786
  },
27535
27787
  {
27536
27788
  "name": "propulsion_is_estimated",
27537
- "description": "Indicates if propulsion field is estimated",
27789
+ "description": "Indicates if propulsion field is estimated.",
27538
27790
  "args": [],
27539
27791
  "type": {
27540
27792
  "kind": "SCALAR",
@@ -27546,7 +27798,7 @@
27546
27798
  },
27547
27799
  {
27548
27800
  "name": "power",
27549
- "description": "Maximum (combined) power output, default in kw",
27801
+ "description": "Maximum (combined) power output, default in kw.",
27550
27802
  "args": [
27551
27803
  {
27552
27804
  "name": "unit",
@@ -27571,7 +27823,7 @@
27571
27823
  },
27572
27824
  {
27573
27825
  "name": "power_is_estimated",
27574
- "description": "Indicates if power field is estimated",
27826
+ "description": "Indicates if power field is estimated.",
27575
27827
  "args": [],
27576
27828
  "type": {
27577
27829
  "kind": "SCALAR",
@@ -27583,7 +27835,7 @@
27583
27835
  },
27584
27836
  {
27585
27837
  "name": "power_hp",
27586
- "description": "Maximum (combine) power output, default in horsepower (PS)",
27838
+ "description": "Maximum (combine) power output, default in horsepower (PS).",
27587
27839
  "args": [
27588
27840
  {
27589
27841
  "name": "unit",
@@ -27608,7 +27860,7 @@
27608
27860
  },
27609
27861
  {
27610
27862
  "name": "torque",
27611
- "description": "Maximum (combine) torque output, default in newton meter",
27863
+ "description": "Maximum (combine) torque output, default in newton meter.",
27612
27864
  "args": [
27613
27865
  {
27614
27866
  "name": "unit",
@@ -27633,7 +27885,7 @@
27633
27885
  },
27634
27886
  {
27635
27887
  "name": "torque_is_estimated",
27636
- "description": "Indicates if torque field is estimated",
27888
+ "description": "Indicates if torque field is estimated.",
27637
27889
  "args": [],
27638
27890
  "type": {
27639
27891
  "kind": "SCALAR",
@@ -27656,7 +27908,7 @@
27656
27908
  "fields": [
27657
27909
  {
27658
27910
  "name": "wltp",
27659
- "description": "Rated efficiency in WLTP combined cycle",
27911
+ "description": "Rated efficiency in WLTP combined cycle.",
27660
27912
  "args": [],
27661
27913
  "type": {
27662
27914
  "kind": "OBJECT",
@@ -27668,7 +27920,7 @@
27668
27920
  },
27669
27921
  {
27670
27922
  "name": "wltp_teh",
27671
- "description": "Rated efficiency in WLTP combined cycle (TEH / least efficient trim)",
27923
+ "description": "Rated efficiency in WLTP combined cycle (TEH / least efficient trim).",
27672
27924
  "args": [],
27673
27925
  "type": {
27674
27926
  "kind": "OBJECT",
@@ -27680,7 +27932,7 @@
27680
27932
  },
27681
27933
  {
27682
27934
  "name": "nedc",
27683
- "description": "Rated efficiency in NEDC combined cycle",
27935
+ "description": "Rated efficiency in NEDC combined cycle.",
27684
27936
  "args": [],
27685
27937
  "type": {
27686
27938
  "kind": "OBJECT",
@@ -27692,7 +27944,7 @@
27692
27944
  },
27693
27945
  {
27694
27946
  "name": "provider",
27695
- "description": "Vehicle efficiency based on provider range",
27947
+ "description": "Vehicle efficiency based on provider range.",
27696
27948
  "args": [],
27697
27949
  "type": {
27698
27950
  "kind": "OBJECT",
@@ -27715,7 +27967,7 @@
27715
27967
  "fields": [
27716
27968
  {
27717
27969
  "name": "value",
27718
- "description": "Rated efficiency in NEDC combined cycle, default in kWh/100 km",
27970
+ "description": "Rated efficiency in NEDC combined cycle, default in kWh/100 km.",
27719
27971
  "args": [
27720
27972
  {
27721
27973
  "name": "unit",
@@ -27740,7 +27992,7 @@
27740
27992
  },
27741
27993
  {
27742
27994
  "name": "fuel_equivalent",
27743
- "description": "Rated efficiency in NEDC combined cycle presented in gas equivalent, default in l/100 km",
27995
+ "description": "Rated efficiency in NEDC combined cycle presented in gas equivalent, default in l/100 km.",
27744
27996
  "args": [
27745
27997
  {
27746
27998
  "name": "unit",
@@ -27765,7 +28017,7 @@
27765
28017
  },
27766
28018
  {
27767
28019
  "name": "vehicle",
27768
- "description": "Rated vehicle efficiency in NEDC combined cycle (based on value), default in kWh/100 km",
28020
+ "description": "Rated vehicle efficiency in NEDC combined cycle (based on value), default in kWh/100 km.",
27769
28021
  "args": [
27770
28022
  {
27771
28023
  "name": "unit",
@@ -27790,7 +28042,7 @@
27790
28042
  },
27791
28043
  {
27792
28044
  "name": "vehicle_fuel_equivalent",
27793
- "description": "Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent, default in l/100 km",
28045
+ "description": "Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent, default in l/100 km.",
27794
28046
  "args": [
27795
28047
  {
27796
28048
  "name": "unit",
@@ -27815,7 +28067,7 @@
27815
28067
  },
27816
28068
  {
27817
28069
  "name": "co2",
27818
- "description": "Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated), default in gr/km",
28070
+ "description": "Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated), default in gr/km.",
27819
28071
  "args": [
27820
28072
  {
27821
28073
  "name": "unit",
@@ -27851,7 +28103,7 @@
27851
28103
  "fields": [
27852
28104
  {
27853
28105
  "name": "value",
27854
- "description": "Vehicle efficiency based on RealRange (usable battery/range), default in kWh/100 km",
28106
+ "description": "Vehicle efficiency based on RealRange (usable battery/range), default in kWh/100 km.",
27855
28107
  "args": [
27856
28108
  {
27857
28109
  "name": "unit",
@@ -27876,7 +28128,7 @@
27876
28128
  },
27877
28129
  {
27878
28130
  "name": "fuel_equivalent",
27879
- "description": "Vehicle efficiency based on RealRange presented in gas equivalent, default in l/100 km",
28131
+ "description": "Vehicle efficiency based on RealRange presented in gas equivalent, default in l/100 km.",
27880
28132
  "args": [
27881
28133
  {
27882
28134
  "name": "unit",
@@ -27901,7 +28153,7 @@
27901
28153
  },
27902
28154
  {
27903
28155
  "name": "worst",
27904
- "description": "Worst conditions are based on -10°C and use of heating",
28156
+ "description": "Worst conditions are based on -10°C and use of heating.",
27905
28157
  "args": [],
27906
28158
  "type": {
27907
28159
  "kind": "OBJECT",
@@ -27913,7 +28165,7 @@
27913
28165
  },
27914
28166
  {
27915
28167
  "name": "best",
27916
- "description": "Best conditions are based on 23°C and no use of A/C",
28168
+ "description": "Best conditions are based on 23°C and no use of A/C.",
27917
28169
  "args": [],
27918
28170
  "type": {
27919
28171
  "kind": "OBJECT",
@@ -27936,7 +28188,7 @@
27936
28188
  "fields": [
27937
28189
  {
27938
28190
  "name": "highway",
27939
- "description": "Estimated value on highway or express roads, default in km",
28191
+ "description": "Estimated value on highway or express roads, default in km.",
27940
28192
  "args": [
27941
28193
  {
27942
28194
  "name": "unit",
@@ -27961,7 +28213,7 @@
27961
28213
  },
27962
28214
  {
27963
28215
  "name": "city",
27964
- "description": "Estimated value on city roads, default in km",
28216
+ "description": "Estimated value on city roads, default in km.",
27965
28217
  "args": [
27966
28218
  {
27967
28219
  "name": "unit",
@@ -27986,7 +28238,7 @@
27986
28238
  },
27987
28239
  {
27988
28240
  "name": "combined",
27989
- "description": "Estimated combined value, default in km",
28241
+ "description": "Estimated combined value, default in km.",
27990
28242
  "args": [
27991
28243
  {
27992
28244
  "name": "unit",
@@ -28022,7 +28274,7 @@
28022
28274
  "fields": [
28023
28275
  {
28024
28276
  "name": "value",
28025
- "description": "Rated efficiency in WLTP combined cycle, default in kWh/100 km",
28277
+ "description": "Rated efficiency in WLTP combined cycle, default in kWh/100 km.",
28026
28278
  "args": [
28027
28279
  {
28028
28280
  "name": "unit",
@@ -28047,7 +28299,7 @@
28047
28299
  },
28048
28300
  {
28049
28301
  "name": "fuel_equivalent",
28050
- "description": "Rated efficiency in WLTP combined cycle presented in gas equivalent, default in l/100 km",
28302
+ "description": "Rated efficiency in WLTP combined cycle presented in gas equivalent, default in l/100 km.",
28051
28303
  "args": [
28052
28304
  {
28053
28305
  "name": "unit",
@@ -28072,7 +28324,7 @@
28072
28324
  },
28073
28325
  {
28074
28326
  "name": "vehicle",
28075
- "description": "Rated vehicle efficiency in WLTP combined cycle (based on value), default in kWh/100 km",
28327
+ "description": "Rated vehicle efficiency in WLTP combined cycle (based on value), default in kWh/100 km.",
28076
28328
  "args": [
28077
28329
  {
28078
28330
  "name": "unit",
@@ -28097,7 +28349,7 @@
28097
28349
  },
28098
28350
  {
28099
28351
  "name": "vehicle_fuel_equivalent",
28100
- "description": "Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent, default in l/100 km",
28352
+ "description": "Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent, default in l/100 km.",
28101
28353
  "args": [
28102
28354
  {
28103
28355
  "name": "unit",
@@ -28122,7 +28374,7 @@
28122
28374
  },
28123
28375
  {
28124
28376
  "name": "co2",
28125
- "description": "Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated), default in gr/km",
28377
+ "description": "Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated), default in gr/km.",
28126
28378
  "args": [
28127
28379
  {
28128
28380
  "name": "unit",
@@ -28158,7 +28410,7 @@
28158
28410
  "fields": [
28159
28411
  {
28160
28412
  "name": "value",
28161
- "description": "Rated efficiency in WLTP TEH combined cycle (TEH/least efficient trim)",
28413
+ "description": "Rated efficiency in WLTP TEH combined cycle (TEH/least efficient trim).",
28162
28414
  "args": [
28163
28415
  {
28164
28416
  "name": "unit",
@@ -28183,7 +28435,7 @@
28183
28435
  },
28184
28436
  {
28185
28437
  "name": "fuel_equivalent",
28186
- "description": "Rated efficiency in WLTP TEH combined cycle presented in gas equivalent, default in l/100 km",
28438
+ "description": "Rated efficiency in WLTP TEH combined cycle presented in gas equivalent, default in l/100 km.",
28187
28439
  "args": [
28188
28440
  {
28189
28441
  "name": "unit",
@@ -28208,7 +28460,7 @@
28208
28460
  },
28209
28461
  {
28210
28462
  "name": "vehicle",
28211
- "description": "Rated vehicle efficiency in WLTP TEH combined cycle (based on value), default in kWh/100 km",
28463
+ "description": "Rated vehicle efficiency in WLTP TEH combined cycle (based on value), default in kWh/100 km.",
28212
28464
  "args": [
28213
28465
  {
28214
28466
  "name": "unit",
@@ -28233,7 +28485,7 @@
28233
28485
  },
28234
28486
  {
28235
28487
  "name": "vehicle_fuel_equivalent",
28236
- "description": "Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent, default in l/100 km",
28488
+ "description": "Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent, default in l/100 km.",
28237
28489
  "args": [
28238
28490
  {
28239
28491
  "name": "unit",
@@ -28258,7 +28510,7 @@
28258
28510
  },
28259
28511
  {
28260
28512
  "name": "co2",
28261
- "description": "Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated), default in gr/km",
28513
+ "description": "Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated), default in gr/km.",
28262
28514
  "args": [
28263
28515
  {
28264
28516
  "name": "unit",
@@ -28294,7 +28546,7 @@
28294
28546
  "fields": [
28295
28547
  {
28296
28548
  "name": "plug",
28297
- "description": "Details about the connector",
28549
+ "description": "Details about the connector.",
28298
28550
  "args": [],
28299
28551
  "type": {
28300
28552
  "kind": "OBJECT",
@@ -28306,7 +28558,7 @@
28306
28558
  },
28307
28559
  {
28308
28560
  "name": "power",
28309
- "description": "Power during fast charging from 10% to 80% SoC (optimal conditions, fastest charger)",
28561
+ "description": "Power during fast charging from 10% to 80% SoC (optimal conditions, fastest charger).",
28310
28562
  "args": [],
28311
28563
  "type": {
28312
28564
  "kind": "OBJECT",
@@ -28318,7 +28570,7 @@
28318
28570
  },
28319
28571
  {
28320
28572
  "name": "charge_time",
28321
- "description": "Minutes needed to charge from 10% to 80%, with average charging power (optimal conditions, fastest charger)",
28573
+ "description": "Minutes needed to charge from 10% to 80%, with average charging power (optimal conditions, fastest charger).",
28322
28574
  "args": [],
28323
28575
  "type": {
28324
28576
  "kind": "SCALAR",
@@ -28330,7 +28582,7 @@
28330
28582
  },
28331
28583
  {
28332
28584
  "name": "charge_speed",
28333
- "description": "Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger), default is kmph",
28585
+ "description": "Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger), default is kmph.",
28334
28586
  "args": [
28335
28587
  {
28336
28588
  "name": "unit",
@@ -28355,7 +28607,7 @@
28355
28607
  },
28356
28608
  {
28357
28609
  "name": "is_optional",
28358
- "description": "Indicates if fast charge is optional in some markets/regions",
28610
+ "description": "Indicates if fast charge is optional in some markets/regions.",
28359
28611
  "args": [],
28360
28612
  "type": {
28361
28613
  "kind": "SCALAR",
@@ -28367,7 +28619,7 @@
28367
28619
  },
28368
28620
  {
28369
28621
  "name": "is_estimated",
28370
- "description": "Indicates what fields are estimated",
28622
+ "description": "Indicates what fields are estimated.",
28371
28623
  "args": [],
28372
28624
  "type": {
28373
28625
  "kind": "SCALAR",
@@ -28379,7 +28631,7 @@
28379
28631
  },
28380
28632
  {
28381
28633
  "name": "table",
28382
- "description": "Charging details for fast charging",
28634
+ "description": "Charging details for fast charging.",
28383
28635
  "args": [],
28384
28636
  "type": {
28385
28637
  "kind": "LIST",
@@ -28406,7 +28658,7 @@
28406
28658
  "fields": [
28407
28659
  {
28408
28660
  "name": "format",
28409
- "description": "Charging details for fast charging (format: ChargerConnector-ChargerPower-AC/DC)",
28661
+ "description": "Charging details for fast charging (format: ChargerConnector-ChargerPower-AC/DC).",
28410
28662
  "args": [],
28411
28663
  "type": {
28412
28664
  "kind": "SCALAR",
@@ -28418,7 +28670,7 @@
28418
28670
  },
28419
28671
  {
28420
28672
  "name": "power",
28421
- "description": "Fast charge power",
28673
+ "description": "Fast charge power.",
28422
28674
  "args": [],
28423
28675
  "type": {
28424
28676
  "kind": "OBJECT",
@@ -28430,7 +28682,7 @@
28430
28682
  },
28431
28683
  {
28432
28684
  "name": "charge_time",
28433
- "description": "Minutes needed to charge from 10% to 80% (optimal conditions)",
28685
+ "description": "Minutes needed to charge from 10% to 80% (optimal conditions).",
28434
28686
  "args": [],
28435
28687
  "type": {
28436
28688
  "kind": "SCALAR",
@@ -28442,7 +28694,7 @@
28442
28694
  },
28443
28695
  {
28444
28696
  "name": "charge_speed",
28445
- "description": "Charging speed during fast charging from 10% to 80% (optimal conditions), default is kmph",
28697
+ "description": "Charging speed during fast charging from 10% to 80% (optimal conditions), default is kmph.",
28446
28698
  "args": [
28447
28699
  {
28448
28700
  "name": "unit",
@@ -28467,7 +28719,7 @@
28467
28719
  },
28468
28720
  {
28469
28721
  "name": "is_limited",
28470
- "description": "Indicates if maximum power during fast charging is limited by the vehicle",
28722
+ "description": "Indicates if maximum power during fast charging is limited by the vehicle.",
28471
28723
  "args": [],
28472
28724
  "type": {
28473
28725
  "kind": "SCALAR",
@@ -28479,7 +28731,7 @@
28479
28731
  },
28480
28732
  {
28481
28733
  "name": "average_is_limited",
28482
- "description": "Indicates if average power during fast charging is limited by the vehicle",
28734
+ "description": "Indicates if average power during fast charging is limited by the vehicle.",
28483
28735
  "args": [],
28484
28736
  "type": {
28485
28737
  "kind": "SCALAR",
@@ -28502,7 +28754,7 @@
28502
28754
  "fields": [
28503
28755
  {
28504
28756
  "name": "provider_details_url",
28505
- "description": "URL for more details",
28757
+ "description": "URL for more details.",
28506
28758
  "args": [],
28507
28759
  "type": {
28508
28760
  "kind": "SCALAR",
@@ -28514,7 +28766,7 @@
28514
28766
  },
28515
28767
  {
28516
28768
  "name": "image",
28517
- "description": "Latest image",
28769
+ "description": "Featured image of the vehicle from a 45-degree angle.",
28518
28770
  "args": [],
28519
28771
  "type": {
28520
28772
  "kind": "NON_NULL",
@@ -28530,7 +28782,7 @@
28530
28782
  },
28531
28783
  {
28532
28784
  "name": "brand",
28533
- "description": "Latest maker logo",
28785
+ "description": "Latest maker logo.",
28534
28786
  "args": [],
28535
28787
  "type": {
28536
28788
  "kind": "NON_NULL",
@@ -28546,7 +28798,7 @@
28546
28798
  },
28547
28799
  {
28548
28800
  "name": "image_list",
28549
- "description": "All images",
28801
+ "description": "All images of the vehicle.",
28550
28802
  "args": [],
28551
28803
  "type": {
28552
28804
  "kind": "NON_NULL",
@@ -28570,7 +28822,7 @@
28570
28822
  },
28571
28823
  {
28572
28824
  "name": "video",
28573
- "description": "Latest video",
28825
+ "description": "Latest video.",
28574
28826
  "args": [],
28575
28827
  "type": {
28576
28828
  "kind": "OBJECT",
@@ -28582,7 +28834,7 @@
28582
28834
  },
28583
28835
  {
28584
28836
  "name": "video_list",
28585
- "description": "All videos",
28837
+ "description": "All videos of the vehicle.",
28586
28838
  "args": [],
28587
28839
  "type": {
28588
28840
  "kind": "LIST",
@@ -28602,7 +28854,7 @@
28602
28854
  },
28603
28855
  {
28604
28856
  "name": "oem_details_url",
28605
- "description": "URL of the OEM page for this vehicle",
28857
+ "description": "URL of the OEM page for this vehicle.",
28606
28858
  "args": [],
28607
28859
  "type": {
28608
28860
  "kind": "SCALAR",
@@ -28625,7 +28877,7 @@
28625
28877
  "fields": [
28626
28878
  {
28627
28879
  "name": "make",
28628
- "description": "Vehicle manufacturer name",
28880
+ "description": "Vehicle manufacturer name.",
28629
28881
  "args": [],
28630
28882
  "type": {
28631
28883
  "kind": "NON_NULL",
@@ -28641,7 +28893,7 @@
28641
28893
  },
28642
28894
  {
28643
28895
  "name": "model",
28644
- "description": "Vehicle model name",
28896
+ "description": "Vehicle model name.",
28645
28897
  "args": [],
28646
28898
  "type": {
28647
28899
  "kind": "NON_NULL",
@@ -28657,7 +28909,7 @@
28657
28909
  },
28658
28910
  {
28659
28911
  "name": "version",
28660
- "description": "Version, edition or submodel of the vehicle",
28912
+ "description": "Version, edition or submodel of the vehicle.",
28661
28913
  "args": [],
28662
28914
  "type": {
28663
28915
  "kind": "SCALAR",
@@ -28669,7 +28921,7 @@
28669
28921
  },
28670
28922
  {
28671
28923
  "name": "edition",
28672
- "description": "Another submodel level of the vehicle",
28924
+ "description": "Another submodel level of the vehicle.",
28673
28925
  "args": [],
28674
28926
  "type": {
28675
28927
  "kind": "SCALAR",
@@ -28681,7 +28933,7 @@
28681
28933
  },
28682
28934
  {
28683
28935
  "name": "chargetrip_version",
28684
- "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide a version name, or uses the same version name across all trims or consecutive years",
28936
+ "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide a version name, or uses the same version name across all trims or consecutive years.",
28685
28937
  "args": [],
28686
28938
  "type": {
28687
28939
  "kind": "NON_NULL",
@@ -28697,7 +28949,7 @@
28697
28949
  },
28698
28950
  {
28699
28951
  "name": "length_version",
28700
- "description": "Vehicle model length version",
28952
+ "description": "Vehicle model length version.",
28701
28953
  "args": [],
28702
28954
  "type": {
28703
28955
  "kind": "SCALAR",
@@ -28709,7 +28961,7 @@
28709
28961
  },
28710
28962
  {
28711
28963
  "name": "height_version",
28712
- "description": "Vehicle model height version",
28964
+ "description": "Vehicle model height version.",
28713
28965
  "args": [],
28714
28966
  "type": {
28715
28967
  "kind": "SCALAR",
@@ -28732,7 +28984,7 @@
28732
28984
  "fields": [
28733
28985
  {
28734
28986
  "name": "acceleration",
28735
- "description": "Acceleration 0-100 km/h, default in seconds",
28987
+ "description": "Acceleration 0-100 km/h, default in seconds.",
28736
28988
  "args": [
28737
28989
  {
28738
28990
  "name": "unit",
@@ -28757,7 +29009,7 @@
28757
29009
  },
28758
29010
  {
28759
29011
  "name": "acceleration_is_estimated",
28760
- "description": "Indicates if acceleration field is estimated",
29012
+ "description": "Indicates if acceleration field is estimated.",
28761
29013
  "args": [],
28762
29014
  "type": {
28763
29015
  "kind": "SCALAR",
@@ -28769,7 +29021,7 @@
28769
29021
  },
28770
29022
  {
28771
29023
  "name": "top_speed",
28772
- "description": "Top speed of the vehicle, default in km/h",
29024
+ "description": "Top speed of the vehicle, default in km/h.",
28773
29025
  "args": [
28774
29026
  {
28775
29027
  "name": "unit",
@@ -28794,7 +29046,7 @@
28794
29046
  },
28795
29047
  {
28796
29048
  "name": "top_speed_is_estimated",
28797
- "description": "Indicates if top_speed field is estimated",
29049
+ "description": "Indicates if top_speed field is estimated.",
28798
29050
  "args": [],
28799
29051
  "type": {
28800
29052
  "kind": "SCALAR",
@@ -28817,7 +29069,7 @@
28817
29069
  "fields": [
28818
29070
  {
28819
29071
  "name": "DE",
28820
- "description": "Starting price for German market",
29072
+ "description": "Starting price for German market.",
28821
29073
  "args": [],
28822
29074
  "type": {
28823
29075
  "kind": "OBJECT",
@@ -28829,7 +29081,7 @@
28829
29081
  },
28830
29082
  {
28831
29083
  "name": "NL",
28832
- "description": "Starting price for Dutch market",
29084
+ "description": "Starting price for Dutch market.",
28833
29085
  "args": [],
28834
29086
  "type": {
28835
29087
  "kind": "OBJECT",
@@ -28841,7 +29093,7 @@
28841
29093
  },
28842
29094
  {
28843
29095
  "name": "GB",
28844
- "description": "Starting price for British market",
29096
+ "description": "Starting price for British market.",
28845
29097
  "args": [],
28846
29098
  "type": {
28847
29099
  "kind": "OBJECT",
@@ -28864,7 +29116,7 @@
28864
29116
  "fields": [
28865
29117
  {
28866
29118
  "name": "value",
28867
- "description": "Starting price for local market expressed in the currency in the field currency",
29119
+ "description": "Starting price for local market expressed in the currency in the field currency.",
28868
29120
  "args": [
28869
29121
  {
28870
29122
  "name": "unit",
@@ -28889,7 +29141,7 @@
28889
29141
  },
28890
29142
  {
28891
29143
  "name": "currency",
28892
- "description": "Currency in which the value without optional field conversion is expressed",
29144
+ "description": "Currency in which the value without optional field conversion is expressed.",
28893
29145
  "args": [],
28894
29146
  "type": {
28895
29147
  "kind": "ENUM",
@@ -28901,7 +29153,7 @@
28901
29153
  },
28902
29154
  {
28903
29155
  "name": "is_estimated",
28904
- "description": "Indicates if price value is based on estimates",
29156
+ "description": "Indicates if price value is based on estimates.",
28905
29157
  "args": [],
28906
29158
  "type": {
28907
29159
  "kind": "SCALAR",
@@ -28913,7 +29165,7 @@
28913
29165
  },
28914
29166
  {
28915
29167
  "name": "grant_applied",
28916
- "description": "Grant is applied to value",
29168
+ "description": "Grant is applied to value.",
28917
29169
  "args": [],
28918
29170
  "type": {
28919
29171
  "kind": "SCALAR",
@@ -28936,7 +29188,7 @@
28936
29188
  "fields": [
28937
29189
  {
28938
29190
  "name": "wltp",
28939
- "description": "Rated range in WLTP combined cycle (NULL if not WLTP rated), default in km",
29191
+ "description": "Rated range in WLTP combined cycle (NULL if not WLTP rated), default in km.",
28940
29192
  "args": [
28941
29193
  {
28942
29194
  "name": "unit",
@@ -28961,7 +29213,7 @@
28961
29213
  },
28962
29214
  {
28963
29215
  "name": "wltp_is_estimated",
28964
- "description": "Indicates if WLTP range is estimated (NULL if not WLTP rated)",
29216
+ "description": "Indicates if WLTP range is estimated (NULL if not WLTP rated).",
28965
29217
  "args": [],
28966
29218
  "type": {
28967
29219
  "kind": "SCALAR",
@@ -28973,7 +29225,7 @@
28973
29225
  },
28974
29226
  {
28975
29227
  "name": "wltp_teh",
28976
- "description": "Rated range in WLTP (TEH/least efficient trim) combined cycle (NULL if not WLTP rated)",
29228
+ "description": "Rated range in WLTP (TEH/least efficient trim) combined cycle (NULL if not WLTP rated).",
28977
29229
  "args": [],
28978
29230
  "type": {
28979
29231
  "kind": "SCALAR",
@@ -28985,7 +29237,7 @@
28985
29237
  },
28986
29238
  {
28987
29239
  "name": "nedc",
28988
- "description": "Rated range in NEDC combined cycle (NULL if not NEDC rated), default in km",
29240
+ "description": "Rated range in NEDC combined cycle (NULL if not NEDC rated), default in km.",
28989
29241
  "args": [
28990
29242
  {
28991
29243
  "name": "unit",
@@ -29010,7 +29262,7 @@
29010
29262
  },
29011
29263
  {
29012
29264
  "name": "nedc_is_estimated",
29013
- "description": "Indicates if NEDC range is estimated (NULL if not NEDC rated)",
29265
+ "description": "Indicates if NEDC range is estimated (NULL if not NEDC rated).",
29014
29266
  "args": [],
29015
29267
  "type": {
29016
29268
  "kind": "SCALAR",
@@ -29022,7 +29274,7 @@
29022
29274
  },
29023
29275
  {
29024
29276
  "name": "provider",
29025
- "description": "Index range, default in km",
29277
+ "description": "Index range, default in km.",
29026
29278
  "args": [
29027
29279
  {
29028
29280
  "name": "unit",
@@ -29047,7 +29299,7 @@
29047
29299
  },
29048
29300
  {
29049
29301
  "name": "provider_is_estimated",
29050
- "description": "Indicates if index range is estimated",
29302
+ "description": "Indicates if index range is estimated.",
29051
29303
  "args": [],
29052
29304
  "type": {
29053
29305
  "kind": "SCALAR",
@@ -29059,7 +29311,7 @@
29059
29311
  },
29060
29312
  {
29061
29313
  "name": "worst",
29062
- "description": "Worst conditions are based on -10°C and use of heating",
29314
+ "description": "Worst conditions are based on -10°C and use of heating.",
29063
29315
  "args": [],
29064
29316
  "type": {
29065
29317
  "kind": "NON_NULL",
@@ -29075,7 +29327,7 @@
29075
29327
  },
29076
29328
  {
29077
29329
  "name": "best",
29078
- "description": "Best conditions are based on 23°C and no use of A/C",
29330
+ "description": "Best conditions are based on 23°C and no use of A/C.",
29079
29331
  "args": [],
29080
29332
  "type": {
29081
29333
  "kind": "NON_NULL",
@@ -29091,7 +29343,7 @@
29091
29343
  },
29092
29344
  {
29093
29345
  "name": "chargetrip_range",
29094
- "description": "Is an index value of what we consider to be the real-world range. (Comparable to Range_Real from EV Database.) It is essentially a normalized range to display on the front-end.",
29346
+ "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\nCT 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.",
29095
29347
  "args": [],
29096
29348
  "type": {
29097
29349
  "kind": "NON_NULL",
@@ -29118,7 +29370,7 @@
29118
29370
  "fields": [
29119
29371
  {
29120
29372
  "name": "highway",
29121
- "description": "Estimated value on highway or express roads, default in km",
29373
+ "description": "Estimated value on highway or express roads, default in km.",
29122
29374
  "args": [
29123
29375
  {
29124
29376
  "name": "unit",
@@ -29134,16 +29386,20 @@
29134
29386
  }
29135
29387
  ],
29136
29388
  "type": {
29137
- "kind": "SCALAR",
29138
- "name": "Float",
29139
- "ofType": null
29389
+ "kind": "NON_NULL",
29390
+ "name": null,
29391
+ "ofType": {
29392
+ "kind": "SCALAR",
29393
+ "name": "Float",
29394
+ "ofType": null
29395
+ }
29140
29396
  },
29141
29397
  "isDeprecated": false,
29142
29398
  "deprecationReason": null
29143
29399
  },
29144
29400
  {
29145
29401
  "name": "city",
29146
- "description": "Estimated value on city roads, default in km",
29402
+ "description": "Estimated value on city roads, default in km.",
29147
29403
  "args": [
29148
29404
  {
29149
29405
  "name": "unit",
@@ -29159,16 +29415,20 @@
29159
29415
  }
29160
29416
  ],
29161
29417
  "type": {
29162
- "kind": "SCALAR",
29163
- "name": "Float",
29164
- "ofType": null
29418
+ "kind": "NON_NULL",
29419
+ "name": null,
29420
+ "ofType": {
29421
+ "kind": "SCALAR",
29422
+ "name": "Float",
29423
+ "ofType": null
29424
+ }
29165
29425
  },
29166
29426
  "isDeprecated": false,
29167
29427
  "deprecationReason": null
29168
29428
  },
29169
29429
  {
29170
29430
  "name": "combined",
29171
- "description": "Estimated combined value, default in km",
29431
+ "description": "Estimated combined value, default in km.",
29172
29432
  "args": [
29173
29433
  {
29174
29434
  "name": "unit",
@@ -29184,9 +29444,13 @@
29184
29444
  }
29185
29445
  ],
29186
29446
  "type": {
29187
- "kind": "SCALAR",
29188
- "name": "Float",
29189
- "ofType": null
29447
+ "kind": "NON_NULL",
29448
+ "name": null,
29449
+ "ofType": {
29450
+ "kind": "SCALAR",
29451
+ "name": "Float",
29452
+ "ofType": null
29453
+ }
29190
29454
  },
29191
29455
  "isDeprecated": false,
29192
29456
  "deprecationReason": null
@@ -29204,7 +29468,7 @@
29204
29468
  "fields": [
29205
29469
  {
29206
29470
  "name": "fast_charging_support",
29207
- "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh",
29471
+ "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh.",
29208
29472
  "args": [],
29209
29473
  "type": {
29210
29474
  "kind": "NON_NULL",
@@ -29220,7 +29484,7 @@
29220
29484
  },
29221
29485
  {
29222
29486
  "name": "drag_coefficient",
29223
- "description": "Drag coefficient",
29487
+ "description": "Drag coefficient.",
29224
29488
  "args": [],
29225
29489
  "type": {
29226
29490
  "kind": "NON_NULL",
@@ -29236,7 +29500,7 @@
29236
29500
  },
29237
29501
  {
29238
29502
  "name": "tire_pressure",
29239
- "description": "Tire pressure recommended by manufacturer, default in bar",
29503
+ "description": "Tire pressure recommended by manufacturer, default in bar.",
29240
29504
  "args": [
29241
29505
  {
29242
29506
  "name": "unit",
@@ -29265,7 +29529,7 @@
29265
29529
  },
29266
29530
  {
29267
29531
  "name": "consumption",
29268
- "description": "Extra consumption model",
29532
+ "description": "Extra consumption model.",
29269
29533
  "args": [],
29270
29534
  "type": {
29271
29535
  "kind": "OBJECT",
@@ -29277,7 +29541,7 @@
29277
29541
  },
29278
29542
  {
29279
29543
  "name": "fuel_consumption",
29280
- "description": "Amount of petrol that an equivalent petrol vehicle would consume, default in l/100 km",
29544
+ "description": "Amount of petrol that an equivalent petrol vehicle would consume, default in l/100 km.",
29281
29545
  "args": [
29282
29546
  {
29283
29547
  "name": "unit",
@@ -29313,7 +29577,7 @@
29313
29577
  "fields": [
29314
29578
  {
29315
29579
  "name": "aux",
29316
- "description": "Consumption, in kWh, of the auxiliaries",
29580
+ "description": "Consumption, in kWh, of the auxiliaries.",
29317
29581
  "args": [],
29318
29582
  "type": {
29319
29583
  "kind": "OBJECT",
@@ -29325,7 +29589,7 @@
29325
29589
  },
29326
29590
  {
29327
29591
  "name": "bms",
29328
- "description": "Consumption, in kWh, of the battery management system",
29592
+ "description": "Consumption, in kWh, of the battery management system.",
29329
29593
  "args": [],
29330
29594
  "type": {
29331
29595
  "kind": "OBJECT",
@@ -29337,7 +29601,7 @@
29337
29601
  },
29338
29602
  {
29339
29603
  "name": "idle",
29340
- "description": "Consumption, in kWh, of the vehicle in idle mode",
29604
+ "description": "Consumption, in kWh, of the vehicle in idle mode.",
29341
29605
  "args": [],
29342
29606
  "type": {
29343
29607
  "kind": "OBJECT",
@@ -29360,7 +29624,7 @@
29360
29624
  "fields": [
29361
29625
  {
29362
29626
  "name": "best",
29363
- "description": "Best (lowest) consumption in summer",
29627
+ "description": "Best (lowest) consumption in summer.",
29364
29628
  "args": [],
29365
29629
  "type": {
29366
29630
  "kind": "SCALAR",
@@ -29372,7 +29636,7 @@
29372
29636
  },
29373
29637
  {
29374
29638
  "name": "worst",
29375
- "description": "Best (lowest) consumption in winter",
29639
+ "description": "Best (lowest) consumption in winter.",
29376
29640
  "args": [],
29377
29641
  "type": {
29378
29642
  "kind": "SCALAR",
@@ -29395,7 +29659,7 @@
29395
29659
  "fields": [
29396
29660
  {
29397
29661
  "name": "isofix_seats",
29398
- "description": "Number of seats equipped with ISOFIX",
29662
+ "description": "Number of seats equipped with ISOFIX.",
29399
29663
  "args": [],
29400
29664
  "type": {
29401
29665
  "kind": "SCALAR",
@@ -29407,7 +29671,7 @@
29407
29671
  },
29408
29672
  {
29409
29673
  "name": "euro_ncap",
29410
- "description": "EuroNCAP results",
29674
+ "description": "EuroNCAP results.",
29411
29675
  "args": [],
29412
29676
  "type": {
29413
29677
  "kind": "OBJECT",
@@ -29430,7 +29694,7 @@
29430
29694
  "fields": [
29431
29695
  {
29432
29696
  "name": "rating",
29433
- "description": "EuroNCAP rating (out of 5 stars)",
29697
+ "description": "EuroNCAP rating (out of 5 stars).",
29434
29698
  "args": [],
29435
29699
  "type": {
29436
29700
  "kind": "SCALAR",
@@ -29442,7 +29706,7 @@
29442
29706
  },
29443
29707
  {
29444
29708
  "name": "year",
29445
- "description": "EuroNCAP year of rating",
29709
+ "description": "EuroNCAP year of rating.",
29446
29710
  "args": [],
29447
29711
  "type": {
29448
29712
  "kind": "SCALAR",
@@ -29454,7 +29718,7 @@
29454
29718
  },
29455
29719
  {
29456
29720
  "name": "adult",
29457
- "description": "EuroNCAP rating of adult protection (out of 100%)",
29721
+ "description": "EuroNCAP rating of adult protection (out of 100%).",
29458
29722
  "args": [],
29459
29723
  "type": {
29460
29724
  "kind": "SCALAR",
@@ -29466,7 +29730,7 @@
29466
29730
  },
29467
29731
  {
29468
29732
  "name": "child",
29469
- "description": "EuroNCAP rating of child protection (out of 100%)",
29733
+ "description": "EuroNCAP rating of child protection (out of 100%).",
29470
29734
  "args": [],
29471
29735
  "type": {
29472
29736
  "kind": "SCALAR",
@@ -29478,7 +29742,7 @@
29478
29742
  },
29479
29743
  {
29480
29744
  "name": "vru",
29481
- "description": "EuroNCAP rating of vulnerable road users (out of 100%)",
29745
+ "description": "EuroNCAP rating of vulnerable road users (out of 100%).",
29482
29746
  "args": [],
29483
29747
  "type": {
29484
29748
  "kind": "SCALAR",
@@ -29490,7 +29754,7 @@
29490
29754
  },
29491
29755
  {
29492
29756
  "name": "sa",
29493
- "description": "EuroNCAP rating of safety assists (out of 100%)",
29757
+ "description": "EuroNCAP rating of safety assists (out of 100%).",
29494
29758
  "args": [],
29495
29759
  "type": {
29496
29760
  "kind": "SCALAR",
@@ -29509,26 +29773,26 @@
29509
29773
  {
29510
29774
  "kind": "ENUM",
29511
29775
  "name": "VehiclePropulsion",
29512
- "description": "Propulsion",
29776
+ "description": "Propulsion.",
29513
29777
  "fields": null,
29514
29778
  "inputFields": null,
29515
29779
  "interfaces": null,
29516
29780
  "enumValues": [
29517
29781
  {
29518
29782
  "name": "AWD",
29519
- "description": "All-wheel drive vehicle",
29783
+ "description": "All-wheel drive vehicle.",
29520
29784
  "isDeprecated": false,
29521
29785
  "deprecationReason": null
29522
29786
  },
29523
29787
  {
29524
29788
  "name": "Front",
29525
- "description": "Front-wheel drive vehicle",
29789
+ "description": "Front-wheel drive vehicle.",
29526
29790
  "isDeprecated": false,
29527
29791
  "deprecationReason": null
29528
29792
  },
29529
29793
  {
29530
29794
  "name": "Rear",
29531
- "description": "Rear-wheel drive vehicle",
29795
+ "description": "Rear-wheel drive vehicle.",
29532
29796
  "isDeprecated": false,
29533
29797
  "deprecationReason": null
29534
29798
  }
@@ -29538,32 +29802,61 @@
29538
29802
  {
29539
29803
  "kind": "ENUM",
29540
29804
  "name": "VehicleProviderStatus",
29541
- "description": "Status of a vehicle provider",
29805
+ "description": "Status of a vehicle provider.",
29542
29806
  "fields": null,
29543
29807
  "inputFields": null,
29544
29808
  "interfaces": null,
29545
29809
  "enumValues": [
29546
29810
  {
29547
29811
  "name": "new",
29548
- "description": "Is imported from any of the data providers",
29812
+ "description": "Is imported from any of the data providers.",
29549
29813
  "isDeprecated": false,
29550
29814
  "deprecationReason": null
29551
29815
  },
29552
29816
  {
29553
29817
  "name": "attached",
29554
- "description": "Has been attached to core vehicle",
29818
+ "description": "Has been attached to core vehicle.",
29555
29819
  "isDeprecated": false,
29556
29820
  "deprecationReason": null
29557
29821
  },
29558
29822
  {
29559
29823
  "name": "detached",
29560
- "description": "Has been detached from a core vehicle",
29824
+ "description": "Has been detached from a core vehicle.",
29561
29825
  "isDeprecated": false,
29562
29826
  "deprecationReason": null
29563
29827
  },
29564
29828
  {
29565
29829
  "name": "archived",
29566
- "description": "Has been archived by database maintainer",
29830
+ "description": "Has been archived by database maintainer.",
29831
+ "isDeprecated": false,
29832
+ "deprecationReason": null
29833
+ }
29834
+ ],
29835
+ "possibleTypes": null
29836
+ },
29837
+ {
29838
+ "kind": "ENUM",
29839
+ "name": "VehiclePurpose",
29840
+ "description": null,
29841
+ "fields": null,
29842
+ "inputFields": null,
29843
+ "interfaces": null,
29844
+ "enumValues": [
29845
+ {
29846
+ "name": "passenger",
29847
+ "description": "Vehicle intended for the transportation of passengers.",
29848
+ "isDeprecated": false,
29849
+ "deprecationReason": null
29850
+ },
29851
+ {
29852
+ "name": "cargo",
29853
+ "description": "Vehicle intended for the transportation of cargo.",
29854
+ "isDeprecated": false,
29855
+ "deprecationReason": null
29856
+ },
29857
+ {
29858
+ "name": "utility",
29859
+ "description": "Vehicle intended for the transportation of everything except cargo or passengers. Eg: ambulances, agricultural vehicles, etcetera.",
29567
29860
  "isDeprecated": false,
29568
29861
  "deprecationReason": null
29569
29862
  }
@@ -29577,7 +29870,7 @@
29577
29870
  "fields": [
29578
29871
  {
29579
29872
  "name": "provider",
29580
- "description": "Index range, default in km",
29873
+ "description": "Index range, default in km.",
29581
29874
  "args": [
29582
29875
  {
29583
29876
  "name": "unit",
@@ -29602,7 +29895,7 @@
29602
29895
  },
29603
29896
  {
29604
29897
  "name": "provider_is_estimated",
29605
- "description": "Indicates if index range is estimated",
29898
+ "description": "Indicates if index range is estimated.",
29606
29899
  "args": [],
29607
29900
  "type": {
29608
29901
  "kind": "SCALAR",
@@ -29614,7 +29907,7 @@
29614
29907
  },
29615
29908
  {
29616
29909
  "name": "worst",
29617
- "description": "Worst conditions are based on -10°C and use of heating",
29910
+ "description": "Worst conditions are based on -10°C and use of heating.",
29618
29911
  "args": [],
29619
29912
  "type": {
29620
29913
  "kind": "NON_NULL",
@@ -29630,7 +29923,7 @@
29630
29923
  },
29631
29924
  {
29632
29925
  "name": "best",
29633
- "description": "Best conditions are based on 23°C and no use of A/C",
29926
+ "description": "Best conditions are based on 23°C and no use of A/C.",
29634
29927
  "args": [],
29635
29928
  "type": {
29636
29929
  "kind": "NON_NULL",
@@ -29646,7 +29939,7 @@
29646
29939
  },
29647
29940
  {
29648
29941
  "name": "chargetrip_range",
29649
- "description": "Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data",
29942
+ "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\nCT 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.",
29650
29943
  "args": [],
29651
29944
  "type": {
29652
29945
  "kind": "NON_NULL",
@@ -29673,7 +29966,7 @@
29673
29966
  "fields": [
29674
29967
  {
29675
29968
  "name": "highway",
29676
- "description": "Estimated value on the highway or express roads, default in km",
29969
+ "description": "Estimated value on the highway or express roads, default in km.",
29677
29970
  "args": [
29678
29971
  {
29679
29972
  "name": "unit",
@@ -29702,7 +29995,7 @@
29702
29995
  },
29703
29996
  {
29704
29997
  "name": "city",
29705
- "description": "Estimated value on the cities road, default in km",
29998
+ "description": "Estimated value on the cities road, default in km.",
29706
29999
  "args": [
29707
30000
  {
29708
30001
  "name": "unit",
@@ -29731,7 +30024,7 @@
29731
30024
  },
29732
30025
  {
29733
30026
  "name": "combined",
29734
- "description": "Estimated combined value, default in km",
30027
+ "description": "Estimated combined value, default in km.",
29735
30028
  "args": [
29736
30029
  {
29737
30030
  "name": "unit",
@@ -29764,6 +30057,53 @@
29764
30057
  "enumValues": null,
29765
30058
  "possibleTypes": null
29766
30059
  },
30060
+ {
30061
+ "kind": "ENUM",
30062
+ "name": "VehicleRegion",
30063
+ "description": null,
30064
+ "fields": null,
30065
+ "inputFields": null,
30066
+ "interfaces": null,
30067
+ "enumValues": [
30068
+ {
30069
+ "name": "AF",
30070
+ "description": "Africa.",
30071
+ "isDeprecated": false,
30072
+ "deprecationReason": null
30073
+ },
30074
+ {
30075
+ "name": "AS",
30076
+ "description": "Asia.",
30077
+ "isDeprecated": false,
30078
+ "deprecationReason": null
30079
+ },
30080
+ {
30081
+ "name": "EU",
30082
+ "description": "Europe.",
30083
+ "isDeprecated": false,
30084
+ "deprecationReason": null
30085
+ },
30086
+ {
30087
+ "name": "NA",
30088
+ "description": "North America.",
30089
+ "isDeprecated": false,
30090
+ "deprecationReason": null
30091
+ },
30092
+ {
30093
+ "name": "OC",
30094
+ "description": "Oceania.",
30095
+ "isDeprecated": false,
30096
+ "deprecationReason": null
30097
+ },
30098
+ {
30099
+ "name": "SA",
30100
+ "description": "South America.",
30101
+ "isDeprecated": false,
30102
+ "deprecationReason": null
30103
+ }
30104
+ ],
30105
+ "possibleTypes": null
30106
+ },
29767
30107
  {
29768
30108
  "kind": "OBJECT",
29769
30109
  "name": "VehicleRouting",
@@ -29771,7 +30111,7 @@
29771
30111
  "fields": [
29772
30112
  {
29773
30113
  "name": "fast_charging_support",
29774
- "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh",
30114
+ "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh.",
29775
30115
  "args": [],
29776
30116
  "type": {
29777
30117
  "kind": "NON_NULL",
@@ -29849,32 +30189,91 @@
29849
30189
  {
29850
30190
  "kind": "ENUM",
29851
30191
  "name": "VehicleStatus",
29852
- "description": "Status of a vehicle",
30192
+ "description": "Status of a vehicle.",
29853
30193
  "fields": null,
29854
30194
  "inputFields": null,
29855
30195
  "interfaces": null,
29856
30196
  "enumValues": [
29857
30197
  {
29858
30198
  "name": "draft",
29859
- "description": "Is being reviewed by a human operator",
30199
+ "description": "Is being reviewed by a human operator.",
29860
30200
  "isDeprecated": false,
29861
30201
  "deprecationReason": null
29862
30202
  },
29863
30203
  {
29864
30204
  "name": "public",
29865
- "description": "Is public and can be used by a customer",
30205
+ "description": "Is public and can be used by a customer.",
29866
30206
  "isDeprecated": false,
29867
30207
  "deprecationReason": null
29868
30208
  },
29869
30209
  {
29870
30210
  "name": "private",
29871
- "description": "Is private and can be used by a human operator",
30211
+ "description": "Is private and can be used by a human operator.",
29872
30212
  "isDeprecated": false,
29873
30213
  "deprecationReason": null
29874
30214
  },
29875
30215
  {
29876
30216
  "name": "archived",
29877
- "description": "Is archived and can not be used",
30217
+ "description": "Is archived and can not be used.",
30218
+ "isDeprecated": false,
30219
+ "deprecationReason": null
30220
+ }
30221
+ ],
30222
+ "possibleTypes": null
30223
+ },
30224
+ {
30225
+ "kind": "ENUM",
30226
+ "name": "VehicleType",
30227
+ "description": null,
30228
+ "fields": null,
30229
+ "inputFields": null,
30230
+ "interfaces": null,
30231
+ "enumValues": [
30232
+ {
30233
+ "name": "motorcycle",
30234
+ "description": "Any motor vehicle with two wheels or a motor vehicle with no more than four wheels, does not have parallel seating, and is controlled by means of handlebars.",
30235
+ "isDeprecated": false,
30236
+ "deprecationReason": null
30237
+ },
30238
+ {
30239
+ "name": "microcar",
30240
+ "description": "A motor vehicle with three or four wheels that is not a Motorcycle, Pickup, Van, Truck, or Utility vehicle and either has a top speed of less than 60kph or an unladen weight of less than 400kg.",
30241
+ "isDeprecated": false,
30242
+ "deprecationReason": null
30243
+ },
30244
+ {
30245
+ "name": "car",
30246
+ "description": "A motor vehicle that does not have an enclosed cab, is not a microcar or utility vehicle, is capable of carrying eight or fewer people, and that has less than one third of its internal volume dedicated to cargo, living, or sleeping space in its default configuration.",
30247
+ "isDeprecated": false,
30248
+ "deprecationReason": null
30249
+ },
30250
+ {
30251
+ "name": "pickup",
30252
+ "description": "A motor vehicle that has an enclosed cab, is not a utility vehicle, and has a fixed, non-articulated, open-top back cargo bed that is enclosed on at least three sides.",
30253
+ "isDeprecated": false,
30254
+ "deprecationReason": null
30255
+ },
30256
+ {
30257
+ "name": "van",
30258
+ "description": "A motor vehicle that does not have an enclosed cab, is not a utility vehicle, that fulfills exactly one of the following conditions:\n1) It is capable of carrying more than eight but less than twenty people.\n2) At least one third of its internal volume is dedicated to cargo space in its default configuration.\n3) It is the passenger variant of a vehicle that meets criterion 2.",
30259
+ "isDeprecated": false,
30260
+ "deprecationReason": null
30261
+ },
30262
+ {
30263
+ "name": "bus",
30264
+ "description": "A motor vehicle that does not have an enclosed cab, is not a Utility vehicle, and is capable of carrying 20 or more people in its default configuration.",
30265
+ "isDeprecated": false,
30266
+ "deprecationReason": null
30267
+ },
30268
+ {
30269
+ "name": "truck",
30270
+ "description": "A motor vehicle that has an enclosed cab and is not a Pickup or Utility vehicle.",
30271
+ "isDeprecated": false,
30272
+ "deprecationReason": null
30273
+ },
30274
+ {
30275
+ "name": "utility",
30276
+ "description": "A motor vehicle that fulfills at least one of the following conditions:\n1) It does not have wheels.\n2) It has some mode of locomotion other than wheels in its default configuration such as treads, skis, or floats.\n3) It is capable of air or water travel in its default configuration.\n4) It was manufactured primarily for some purpose other than transporting cargo or passengers.\n5) It does not conform to any of the criteria for the other vehicle categories.",
29878
30277
  "isDeprecated": false,
29879
30278
  "deprecationReason": null
29880
30279
  }
@@ -29888,7 +30287,7 @@
29888
30287
  "fields": [
29889
30288
  {
29890
30289
  "name": "id",
29891
- "description": "Video id",
30290
+ "description": "Video id.",
29892
30291
  "args": [],
29893
30292
  "type": {
29894
30293
  "kind": "SCALAR",
@@ -29900,7 +30299,7 @@
29900
30299
  },
29901
30300
  {
29902
30301
  "name": "url",
29903
- "description": "Full path URL of a video",
30302
+ "description": "Full path URL of a video.",
29904
30303
  "args": [],
29905
30304
  "type": {
29906
30305
  "kind": "SCALAR",