@chargetrip/types 1.20.0 → 1.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +127 -4
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +127 -4
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +441 -43
- package/graphql.schema.json +2100 -127
- package/package.json +4 -3
- package/src/graphql.ts +474 -43
- package/CHANGELOG.md +0 -154
package/graphql.schema.json
CHANGED
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
},
|
|
622
622
|
{
|
|
623
623
|
"name": "fastChargingSupport",
|
|
624
|
-
"description": "Cars that support fast charging have a minimum charging speed of 43
|
|
624
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
625
625
|
"args": [],
|
|
626
626
|
"type": {
|
|
627
627
|
"kind": "SCALAR",
|
|
@@ -1701,7 +1701,7 @@
|
|
|
1701
1701
|
},
|
|
1702
1702
|
{
|
|
1703
1703
|
"name": "fastChargingSupport",
|
|
1704
|
-
"description": "Cars that support fast charging have a minimum charging speed of 43
|
|
1704
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
1705
1705
|
"args": [],
|
|
1706
1706
|
"type": {
|
|
1707
1707
|
"kind": "SCALAR",
|
|
@@ -2372,7 +2372,7 @@
|
|
|
2372
2372
|
"fields": [
|
|
2373
2373
|
{
|
|
2374
2374
|
"name": "fast_charging_support",
|
|
2375
|
-
"description": "
|
|
2375
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
2376
2376
|
"args": [],
|
|
2377
2377
|
"type": {
|
|
2378
2378
|
"kind": "SCALAR",
|
|
@@ -2637,7 +2637,7 @@
|
|
|
2637
2637
|
"args": [],
|
|
2638
2638
|
"type": {
|
|
2639
2639
|
"kind": "ENUM",
|
|
2640
|
-
"name": "
|
|
2640
|
+
"name": "ConnectorType",
|
|
2641
2641
|
"ofType": null
|
|
2642
2642
|
},
|
|
2643
2643
|
"isDeprecated": false,
|
|
@@ -3796,7 +3796,7 @@
|
|
|
3796
3796
|
"args": [],
|
|
3797
3797
|
"type": {
|
|
3798
3798
|
"kind": "ENUM",
|
|
3799
|
-
"name": "
|
|
3799
|
+
"name": "ConnectorType",
|
|
3800
3800
|
"ofType": null
|
|
3801
3801
|
},
|
|
3802
3802
|
"isDeprecated": false,
|
|
@@ -5275,7 +5275,7 @@
|
|
|
5275
5275
|
"fields": [
|
|
5276
5276
|
{
|
|
5277
5277
|
"name": "fast_charging_support",
|
|
5278
|
-
"description": "
|
|
5278
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
5279
5279
|
"args": [],
|
|
5280
5280
|
"type": {
|
|
5281
5281
|
"kind": "SCALAR",
|
|
@@ -5705,7 +5705,7 @@
|
|
|
5705
5705
|
"fields": [
|
|
5706
5706
|
{
|
|
5707
5707
|
"name": "fast_charging_support",
|
|
5708
|
-
"description": "
|
|
5708
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
5709
5709
|
"args": [],
|
|
5710
5710
|
"type": {
|
|
5711
5711
|
"kind": "SCALAR",
|
|
@@ -5825,7 +5825,7 @@
|
|
|
5825
5825
|
"args": [],
|
|
5826
5826
|
"type": {
|
|
5827
5827
|
"kind": "ENUM",
|
|
5828
|
-
"name": "
|
|
5828
|
+
"name": "ConnectorType",
|
|
5829
5829
|
"ofType": null
|
|
5830
5830
|
},
|
|
5831
5831
|
"isDeprecated": false,
|
|
@@ -6049,7 +6049,7 @@
|
|
|
6049
6049
|
"args": [],
|
|
6050
6050
|
"type": {
|
|
6051
6051
|
"kind": "ENUM",
|
|
6052
|
-
"name": "
|
|
6052
|
+
"name": "ConnectorType",
|
|
6053
6053
|
"ofType": null
|
|
6054
6054
|
},
|
|
6055
6055
|
"isDeprecated": false,
|
|
@@ -6194,6 +6194,18 @@
|
|
|
6194
6194
|
},
|
|
6195
6195
|
"isDeprecated": false,
|
|
6196
6196
|
"deprecationReason": null
|
|
6197
|
+
},
|
|
6198
|
+
{
|
|
6199
|
+
"name": "pricing",
|
|
6200
|
+
"description": "Charging prices, only available when using the EcoMovement database",
|
|
6201
|
+
"args": [],
|
|
6202
|
+
"type": {
|
|
6203
|
+
"kind": "OBJECT",
|
|
6204
|
+
"name": "Pricing",
|
|
6205
|
+
"ofType": null
|
|
6206
|
+
},
|
|
6207
|
+
"isDeprecated": false,
|
|
6208
|
+
"deprecationReason": null
|
|
6197
6209
|
}
|
|
6198
6210
|
],
|
|
6199
6211
|
"inputFields": null,
|
|
@@ -6201,6 +6213,251 @@
|
|
|
6201
6213
|
"enumValues": null,
|
|
6202
6214
|
"possibleTypes": null
|
|
6203
6215
|
},
|
|
6216
|
+
{
|
|
6217
|
+
"kind": "ENUM",
|
|
6218
|
+
"name": "ConnectorType",
|
|
6219
|
+
"description": "The socket or plug standard of the charging point.",
|
|
6220
|
+
"fields": null,
|
|
6221
|
+
"inputFields": null,
|
|
6222
|
+
"interfaces": null,
|
|
6223
|
+
"enumValues": [
|
|
6224
|
+
{
|
|
6225
|
+
"name": "CHADEMO",
|
|
6226
|
+
"description": "The connector type is CHAdeMO, DC",
|
|
6227
|
+
"isDeprecated": false,
|
|
6228
|
+
"deprecationReason": null
|
|
6229
|
+
},
|
|
6230
|
+
{
|
|
6231
|
+
"name": "DOMESTIC_A",
|
|
6232
|
+
"description": "Standard/domestic household, type \"A\", NEMA 1-15, 2 pins",
|
|
6233
|
+
"isDeprecated": false,
|
|
6234
|
+
"deprecationReason": null
|
|
6235
|
+
},
|
|
6236
|
+
{
|
|
6237
|
+
"name": "DOMESTIC_B",
|
|
6238
|
+
"description": "Standard/domestic household, type \"B\", NEMA 5-15, 3 pins",
|
|
6239
|
+
"isDeprecated": false,
|
|
6240
|
+
"deprecationReason": null
|
|
6241
|
+
},
|
|
6242
|
+
{
|
|
6243
|
+
"name": "DOMESTIC_C",
|
|
6244
|
+
"description": "Standard/domestic household, type \"C\", CEE 7/17, 2 pins",
|
|
6245
|
+
"isDeprecated": false,
|
|
6246
|
+
"deprecationReason": null
|
|
6247
|
+
},
|
|
6248
|
+
{
|
|
6249
|
+
"name": "DOMESTIC_D",
|
|
6250
|
+
"description": "Standard/domestic household, type \"D\", 3 pins",
|
|
6251
|
+
"isDeprecated": false,
|
|
6252
|
+
"deprecationReason": null
|
|
6253
|
+
},
|
|
6254
|
+
{
|
|
6255
|
+
"name": "DOMESTIC_E",
|
|
6256
|
+
"description": "Standard/domestic household, type \"E\", CEE 7/5 3 pins",
|
|
6257
|
+
"isDeprecated": false,
|
|
6258
|
+
"deprecationReason": null
|
|
6259
|
+
},
|
|
6260
|
+
{
|
|
6261
|
+
"name": "DOMESTIC_F",
|
|
6262
|
+
"description": "Standard/domestic household, type \"F\", CEE 7/4, Schuko, 3 pins",
|
|
6263
|
+
"isDeprecated": false,
|
|
6264
|
+
"deprecationReason": null
|
|
6265
|
+
},
|
|
6266
|
+
{
|
|
6267
|
+
"name": "DOMESTIC_G",
|
|
6268
|
+
"description": "Standard/domestic household, type \"G\", BS 1363, Commonwealth, 3 pins",
|
|
6269
|
+
"isDeprecated": false,
|
|
6270
|
+
"deprecationReason": null
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"name": "DOMESTIC_H",
|
|
6274
|
+
"description": "Standard/domestic household, type \"H\", SI-32, 3 pins",
|
|
6275
|
+
"isDeprecated": false,
|
|
6276
|
+
"deprecationReason": null
|
|
6277
|
+
},
|
|
6278
|
+
{
|
|
6279
|
+
"name": "DOMESTIC_I",
|
|
6280
|
+
"description": "Standard/domestic household, type \"I\", AS 3112, 3 pins",
|
|
6281
|
+
"isDeprecated": false,
|
|
6282
|
+
"deprecationReason": null
|
|
6283
|
+
},
|
|
6284
|
+
{
|
|
6285
|
+
"name": "DOMESTIC_J",
|
|
6286
|
+
"description": "Standard/domestic household, type \"J\", SEV 1011, 3 pins",
|
|
6287
|
+
"isDeprecated": false,
|
|
6288
|
+
"deprecationReason": null
|
|
6289
|
+
},
|
|
6290
|
+
{
|
|
6291
|
+
"name": "DOMESTIC_K",
|
|
6292
|
+
"description": "Standard/domestic household, type \"K\", DS 60884-2-D1, 3 pins",
|
|
6293
|
+
"isDeprecated": false,
|
|
6294
|
+
"deprecationReason": null
|
|
6295
|
+
},
|
|
6296
|
+
{
|
|
6297
|
+
"name": "DOMESTIC_L",
|
|
6298
|
+
"description": "Standard/domestic household, type \"L\", CEI 23-16-VII, 3 pins",
|
|
6299
|
+
"isDeprecated": false,
|
|
6300
|
+
"deprecationReason": null
|
|
6301
|
+
},
|
|
6302
|
+
{
|
|
6303
|
+
"name": "DOMESTIC_M",
|
|
6304
|
+
"description": "Standard/Domestic household, type \"M\", BS 546, 3 pins",
|
|
6305
|
+
"isDeprecated": false,
|
|
6306
|
+
"deprecationReason": null
|
|
6307
|
+
},
|
|
6308
|
+
{
|
|
6309
|
+
"name": "DOMESTIC_N",
|
|
6310
|
+
"description": "Standard/Domestic household, type \"N\", NBR 14136, 3 pins",
|
|
6311
|
+
"isDeprecated": false,
|
|
6312
|
+
"deprecationReason": null
|
|
6313
|
+
},
|
|
6314
|
+
{
|
|
6315
|
+
"name": "DOMESTIC_O",
|
|
6316
|
+
"description": "Standard/Domestic household, type \"O\", TIS 166-2549, 3 pins",
|
|
6317
|
+
"isDeprecated": false,
|
|
6318
|
+
"deprecationReason": null
|
|
6319
|
+
},
|
|
6320
|
+
{
|
|
6321
|
+
"name": "IEC_60309_2_single_16",
|
|
6322
|
+
"description": "IEC 60309-2 Industrial connector single phase 16 amperes (usually blue)",
|
|
6323
|
+
"isDeprecated": false,
|
|
6324
|
+
"deprecationReason": null
|
|
6325
|
+
},
|
|
6326
|
+
{
|
|
6327
|
+
"name": "IEC_60309_2_three_16",
|
|
6328
|
+
"description": "IEC 60309-2 Industrial connector three phase 16 amperes (usually red)",
|
|
6329
|
+
"isDeprecated": false,
|
|
6330
|
+
"deprecationReason": null
|
|
6331
|
+
},
|
|
6332
|
+
{
|
|
6333
|
+
"name": "IEC_60309_2_three_32",
|
|
6334
|
+
"description": "IEC 60309-2 Industrial connector three phase 32 amperes (usually red)",
|
|
6335
|
+
"isDeprecated": false,
|
|
6336
|
+
"deprecationReason": null
|
|
6337
|
+
},
|
|
6338
|
+
{
|
|
6339
|
+
"name": "IEC_60309_2_three_64",
|
|
6340
|
+
"description": "IEC 60309-2 Industrial connector three phase 64 amperes (usually red)",
|
|
6341
|
+
"isDeprecated": false,
|
|
6342
|
+
"deprecationReason": null
|
|
6343
|
+
},
|
|
6344
|
+
{
|
|
6345
|
+
"name": "IEC_62196_T1",
|
|
6346
|
+
"description": "IEC 62196 Type 1 \"SAE J1772\"",
|
|
6347
|
+
"isDeprecated": false,
|
|
6348
|
+
"deprecationReason": null
|
|
6349
|
+
},
|
|
6350
|
+
{
|
|
6351
|
+
"name": "IEC_62196_T1_COMBO",
|
|
6352
|
+
"description": "Combo Type 1 based, DC",
|
|
6353
|
+
"isDeprecated": false,
|
|
6354
|
+
"deprecationReason": null
|
|
6355
|
+
},
|
|
6356
|
+
{
|
|
6357
|
+
"name": "IEC_62196_T2",
|
|
6358
|
+
"description": "IEC 62196 Type 2 \"Mennekes\"",
|
|
6359
|
+
"isDeprecated": false,
|
|
6360
|
+
"deprecationReason": null
|
|
6361
|
+
},
|
|
6362
|
+
{
|
|
6363
|
+
"name": "IEC_62196_T2_COMBO",
|
|
6364
|
+
"description": "Combo Type 2 based, DC",
|
|
6365
|
+
"isDeprecated": false,
|
|
6366
|
+
"deprecationReason": null
|
|
6367
|
+
},
|
|
6368
|
+
{
|
|
6369
|
+
"name": "IEC_62196_T3A",
|
|
6370
|
+
"description": "IEC 62196 Type 3A",
|
|
6371
|
+
"isDeprecated": false,
|
|
6372
|
+
"deprecationReason": null
|
|
6373
|
+
},
|
|
6374
|
+
{
|
|
6375
|
+
"name": "IEC_62196_T3C",
|
|
6376
|
+
"description": "IEC 62196 Type 3C \"Scame\"",
|
|
6377
|
+
"isDeprecated": false,
|
|
6378
|
+
"deprecationReason": null
|
|
6379
|
+
},
|
|
6380
|
+
{
|
|
6381
|
+
"name": "PANTOGRAPH_BOTTOM_UP",
|
|
6382
|
+
"description": "On-board bottom-up-pantograph typically for bus charging",
|
|
6383
|
+
"isDeprecated": false,
|
|
6384
|
+
"deprecationReason": null
|
|
6385
|
+
},
|
|
6386
|
+
{
|
|
6387
|
+
"name": "PANTOGRAPH_TOP_DOWN",
|
|
6388
|
+
"description": "Off-board top-down-pantograph typically for bus charging",
|
|
6389
|
+
"isDeprecated": false,
|
|
6390
|
+
"deprecationReason": null
|
|
6391
|
+
},
|
|
6392
|
+
{
|
|
6393
|
+
"name": "TESLA_R",
|
|
6394
|
+
"description": "Tesla connector \"Roadster\"-type (round, 4 pins)",
|
|
6395
|
+
"isDeprecated": false,
|
|
6396
|
+
"deprecationReason": null
|
|
6397
|
+
},
|
|
6398
|
+
{
|
|
6399
|
+
"name": "TESLA_S",
|
|
6400
|
+
"description": "Tesla connector \"Model-S\"-type (oval, 5 pins)",
|
|
6401
|
+
"isDeprecated": false,
|
|
6402
|
+
"deprecationReason": null
|
|
6403
|
+
},
|
|
6404
|
+
{
|
|
6405
|
+
"name": "GB_T",
|
|
6406
|
+
"description": "The connector type is GB_T (Chinese standard), DC",
|
|
6407
|
+
"isDeprecated": false,
|
|
6408
|
+
"deprecationReason": null
|
|
6409
|
+
},
|
|
6410
|
+
{
|
|
6411
|
+
"name": "CHAOJI",
|
|
6412
|
+
"description": "The ChaoJi connector. The new generation charging connector, harmonized between CHAdeMO and GB/T. DC.",
|
|
6413
|
+
"isDeprecated": false,
|
|
6414
|
+
"deprecationReason": null
|
|
6415
|
+
},
|
|
6416
|
+
{
|
|
6417
|
+
"name": "NEMA_5_20",
|
|
6418
|
+
"description": "The connector type is NEMA 5-20, 3 pins",
|
|
6419
|
+
"isDeprecated": false,
|
|
6420
|
+
"deprecationReason": null
|
|
6421
|
+
},
|
|
6422
|
+
{
|
|
6423
|
+
"name": "NEMA_6_30",
|
|
6424
|
+
"description": "The connector type is NEMA 6-30, 3 pins",
|
|
6425
|
+
"isDeprecated": false,
|
|
6426
|
+
"deprecationReason": null
|
|
6427
|
+
},
|
|
6428
|
+
{
|
|
6429
|
+
"name": "NEMA_6_50",
|
|
6430
|
+
"description": "The connector type is NEMA 6-50, 3 pins",
|
|
6431
|
+
"isDeprecated": false,
|
|
6432
|
+
"deprecationReason": null
|
|
6433
|
+
},
|
|
6434
|
+
{
|
|
6435
|
+
"name": "NEMA_10_30",
|
|
6436
|
+
"description": "The connector type is NEMA 10-30, 3 pins",
|
|
6437
|
+
"isDeprecated": false,
|
|
6438
|
+
"deprecationReason": null
|
|
6439
|
+
},
|
|
6440
|
+
{
|
|
6441
|
+
"name": "NEMA_10_50",
|
|
6442
|
+
"description": "The connector type is NEMA 10-50, 3 pins",
|
|
6443
|
+
"isDeprecated": false,
|
|
6444
|
+
"deprecationReason": null
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"name": "NEMA_14_30",
|
|
6448
|
+
"description": "The connector type is NEMA 14-30, 3 pins, rating of 30 A",
|
|
6449
|
+
"isDeprecated": false,
|
|
6450
|
+
"deprecationReason": null
|
|
6451
|
+
},
|
|
6452
|
+
{
|
|
6453
|
+
"name": "NEMA_14_50",
|
|
6454
|
+
"description": "The connector type is NEMA 14-50, 3 pins, rating of 50 A",
|
|
6455
|
+
"isDeprecated": false,
|
|
6456
|
+
"deprecationReason": null
|
|
6457
|
+
}
|
|
6458
|
+
],
|
|
6459
|
+
"possibleTypes": null
|
|
6460
|
+
},
|
|
6204
6461
|
{
|
|
6205
6462
|
"kind": "OBJECT",
|
|
6206
6463
|
"name": "Contact",
|
|
@@ -8053,6 +8310,29 @@
|
|
|
8053
8310
|
],
|
|
8054
8311
|
"possibleTypes": null
|
|
8055
8312
|
},
|
|
8313
|
+
{
|
|
8314
|
+
"kind": "ENUM",
|
|
8315
|
+
"name": "InstructionsFormat",
|
|
8316
|
+
"description": "Navigation service providers available",
|
|
8317
|
+
"fields": null,
|
|
8318
|
+
"inputFields": null,
|
|
8319
|
+
"interfaces": null,
|
|
8320
|
+
"enumValues": [
|
|
8321
|
+
{
|
|
8322
|
+
"name": "Chargetrip",
|
|
8323
|
+
"description": "Chargetrip raw instructions",
|
|
8324
|
+
"isDeprecated": false,
|
|
8325
|
+
"deprecationReason": null
|
|
8326
|
+
},
|
|
8327
|
+
{
|
|
8328
|
+
"name": "MapboxV5",
|
|
8329
|
+
"description": "Mapbox instructions mapping",
|
|
8330
|
+
"isDeprecated": false,
|
|
8331
|
+
"deprecationReason": null
|
|
8332
|
+
}
|
|
8333
|
+
],
|
|
8334
|
+
"possibleTypes": null
|
|
8335
|
+
},
|
|
8056
8336
|
{
|
|
8057
8337
|
"kind": "SCALAR",
|
|
8058
8338
|
"name": "JSON",
|
|
@@ -8066,7 +8346,7 @@
|
|
|
8066
8346
|
{
|
|
8067
8347
|
"kind": "ENUM",
|
|
8068
8348
|
"name": "LegType",
|
|
8069
|
-
"description": "
|
|
8349
|
+
"description": "Types of a leg",
|
|
8070
8350
|
"fields": null,
|
|
8071
8351
|
"inputFields": null,
|
|
8072
8352
|
"interfaces": null,
|
|
@@ -8105,14 +8385,170 @@
|
|
|
8105
8385
|
"possibleTypes": null
|
|
8106
8386
|
},
|
|
8107
8387
|
{
|
|
8108
|
-
"kind": "
|
|
8109
|
-
"name": "
|
|
8110
|
-
"description":
|
|
8111
|
-
"fields":
|
|
8112
|
-
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8388
|
+
"kind": "ENUM",
|
|
8389
|
+
"name": "MappingLanguage",
|
|
8390
|
+
"description": "Preferred language for the mapping",
|
|
8391
|
+
"fields": null,
|
|
8392
|
+
"inputFields": null,
|
|
8393
|
+
"interfaces": null,
|
|
8394
|
+
"enumValues": [
|
|
8395
|
+
{
|
|
8396
|
+
"name": "en",
|
|
8397
|
+
"description": "English(US)",
|
|
8398
|
+
"isDeprecated": false,
|
|
8399
|
+
"deprecationReason": null
|
|
8400
|
+
}
|
|
8401
|
+
],
|
|
8402
|
+
"possibleTypes": null
|
|
8403
|
+
},
|
|
8404
|
+
{
|
|
8405
|
+
"kind": "ENUM",
|
|
8406
|
+
"name": "MappingProvider",
|
|
8407
|
+
"description": "Navigation service providers available",
|
|
8408
|
+
"fields": null,
|
|
8409
|
+
"inputFields": null,
|
|
8410
|
+
"interfaces": null,
|
|
8411
|
+
"enumValues": [
|
|
8412
|
+
{
|
|
8413
|
+
"name": "Chargetrip",
|
|
8414
|
+
"description": "Chargetrip raw instructions",
|
|
8415
|
+
"isDeprecated": false,
|
|
8416
|
+
"deprecationReason": null
|
|
8417
|
+
},
|
|
8418
|
+
{
|
|
8419
|
+
"name": "MapboxV5",
|
|
8420
|
+
"description": "Mapbox instructions mapping",
|
|
8421
|
+
"isDeprecated": false,
|
|
8422
|
+
"deprecationReason": null
|
|
8423
|
+
}
|
|
8424
|
+
],
|
|
8425
|
+
"possibleTypes": null
|
|
8426
|
+
},
|
|
8427
|
+
{
|
|
8428
|
+
"kind": "OBJECT",
|
|
8429
|
+
"name": "Mutation",
|
|
8430
|
+
"description": null,
|
|
8431
|
+
"fields": [
|
|
8432
|
+
{
|
|
8433
|
+
"name": "startNavigation",
|
|
8434
|
+
"description": "[BETA] Start a new navigation session on top of an existing route",
|
|
8435
|
+
"args": [
|
|
8436
|
+
{
|
|
8437
|
+
"name": "input",
|
|
8438
|
+
"description": "Navigation start input",
|
|
8439
|
+
"type": {
|
|
8440
|
+
"kind": "NON_NULL",
|
|
8441
|
+
"name": null,
|
|
8442
|
+
"ofType": {
|
|
8443
|
+
"kind": "INPUT_OBJECT",
|
|
8444
|
+
"name": "NavigationStartInput",
|
|
8445
|
+
"ofType": null
|
|
8446
|
+
}
|
|
8447
|
+
},
|
|
8448
|
+
"defaultValue": null,
|
|
8449
|
+
"isDeprecated": false,
|
|
8450
|
+
"deprecationReason": null
|
|
8451
|
+
}
|
|
8452
|
+
],
|
|
8453
|
+
"type": {
|
|
8454
|
+
"kind": "SCALAR",
|
|
8455
|
+
"name": "ID",
|
|
8456
|
+
"ofType": null
|
|
8457
|
+
},
|
|
8458
|
+
"isDeprecated": false,
|
|
8459
|
+
"deprecationReason": null
|
|
8460
|
+
},
|
|
8461
|
+
{
|
|
8462
|
+
"name": "updateNavigation",
|
|
8463
|
+
"description": "[BETA] Update the navigation session",
|
|
8464
|
+
"args": [
|
|
8465
|
+
{
|
|
8466
|
+
"name": "input",
|
|
8467
|
+
"description": "Navigation update input",
|
|
8468
|
+
"type": {
|
|
8469
|
+
"kind": "NON_NULL",
|
|
8470
|
+
"name": null,
|
|
8471
|
+
"ofType": {
|
|
8472
|
+
"kind": "INPUT_OBJECT",
|
|
8473
|
+
"name": "NavigationUpdateInput",
|
|
8474
|
+
"ofType": null
|
|
8475
|
+
}
|
|
8476
|
+
},
|
|
8477
|
+
"defaultValue": null,
|
|
8478
|
+
"isDeprecated": false,
|
|
8479
|
+
"deprecationReason": null
|
|
8480
|
+
}
|
|
8481
|
+
],
|
|
8482
|
+
"type": {
|
|
8483
|
+
"kind": "SCALAR",
|
|
8484
|
+
"name": "Void",
|
|
8485
|
+
"ofType": null
|
|
8486
|
+
},
|
|
8487
|
+
"isDeprecated": false,
|
|
8488
|
+
"deprecationReason": null
|
|
8489
|
+
},
|
|
8490
|
+
{
|
|
8491
|
+
"name": "recalculateNavigation",
|
|
8492
|
+
"description": "[BETA] Recalculate the current navigation route",
|
|
8493
|
+
"args": [
|
|
8494
|
+
{
|
|
8495
|
+
"name": "input",
|
|
8496
|
+
"description": "Navigation recalculate input",
|
|
8497
|
+
"type": {
|
|
8498
|
+
"kind": "NON_NULL",
|
|
8499
|
+
"name": null,
|
|
8500
|
+
"ofType": {
|
|
8501
|
+
"kind": "INPUT_OBJECT",
|
|
8502
|
+
"name": "NavigationReacalculateInput",
|
|
8503
|
+
"ofType": null
|
|
8504
|
+
}
|
|
8505
|
+
},
|
|
8506
|
+
"defaultValue": null,
|
|
8507
|
+
"isDeprecated": false,
|
|
8508
|
+
"deprecationReason": null
|
|
8509
|
+
}
|
|
8510
|
+
],
|
|
8511
|
+
"type": {
|
|
8512
|
+
"kind": "SCALAR",
|
|
8513
|
+
"name": "Void",
|
|
8514
|
+
"ofType": null
|
|
8515
|
+
},
|
|
8516
|
+
"isDeprecated": false,
|
|
8517
|
+
"deprecationReason": null
|
|
8518
|
+
},
|
|
8519
|
+
{
|
|
8520
|
+
"name": "finishNavigation",
|
|
8521
|
+
"description": "[BETA] End a navigation session",
|
|
8522
|
+
"args": [
|
|
8523
|
+
{
|
|
8524
|
+
"name": "input",
|
|
8525
|
+
"description": "Navigation finish input",
|
|
8526
|
+
"type": {
|
|
8527
|
+
"kind": "NON_NULL",
|
|
8528
|
+
"name": null,
|
|
8529
|
+
"ofType": {
|
|
8530
|
+
"kind": "INPUT_OBJECT",
|
|
8531
|
+
"name": "NavigationFinishInput",
|
|
8532
|
+
"ofType": null
|
|
8533
|
+
}
|
|
8534
|
+
},
|
|
8535
|
+
"defaultValue": null,
|
|
8536
|
+
"isDeprecated": false,
|
|
8537
|
+
"deprecationReason": null
|
|
8538
|
+
}
|
|
8539
|
+
],
|
|
8540
|
+
"type": {
|
|
8541
|
+
"kind": "SCALAR",
|
|
8542
|
+
"name": "Void",
|
|
8543
|
+
"ofType": null
|
|
8544
|
+
},
|
|
8545
|
+
"isDeprecated": false,
|
|
8546
|
+
"deprecationReason": null
|
|
8547
|
+
},
|
|
8548
|
+
{
|
|
8549
|
+
"name": "addReview",
|
|
8550
|
+
"description": "Add a new review.\nIf the `x-token` header is send for a valid user, the review will belong to it, otherwise will be added for an anonymouse user",
|
|
8551
|
+
"args": [
|
|
8116
8552
|
{
|
|
8117
8553
|
"name": "review",
|
|
8118
8554
|
"description": null,
|
|
@@ -8121,88 +8557,795 @@
|
|
|
8121
8557
|
"name": null,
|
|
8122
8558
|
"ofType": {
|
|
8123
8559
|
"kind": "INPUT_OBJECT",
|
|
8124
|
-
"name": "ReviewAdd",
|
|
8560
|
+
"name": "ReviewAdd",
|
|
8561
|
+
"ofType": null
|
|
8562
|
+
}
|
|
8563
|
+
},
|
|
8564
|
+
"defaultValue": null,
|
|
8565
|
+
"isDeprecated": false,
|
|
8566
|
+
"deprecationReason": null
|
|
8567
|
+
}
|
|
8568
|
+
],
|
|
8569
|
+
"type": {
|
|
8570
|
+
"kind": "NON_NULL",
|
|
8571
|
+
"name": null,
|
|
8572
|
+
"ofType": {
|
|
8573
|
+
"kind": "OBJECT",
|
|
8574
|
+
"name": "Review",
|
|
8575
|
+
"ofType": null
|
|
8576
|
+
}
|
|
8577
|
+
},
|
|
8578
|
+
"isDeprecated": false,
|
|
8579
|
+
"deprecationReason": null
|
|
8580
|
+
},
|
|
8581
|
+
{
|
|
8582
|
+
"name": "deleteUserReview",
|
|
8583
|
+
"description": "Remove a review added by an authenticated user.\nThe `x-token` header is mandatory in order to authorize the user who wants to remove a review.\nIn case it is not sent, an error will occur.\nIn case the review was not found or belongs to another user an error will occur.\nThis is a premium feature, contact Chargetrip for more information.",
|
|
8584
|
+
"args": [
|
|
8585
|
+
{
|
|
8586
|
+
"name": "id",
|
|
8587
|
+
"description": null,
|
|
8588
|
+
"type": {
|
|
8589
|
+
"kind": "NON_NULL",
|
|
8590
|
+
"name": null,
|
|
8591
|
+
"ofType": {
|
|
8592
|
+
"kind": "SCALAR",
|
|
8593
|
+
"name": "ID",
|
|
8594
|
+
"ofType": null
|
|
8595
|
+
}
|
|
8596
|
+
},
|
|
8597
|
+
"defaultValue": null,
|
|
8598
|
+
"isDeprecated": false,
|
|
8599
|
+
"deprecationReason": null
|
|
8600
|
+
}
|
|
8601
|
+
],
|
|
8602
|
+
"type": {
|
|
8603
|
+
"kind": "NON_NULL",
|
|
8604
|
+
"name": null,
|
|
8605
|
+
"ofType": {
|
|
8606
|
+
"kind": "OBJECT",
|
|
8607
|
+
"name": "Review",
|
|
8608
|
+
"ofType": null
|
|
8609
|
+
}
|
|
8610
|
+
},
|
|
8611
|
+
"isDeprecated": false,
|
|
8612
|
+
"deprecationReason": null
|
|
8613
|
+
},
|
|
8614
|
+
{
|
|
8615
|
+
"name": "newRoute",
|
|
8616
|
+
"description": "Create a new route from the route input and its ID",
|
|
8617
|
+
"args": [
|
|
8618
|
+
{
|
|
8619
|
+
"name": "input",
|
|
8620
|
+
"description": null,
|
|
8621
|
+
"type": {
|
|
8622
|
+
"kind": "INPUT_OBJECT",
|
|
8623
|
+
"name": "RequestInput",
|
|
8624
|
+
"ofType": null
|
|
8625
|
+
},
|
|
8626
|
+
"defaultValue": null,
|
|
8627
|
+
"isDeprecated": false,
|
|
8628
|
+
"deprecationReason": null
|
|
8629
|
+
}
|
|
8630
|
+
],
|
|
8631
|
+
"type": {
|
|
8632
|
+
"kind": "SCALAR",
|
|
8633
|
+
"name": "ID",
|
|
8634
|
+
"ofType": null
|
|
8635
|
+
},
|
|
8636
|
+
"isDeprecated": false,
|
|
8637
|
+
"deprecationReason": null
|
|
8638
|
+
}
|
|
8639
|
+
],
|
|
8640
|
+
"inputFields": null,
|
|
8641
|
+
"interfaces": [],
|
|
8642
|
+
"enumValues": null,
|
|
8643
|
+
"possibleTypes": null
|
|
8644
|
+
},
|
|
8645
|
+
{
|
|
8646
|
+
"kind": "OBJECT",
|
|
8647
|
+
"name": "Navigation",
|
|
8648
|
+
"description": "The navigation session data",
|
|
8649
|
+
"fields": [
|
|
8650
|
+
{
|
|
8651
|
+
"name": "id",
|
|
8652
|
+
"description": "ID of the navigation session",
|
|
8653
|
+
"args": [],
|
|
8654
|
+
"type": {
|
|
8655
|
+
"kind": "NON_NULL",
|
|
8656
|
+
"name": null,
|
|
8657
|
+
"ofType": {
|
|
8658
|
+
"kind": "SCALAR",
|
|
8659
|
+
"name": "ID",
|
|
8660
|
+
"ofType": null
|
|
8661
|
+
}
|
|
8662
|
+
},
|
|
8663
|
+
"isDeprecated": false,
|
|
8664
|
+
"deprecationReason": null
|
|
8665
|
+
},
|
|
8666
|
+
{
|
|
8667
|
+
"name": "route_id",
|
|
8668
|
+
"description": "The current route used for navigation",
|
|
8669
|
+
"args": [],
|
|
8670
|
+
"type": {
|
|
8671
|
+
"kind": "SCALAR",
|
|
8672
|
+
"name": "String",
|
|
8673
|
+
"ofType": null
|
|
8674
|
+
},
|
|
8675
|
+
"isDeprecated": false,
|
|
8676
|
+
"deprecationReason": null
|
|
8677
|
+
},
|
|
8678
|
+
{
|
|
8679
|
+
"name": "route_alternative_id",
|
|
8680
|
+
"description": "The current route alternative used for navigation",
|
|
8681
|
+
"args": [],
|
|
8682
|
+
"type": {
|
|
8683
|
+
"kind": "SCALAR",
|
|
8684
|
+
"name": "String",
|
|
8685
|
+
"ofType": null
|
|
8686
|
+
},
|
|
8687
|
+
"isDeprecated": false,
|
|
8688
|
+
"deprecationReason": null
|
|
8689
|
+
},
|
|
8690
|
+
{
|
|
8691
|
+
"name": "state",
|
|
8692
|
+
"description": "The state of a navigation session. The status can be driving, charging, finished, or error",
|
|
8693
|
+
"args": [],
|
|
8694
|
+
"type": {
|
|
8695
|
+
"kind": "ENUM",
|
|
8696
|
+
"name": "NavigationState",
|
|
8697
|
+
"ofType": null
|
|
8698
|
+
},
|
|
8699
|
+
"isDeprecated": false,
|
|
8700
|
+
"deprecationReason": null
|
|
8701
|
+
},
|
|
8702
|
+
{
|
|
8703
|
+
"name": "state_of_charge",
|
|
8704
|
+
"description": "State of charge at the last known location",
|
|
8705
|
+
"args": [],
|
|
8706
|
+
"type": {
|
|
8707
|
+
"kind": "SCALAR",
|
|
8708
|
+
"name": "Float",
|
|
8709
|
+
"ofType": null
|
|
8710
|
+
},
|
|
8711
|
+
"isDeprecated": false,
|
|
8712
|
+
"deprecationReason": null
|
|
8713
|
+
},
|
|
8714
|
+
{
|
|
8715
|
+
"name": "last_known_location",
|
|
8716
|
+
"description": "Last known location",
|
|
8717
|
+
"args": [],
|
|
8718
|
+
"type": {
|
|
8719
|
+
"kind": "OBJECT",
|
|
8720
|
+
"name": "Point",
|
|
8721
|
+
"ofType": null
|
|
8722
|
+
},
|
|
8723
|
+
"isDeprecated": false,
|
|
8724
|
+
"deprecationReason": null
|
|
8725
|
+
},
|
|
8726
|
+
{
|
|
8727
|
+
"name": "next_station",
|
|
8728
|
+
"description": "Next charging station",
|
|
8729
|
+
"args": [],
|
|
8730
|
+
"type": {
|
|
8731
|
+
"kind": "OBJECT",
|
|
8732
|
+
"name": "NavigationStation",
|
|
8733
|
+
"ofType": null
|
|
8734
|
+
},
|
|
8735
|
+
"isDeprecated": false,
|
|
8736
|
+
"deprecationReason": null
|
|
8737
|
+
},
|
|
8738
|
+
{
|
|
8739
|
+
"name": "alternative_stations",
|
|
8740
|
+
"description": "A set of alternative charging stations to next station",
|
|
8741
|
+
"args": [],
|
|
8742
|
+
"type": {
|
|
8743
|
+
"kind": "LIST",
|
|
8744
|
+
"name": null,
|
|
8745
|
+
"ofType": {
|
|
8746
|
+
"kind": "OBJECT",
|
|
8747
|
+
"name": "NavigationStation",
|
|
8748
|
+
"ofType": null
|
|
8749
|
+
}
|
|
8750
|
+
},
|
|
8751
|
+
"isDeprecated": false,
|
|
8752
|
+
"deprecationReason": null
|
|
8753
|
+
},
|
|
8754
|
+
{
|
|
8755
|
+
"name": "instructions",
|
|
8756
|
+
"description": "Navigation instructions",
|
|
8757
|
+
"args": [
|
|
8758
|
+
{
|
|
8759
|
+
"name": "instructions_format",
|
|
8760
|
+
"description": "Turn by turn instructions format for a route",
|
|
8761
|
+
"type": {
|
|
8762
|
+
"kind": "NON_NULL",
|
|
8763
|
+
"name": null,
|
|
8764
|
+
"ofType": {
|
|
8765
|
+
"kind": "ENUM",
|
|
8766
|
+
"name": "InstructionsFormat",
|
|
8767
|
+
"ofType": null
|
|
8768
|
+
}
|
|
8769
|
+
},
|
|
8770
|
+
"defaultValue": null,
|
|
8771
|
+
"isDeprecated": false,
|
|
8772
|
+
"deprecationReason": null
|
|
8773
|
+
},
|
|
8774
|
+
{
|
|
8775
|
+
"name": "language",
|
|
8776
|
+
"description": "Preferred navigation instructions language. Default: en",
|
|
8777
|
+
"type": {
|
|
8778
|
+
"kind": "ENUM",
|
|
8779
|
+
"name": "MappingLanguage",
|
|
8780
|
+
"ofType": null
|
|
8781
|
+
},
|
|
8782
|
+
"defaultValue": null,
|
|
8783
|
+
"isDeprecated": false,
|
|
8784
|
+
"deprecationReason": null
|
|
8785
|
+
},
|
|
8786
|
+
{
|
|
8787
|
+
"name": "precision",
|
|
8788
|
+
"description": "Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6, the default is 5",
|
|
8789
|
+
"type": {
|
|
8790
|
+
"kind": "SCALAR",
|
|
8791
|
+
"name": "Int",
|
|
8792
|
+
"ofType": null
|
|
8793
|
+
},
|
|
8794
|
+
"defaultValue": null,
|
|
8795
|
+
"isDeprecated": false,
|
|
8796
|
+
"deprecationReason": null
|
|
8797
|
+
}
|
|
8798
|
+
],
|
|
8799
|
+
"type": {
|
|
8800
|
+
"kind": "SCALAR",
|
|
8801
|
+
"name": "JSON",
|
|
8802
|
+
"ofType": null
|
|
8803
|
+
},
|
|
8804
|
+
"isDeprecated": false,
|
|
8805
|
+
"deprecationReason": null
|
|
8806
|
+
}
|
|
8807
|
+
],
|
|
8808
|
+
"inputFields": null,
|
|
8809
|
+
"interfaces": [],
|
|
8810
|
+
"enumValues": null,
|
|
8811
|
+
"possibleTypes": null
|
|
8812
|
+
},
|
|
8813
|
+
{
|
|
8814
|
+
"kind": "INPUT_OBJECT",
|
|
8815
|
+
"name": "NavigationFinishInput",
|
|
8816
|
+
"description": "Input for the navigation recalculate",
|
|
8817
|
+
"fields": null,
|
|
8818
|
+
"inputFields": [
|
|
8819
|
+
{
|
|
8820
|
+
"name": "id",
|
|
8821
|
+
"description": "ID of the navigation session",
|
|
8822
|
+
"type": {
|
|
8823
|
+
"kind": "NON_NULL",
|
|
8824
|
+
"name": null,
|
|
8825
|
+
"ofType": {
|
|
8826
|
+
"kind": "SCALAR",
|
|
8827
|
+
"name": "ID",
|
|
8828
|
+
"ofType": null
|
|
8829
|
+
}
|
|
8830
|
+
},
|
|
8831
|
+
"defaultValue": null,
|
|
8832
|
+
"isDeprecated": false,
|
|
8833
|
+
"deprecationReason": null
|
|
8834
|
+
},
|
|
8835
|
+
{
|
|
8836
|
+
"name": "current_location",
|
|
8837
|
+
"description": "Current coordinates",
|
|
8838
|
+
"type": {
|
|
8839
|
+
"kind": "NON_NULL",
|
|
8840
|
+
"name": null,
|
|
8841
|
+
"ofType": {
|
|
8842
|
+
"kind": "INPUT_OBJECT",
|
|
8843
|
+
"name": "PointInput",
|
|
8844
|
+
"ofType": null
|
|
8845
|
+
}
|
|
8846
|
+
},
|
|
8847
|
+
"defaultValue": null,
|
|
8848
|
+
"isDeprecated": false,
|
|
8849
|
+
"deprecationReason": null
|
|
8850
|
+
}
|
|
8851
|
+
],
|
|
8852
|
+
"interfaces": null,
|
|
8853
|
+
"enumValues": null,
|
|
8854
|
+
"possibleTypes": null
|
|
8855
|
+
},
|
|
8856
|
+
{
|
|
8857
|
+
"kind": "INPUT_OBJECT",
|
|
8858
|
+
"name": "NavigationReacalculateInput",
|
|
8859
|
+
"description": "Input for the navigation recalculate",
|
|
8860
|
+
"fields": null,
|
|
8861
|
+
"inputFields": [
|
|
8862
|
+
{
|
|
8863
|
+
"name": "id",
|
|
8864
|
+
"description": "ID of the navigation session",
|
|
8865
|
+
"type": {
|
|
8866
|
+
"kind": "NON_NULL",
|
|
8867
|
+
"name": null,
|
|
8868
|
+
"ofType": {
|
|
8869
|
+
"kind": "SCALAR",
|
|
8870
|
+
"name": "ID",
|
|
8871
|
+
"ofType": null
|
|
8872
|
+
}
|
|
8873
|
+
},
|
|
8874
|
+
"defaultValue": null,
|
|
8875
|
+
"isDeprecated": false,
|
|
8876
|
+
"deprecationReason": null
|
|
8877
|
+
},
|
|
8878
|
+
{
|
|
8879
|
+
"name": "state_of_charge",
|
|
8880
|
+
"description": "State of charge at origin",
|
|
8881
|
+
"type": {
|
|
8882
|
+
"kind": "SCALAR",
|
|
8883
|
+
"name": "Float",
|
|
8884
|
+
"ofType": null
|
|
8885
|
+
},
|
|
8886
|
+
"defaultValue": null,
|
|
8887
|
+
"isDeprecated": false,
|
|
8888
|
+
"deprecationReason": null
|
|
8889
|
+
},
|
|
8890
|
+
{
|
|
8891
|
+
"name": "current_location",
|
|
8892
|
+
"description": "Origin location of a new route",
|
|
8893
|
+
"type": {
|
|
8894
|
+
"kind": "NON_NULL",
|
|
8895
|
+
"name": null,
|
|
8896
|
+
"ofType": {
|
|
8897
|
+
"kind": "INPUT_OBJECT",
|
|
8898
|
+
"name": "PointInput",
|
|
8899
|
+
"ofType": null
|
|
8900
|
+
}
|
|
8901
|
+
},
|
|
8902
|
+
"defaultValue": null,
|
|
8903
|
+
"isDeprecated": false,
|
|
8904
|
+
"deprecationReason": null
|
|
8905
|
+
},
|
|
8906
|
+
{
|
|
8907
|
+
"name": "via",
|
|
8908
|
+
"description": "Via points of a new route. If this field is not sent, the original via points will be used",
|
|
8909
|
+
"type": {
|
|
8910
|
+
"kind": "LIST",
|
|
8911
|
+
"name": null,
|
|
8912
|
+
"ofType": {
|
|
8913
|
+
"kind": "INPUT_OBJECT",
|
|
8914
|
+
"name": "FeaturePointInput",
|
|
8915
|
+
"ofType": null
|
|
8916
|
+
}
|
|
8917
|
+
},
|
|
8918
|
+
"defaultValue": null,
|
|
8919
|
+
"isDeprecated": false,
|
|
8920
|
+
"deprecationReason": null
|
|
8921
|
+
},
|
|
8922
|
+
{
|
|
8923
|
+
"name": "heading",
|
|
8924
|
+
"description": "Heading of a vehicle, in degrees",
|
|
8925
|
+
"type": {
|
|
8926
|
+
"kind": "SCALAR",
|
|
8927
|
+
"name": "Float",
|
|
8928
|
+
"ofType": null
|
|
8929
|
+
},
|
|
8930
|
+
"defaultValue": null,
|
|
8931
|
+
"isDeprecated": false,
|
|
8932
|
+
"deprecationReason": null
|
|
8933
|
+
}
|
|
8934
|
+
],
|
|
8935
|
+
"interfaces": null,
|
|
8936
|
+
"enumValues": null,
|
|
8937
|
+
"possibleTypes": null
|
|
8938
|
+
},
|
|
8939
|
+
{
|
|
8940
|
+
"kind": "INPUT_OBJECT",
|
|
8941
|
+
"name": "NavigationStartInput",
|
|
8942
|
+
"description": "Input for the navigation start",
|
|
8943
|
+
"fields": null,
|
|
8944
|
+
"inputFields": [
|
|
8945
|
+
{
|
|
8946
|
+
"name": "route_id",
|
|
8947
|
+
"description": "ID of the route of the navigation session",
|
|
8948
|
+
"type": {
|
|
8949
|
+
"kind": "NON_NULL",
|
|
8950
|
+
"name": null,
|
|
8951
|
+
"ofType": {
|
|
8952
|
+
"kind": "SCALAR",
|
|
8953
|
+
"name": "String",
|
|
8954
|
+
"ofType": null
|
|
8955
|
+
}
|
|
8956
|
+
},
|
|
8957
|
+
"defaultValue": null,
|
|
8958
|
+
"isDeprecated": false,
|
|
8959
|
+
"deprecationReason": null
|
|
8960
|
+
},
|
|
8961
|
+
{
|
|
8962
|
+
"name": "route_alternative_id",
|
|
8963
|
+
"description": "ID of the route alternative of the navigation session",
|
|
8964
|
+
"type": {
|
|
8965
|
+
"kind": "SCALAR",
|
|
8966
|
+
"name": "String",
|
|
8967
|
+
"ofType": null
|
|
8968
|
+
},
|
|
8969
|
+
"defaultValue": null,
|
|
8970
|
+
"isDeprecated": false,
|
|
8971
|
+
"deprecationReason": null
|
|
8972
|
+
},
|
|
8973
|
+
{
|
|
8974
|
+
"name": "current_location",
|
|
8975
|
+
"description": "Current coordinates",
|
|
8976
|
+
"type": {
|
|
8977
|
+
"kind": "NON_NULL",
|
|
8978
|
+
"name": null,
|
|
8979
|
+
"ofType": {
|
|
8980
|
+
"kind": "INPUT_OBJECT",
|
|
8981
|
+
"name": "PointInput",
|
|
8982
|
+
"ofType": null
|
|
8983
|
+
}
|
|
8984
|
+
},
|
|
8985
|
+
"defaultValue": null,
|
|
8986
|
+
"isDeprecated": false,
|
|
8987
|
+
"deprecationReason": null
|
|
8988
|
+
}
|
|
8989
|
+
],
|
|
8990
|
+
"interfaces": null,
|
|
8991
|
+
"enumValues": null,
|
|
8992
|
+
"possibleTypes": null
|
|
8993
|
+
},
|
|
8994
|
+
{
|
|
8995
|
+
"kind": "ENUM",
|
|
8996
|
+
"name": "NavigationState",
|
|
8997
|
+
"description": "State of navigation session",
|
|
8998
|
+
"fields": null,
|
|
8999
|
+
"inputFields": null,
|
|
9000
|
+
"interfaces": null,
|
|
9001
|
+
"enumValues": [
|
|
9002
|
+
{
|
|
9003
|
+
"name": "Driving",
|
|
9004
|
+
"description": "Vehicle is driving",
|
|
9005
|
+
"isDeprecated": false,
|
|
9006
|
+
"deprecationReason": null
|
|
9007
|
+
},
|
|
9008
|
+
{
|
|
9009
|
+
"name": "Charging",
|
|
9010
|
+
"description": "Vehicle is charging",
|
|
9011
|
+
"isDeprecated": false,
|
|
9012
|
+
"deprecationReason": null
|
|
9013
|
+
},
|
|
9014
|
+
{
|
|
9015
|
+
"name": "Finished",
|
|
9016
|
+
"description": "Navigation session is completed (either manually or automatically 48 hours after the last update)",
|
|
9017
|
+
"isDeprecated": false,
|
|
9018
|
+
"deprecationReason": null
|
|
9019
|
+
},
|
|
9020
|
+
{
|
|
9021
|
+
"name": "Error",
|
|
9022
|
+
"description": "Failed to update navigation session due to route error or not found",
|
|
9023
|
+
"isDeprecated": false,
|
|
9024
|
+
"deprecationReason": null
|
|
9025
|
+
}
|
|
9026
|
+
],
|
|
9027
|
+
"possibleTypes": null
|
|
9028
|
+
},
|
|
9029
|
+
{
|
|
9030
|
+
"kind": "OBJECT",
|
|
9031
|
+
"name": "NavigationStation",
|
|
9032
|
+
"description": "Navigation session station type",
|
|
9033
|
+
"fields": [
|
|
9034
|
+
{
|
|
9035
|
+
"name": "station_id",
|
|
9036
|
+
"description": "The ID as string of the charging station",
|
|
9037
|
+
"args": [],
|
|
9038
|
+
"type": {
|
|
9039
|
+
"kind": "SCALAR",
|
|
9040
|
+
"name": "String",
|
|
9041
|
+
"ofType": null
|
|
9042
|
+
},
|
|
9043
|
+
"isDeprecated": false,
|
|
9044
|
+
"deprecationReason": null
|
|
9045
|
+
},
|
|
9046
|
+
{
|
|
9047
|
+
"name": "station_location",
|
|
9048
|
+
"description": "GPS location of the charging station",
|
|
9049
|
+
"args": [],
|
|
9050
|
+
"type": {
|
|
9051
|
+
"kind": "OBJECT",
|
|
9052
|
+
"name": "Point",
|
|
9053
|
+
"ofType": null
|
|
9054
|
+
},
|
|
9055
|
+
"isDeprecated": false,
|
|
9056
|
+
"deprecationReason": null
|
|
9057
|
+
},
|
|
9058
|
+
{
|
|
9059
|
+
"name": "via",
|
|
9060
|
+
"description": "An array with all GPS locations of via points until the next charging station",
|
|
9061
|
+
"args": [],
|
|
9062
|
+
"type": {
|
|
9063
|
+
"kind": "LIST",
|
|
9064
|
+
"name": null,
|
|
9065
|
+
"ofType": {
|
|
9066
|
+
"kind": "OBJECT",
|
|
9067
|
+
"name": "Point",
|
|
9068
|
+
"ofType": null
|
|
9069
|
+
}
|
|
9070
|
+
},
|
|
9071
|
+
"isDeprecated": false,
|
|
9072
|
+
"deprecationReason": null
|
|
9073
|
+
},
|
|
9074
|
+
{
|
|
9075
|
+
"name": "estimated_state_of_charge",
|
|
9076
|
+
"description": "Estimated state of charge, in kWh, at arrival on the next charging station",
|
|
9077
|
+
"args": [],
|
|
9078
|
+
"type": {
|
|
9079
|
+
"kind": "SCALAR",
|
|
9080
|
+
"name": "Float",
|
|
9081
|
+
"ofType": null
|
|
9082
|
+
},
|
|
9083
|
+
"isDeprecated": false,
|
|
9084
|
+
"deprecationReason": null
|
|
9085
|
+
},
|
|
9086
|
+
{
|
|
9087
|
+
"name": "estimated_consumption",
|
|
9088
|
+
"description": "Estimated consumption, in kWh, from last the known location until the next charging station",
|
|
9089
|
+
"args": [],
|
|
9090
|
+
"type": {
|
|
9091
|
+
"kind": "SCALAR",
|
|
9092
|
+
"name": "Float",
|
|
9093
|
+
"ofType": null
|
|
9094
|
+
},
|
|
9095
|
+
"isDeprecated": false,
|
|
9096
|
+
"deprecationReason": null
|
|
9097
|
+
},
|
|
9098
|
+
{
|
|
9099
|
+
"name": "estimated_duration",
|
|
9100
|
+
"description": "Estimated duration, in seconds, from the last known location until the next charging station",
|
|
9101
|
+
"args": [],
|
|
9102
|
+
"type": {
|
|
9103
|
+
"kind": "SCALAR",
|
|
9104
|
+
"name": "Int",
|
|
9105
|
+
"ofType": null
|
|
9106
|
+
},
|
|
9107
|
+
"isDeprecated": false,
|
|
9108
|
+
"deprecationReason": null
|
|
9109
|
+
}
|
|
9110
|
+
],
|
|
9111
|
+
"inputFields": null,
|
|
9112
|
+
"interfaces": [],
|
|
9113
|
+
"enumValues": null,
|
|
9114
|
+
"possibleTypes": null
|
|
9115
|
+
},
|
|
9116
|
+
{
|
|
9117
|
+
"kind": "INPUT_OBJECT",
|
|
9118
|
+
"name": "NavigationTelemetryUpdateInput",
|
|
9119
|
+
"description": "Input for the navigation session update telemetry data",
|
|
9120
|
+
"fields": null,
|
|
9121
|
+
"inputFields": [
|
|
9122
|
+
{
|
|
9123
|
+
"name": "state_of_charge",
|
|
9124
|
+
"description": "State of charge at the last known location",
|
|
9125
|
+
"type": {
|
|
9126
|
+
"kind": "SCALAR",
|
|
9127
|
+
"name": "Float",
|
|
9128
|
+
"ofType": null
|
|
9129
|
+
},
|
|
9130
|
+
"defaultValue": null,
|
|
9131
|
+
"isDeprecated": false,
|
|
9132
|
+
"deprecationReason": null
|
|
9133
|
+
},
|
|
9134
|
+
{
|
|
9135
|
+
"name": "is_charging",
|
|
9136
|
+
"description": "Indicates if a vehicle is charging",
|
|
9137
|
+
"type": {
|
|
9138
|
+
"kind": "SCALAR",
|
|
9139
|
+
"name": "Boolean",
|
|
9140
|
+
"ofType": null
|
|
9141
|
+
},
|
|
9142
|
+
"defaultValue": null,
|
|
9143
|
+
"isDeprecated": false,
|
|
9144
|
+
"deprecationReason": null
|
|
9145
|
+
},
|
|
9146
|
+
{
|
|
9147
|
+
"name": "tire_pressure",
|
|
9148
|
+
"description": "Tire pressure. This information should come from telemetry",
|
|
9149
|
+
"type": {
|
|
9150
|
+
"kind": "SCALAR",
|
|
9151
|
+
"name": "Float",
|
|
9152
|
+
"ofType": null
|
|
9153
|
+
},
|
|
9154
|
+
"defaultValue": null,
|
|
9155
|
+
"isDeprecated": false,
|
|
9156
|
+
"deprecationReason": null
|
|
9157
|
+
}
|
|
9158
|
+
],
|
|
9159
|
+
"interfaces": null,
|
|
9160
|
+
"enumValues": null,
|
|
9161
|
+
"possibleTypes": null
|
|
9162
|
+
},
|
|
9163
|
+
{
|
|
9164
|
+
"kind": "INPUT_OBJECT",
|
|
9165
|
+
"name": "NavigationUpdateInput",
|
|
9166
|
+
"description": "Input for the navigation update",
|
|
9167
|
+
"fields": null,
|
|
9168
|
+
"inputFields": [
|
|
9169
|
+
{
|
|
9170
|
+
"name": "id",
|
|
9171
|
+
"description": "ID of the navigation session",
|
|
9172
|
+
"type": {
|
|
9173
|
+
"kind": "NON_NULL",
|
|
9174
|
+
"name": null,
|
|
9175
|
+
"ofType": {
|
|
9176
|
+
"kind": "SCALAR",
|
|
9177
|
+
"name": "ID",
|
|
9178
|
+
"ofType": null
|
|
9179
|
+
}
|
|
9180
|
+
},
|
|
9181
|
+
"defaultValue": null,
|
|
9182
|
+
"isDeprecated": false,
|
|
9183
|
+
"deprecationReason": null
|
|
9184
|
+
},
|
|
9185
|
+
{
|
|
9186
|
+
"name": "heading",
|
|
9187
|
+
"description": "Heading of a vehicle, in degrees",
|
|
9188
|
+
"type": {
|
|
9189
|
+
"kind": "SCALAR",
|
|
9190
|
+
"name": "Float",
|
|
9191
|
+
"ofType": null
|
|
9192
|
+
},
|
|
9193
|
+
"defaultValue": null,
|
|
9194
|
+
"isDeprecated": false,
|
|
9195
|
+
"deprecationReason": null
|
|
9196
|
+
},
|
|
9197
|
+
{
|
|
9198
|
+
"name": "locations_data",
|
|
9199
|
+
"description": "A list of locations that were collected since the last update",
|
|
9200
|
+
"type": {
|
|
9201
|
+
"kind": "NON_NULL",
|
|
9202
|
+
"name": null,
|
|
9203
|
+
"ofType": {
|
|
9204
|
+
"kind": "LIST",
|
|
9205
|
+
"name": null,
|
|
9206
|
+
"ofType": {
|
|
9207
|
+
"kind": "NON_NULL",
|
|
9208
|
+
"name": null,
|
|
9209
|
+
"ofType": {
|
|
9210
|
+
"kind": "INPUT_OBJECT",
|
|
9211
|
+
"name": "NavigationUpdateLocationsInput",
|
|
8125
9212
|
"ofType": null
|
|
8126
9213
|
}
|
|
8127
|
-
}
|
|
8128
|
-
"defaultValue": null,
|
|
8129
|
-
"isDeprecated": false,
|
|
8130
|
-
"deprecationReason": null
|
|
9214
|
+
}
|
|
8131
9215
|
}
|
|
8132
|
-
|
|
9216
|
+
},
|
|
9217
|
+
"defaultValue": null,
|
|
9218
|
+
"isDeprecated": false,
|
|
9219
|
+
"deprecationReason": null
|
|
9220
|
+
},
|
|
9221
|
+
{
|
|
9222
|
+
"name": "telemetry",
|
|
9223
|
+
"description": "Telemetry data input",
|
|
9224
|
+
"type": {
|
|
9225
|
+
"kind": "INPUT_OBJECT",
|
|
9226
|
+
"name": "NavigationTelemetryUpdateInput",
|
|
9227
|
+
"ofType": null
|
|
9228
|
+
},
|
|
9229
|
+
"defaultValue": null,
|
|
9230
|
+
"isDeprecated": false,
|
|
9231
|
+
"deprecationReason": null
|
|
9232
|
+
}
|
|
9233
|
+
],
|
|
9234
|
+
"interfaces": null,
|
|
9235
|
+
"enumValues": null,
|
|
9236
|
+
"possibleTypes": null
|
|
9237
|
+
},
|
|
9238
|
+
{
|
|
9239
|
+
"kind": "INPUT_OBJECT",
|
|
9240
|
+
"name": "NavigationUpdateLocationPropertiesInput",
|
|
9241
|
+
"description": "Properties of the location",
|
|
9242
|
+
"fields": null,
|
|
9243
|
+
"inputFields": [
|
|
9244
|
+
{
|
|
9245
|
+
"name": "route_leg",
|
|
9246
|
+
"description": "Current route leg index corresponding to a location",
|
|
8133
9247
|
"type": {
|
|
8134
9248
|
"kind": "NON_NULL",
|
|
8135
9249
|
"name": null,
|
|
8136
9250
|
"ofType": {
|
|
8137
|
-
"kind": "
|
|
8138
|
-
"name": "
|
|
9251
|
+
"kind": "SCALAR",
|
|
9252
|
+
"name": "Int",
|
|
8139
9253
|
"ofType": null
|
|
8140
9254
|
}
|
|
8141
9255
|
},
|
|
9256
|
+
"defaultValue": null,
|
|
8142
9257
|
"isDeprecated": false,
|
|
8143
9258
|
"deprecationReason": null
|
|
8144
9259
|
},
|
|
8145
9260
|
{
|
|
8146
|
-
"name": "
|
|
8147
|
-
"description": "
|
|
8148
|
-
"args": [
|
|
8149
|
-
{
|
|
8150
|
-
"name": "id",
|
|
8151
|
-
"description": null,
|
|
8152
|
-
"type": {
|
|
8153
|
-
"kind": "NON_NULL",
|
|
8154
|
-
"name": null,
|
|
8155
|
-
"ofType": {
|
|
8156
|
-
"kind": "SCALAR",
|
|
8157
|
-
"name": "ID",
|
|
8158
|
-
"ofType": null
|
|
8159
|
-
}
|
|
8160
|
-
},
|
|
8161
|
-
"defaultValue": null,
|
|
8162
|
-
"isDeprecated": false,
|
|
8163
|
-
"deprecationReason": null
|
|
8164
|
-
}
|
|
8165
|
-
],
|
|
9261
|
+
"name": "speed",
|
|
9262
|
+
"description": "Speed at a location",
|
|
8166
9263
|
"type": {
|
|
8167
9264
|
"kind": "NON_NULL",
|
|
8168
9265
|
"name": null,
|
|
8169
9266
|
"ofType": {
|
|
8170
|
-
"kind": "
|
|
8171
|
-
"name": "
|
|
9267
|
+
"kind": "SCALAR",
|
|
9268
|
+
"name": "Float",
|
|
8172
9269
|
"ofType": null
|
|
8173
9270
|
}
|
|
8174
9271
|
},
|
|
9272
|
+
"defaultValue": null,
|
|
8175
9273
|
"isDeprecated": false,
|
|
8176
9274
|
"deprecationReason": null
|
|
8177
9275
|
},
|
|
8178
9276
|
{
|
|
8179
|
-
"name": "
|
|
8180
|
-
"description": "
|
|
8181
|
-
"
|
|
8182
|
-
|
|
8183
|
-
|
|
8184
|
-
|
|
8185
|
-
"
|
|
8186
|
-
|
|
8187
|
-
|
|
8188
|
-
"ofType": null
|
|
8189
|
-
},
|
|
8190
|
-
"defaultValue": null,
|
|
8191
|
-
"isDeprecated": false,
|
|
8192
|
-
"deprecationReason": null
|
|
9277
|
+
"name": "timestamp",
|
|
9278
|
+
"description": "UNIX timestamp at location",
|
|
9279
|
+
"type": {
|
|
9280
|
+
"kind": "NON_NULL",
|
|
9281
|
+
"name": null,
|
|
9282
|
+
"ofType": {
|
|
9283
|
+
"kind": "SCALAR",
|
|
9284
|
+
"name": "Int",
|
|
9285
|
+
"ofType": null
|
|
8193
9286
|
}
|
|
8194
|
-
|
|
9287
|
+
},
|
|
9288
|
+
"defaultValue": null,
|
|
9289
|
+
"isDeprecated": false,
|
|
9290
|
+
"deprecationReason": null
|
|
9291
|
+
},
|
|
9292
|
+
{
|
|
9293
|
+
"name": "altitude",
|
|
9294
|
+
"description": "Altitude information. This is optional",
|
|
8195
9295
|
"type": {
|
|
8196
9296
|
"kind": "SCALAR",
|
|
8197
|
-
"name": "
|
|
9297
|
+
"name": "Int",
|
|
8198
9298
|
"ofType": null
|
|
8199
9299
|
},
|
|
9300
|
+
"defaultValue": null,
|
|
8200
9301
|
"isDeprecated": false,
|
|
8201
9302
|
"deprecationReason": null
|
|
8202
9303
|
}
|
|
8203
9304
|
],
|
|
8204
|
-
"
|
|
8205
|
-
"
|
|
9305
|
+
"interfaces": null,
|
|
9306
|
+
"enumValues": null,
|
|
9307
|
+
"possibleTypes": null
|
|
9308
|
+
},
|
|
9309
|
+
{
|
|
9310
|
+
"kind": "INPUT_OBJECT",
|
|
9311
|
+
"name": "NavigationUpdateLocationsInput",
|
|
9312
|
+
"description": "Input for the navigation update locations",
|
|
9313
|
+
"fields": null,
|
|
9314
|
+
"inputFields": [
|
|
9315
|
+
{
|
|
9316
|
+
"name": "geometry",
|
|
9317
|
+
"description": "GPS location",
|
|
9318
|
+
"type": {
|
|
9319
|
+
"kind": "NON_NULL",
|
|
9320
|
+
"name": null,
|
|
9321
|
+
"ofType": {
|
|
9322
|
+
"kind": "INPUT_OBJECT",
|
|
9323
|
+
"name": "PointInput",
|
|
9324
|
+
"ofType": null
|
|
9325
|
+
}
|
|
9326
|
+
},
|
|
9327
|
+
"defaultValue": null,
|
|
9328
|
+
"isDeprecated": false,
|
|
9329
|
+
"deprecationReason": null
|
|
9330
|
+
},
|
|
9331
|
+
{
|
|
9332
|
+
"name": "properties",
|
|
9333
|
+
"description": "Extra information about the location",
|
|
9334
|
+
"type": {
|
|
9335
|
+
"kind": "NON_NULL",
|
|
9336
|
+
"name": null,
|
|
9337
|
+
"ofType": {
|
|
9338
|
+
"kind": "INPUT_OBJECT",
|
|
9339
|
+
"name": "NavigationUpdateLocationPropertiesInput",
|
|
9340
|
+
"ofType": null
|
|
9341
|
+
}
|
|
9342
|
+
},
|
|
9343
|
+
"defaultValue": null,
|
|
9344
|
+
"isDeprecated": false,
|
|
9345
|
+
"deprecationReason": null
|
|
9346
|
+
}
|
|
9347
|
+
],
|
|
9348
|
+
"interfaces": null,
|
|
8206
9349
|
"enumValues": null,
|
|
8207
9350
|
"possibleTypes": null
|
|
8208
9351
|
},
|
|
@@ -8332,6 +9475,12 @@
|
|
|
8332
9475
|
"description": "Connectors have a mechanical lock that can be requested by the eMSP to be unlocked.",
|
|
8333
9476
|
"isDeprecated": false,
|
|
8334
9477
|
"deprecationReason": null
|
|
9478
|
+
},
|
|
9479
|
+
{
|
|
9480
|
+
"name": "START_SESSION_CONNECTOR_REQUIRED",
|
|
9481
|
+
"description": "When a StartSession is sent to this EVSE, the MSP is required to add the optional connector_id field in the StartSession object.",
|
|
9482
|
+
"isDeprecated": false,
|
|
9483
|
+
"deprecationReason": null
|
|
8335
9484
|
}
|
|
8336
9485
|
],
|
|
8337
9486
|
"possibleTypes": null
|
|
@@ -8362,7 +9511,7 @@
|
|
|
8362
9511
|
{
|
|
8363
9512
|
"kind": "ENUM",
|
|
8364
9513
|
"name": "OCPIConnectorType",
|
|
8365
|
-
"description": "
|
|
9514
|
+
"description": "Deprecated: Please use ConnectorType instead",
|
|
8366
9515
|
"fields": null,
|
|
8367
9516
|
"inputFields": null,
|
|
8368
9517
|
"interfaces": null,
|
|
@@ -8428,20 +9577,38 @@
|
|
|
8428
9577
|
"deprecationReason": null
|
|
8429
9578
|
},
|
|
8430
9579
|
{
|
|
8431
|
-
"name": "DOMESTIC_J",
|
|
8432
|
-
"description": "Standard/domestic household, type \"J\", SEV 1011, 3 pins",
|
|
9580
|
+
"name": "DOMESTIC_J",
|
|
9581
|
+
"description": "Standard/domestic household, type \"J\", SEV 1011, 3 pins",
|
|
9582
|
+
"isDeprecated": false,
|
|
9583
|
+
"deprecationReason": null
|
|
9584
|
+
},
|
|
9585
|
+
{
|
|
9586
|
+
"name": "DOMESTIC_K",
|
|
9587
|
+
"description": "Standard/domestic household, type \"K\", DS 60884-2-D1, 3 pins",
|
|
9588
|
+
"isDeprecated": false,
|
|
9589
|
+
"deprecationReason": null
|
|
9590
|
+
},
|
|
9591
|
+
{
|
|
9592
|
+
"name": "DOMESTIC_L",
|
|
9593
|
+
"description": "Standard/domestic household, type \"L\", CEI 23-16-VII, 3 pins",
|
|
9594
|
+
"isDeprecated": false,
|
|
9595
|
+
"deprecationReason": null
|
|
9596
|
+
},
|
|
9597
|
+
{
|
|
9598
|
+
"name": "DOMESTIC_M",
|
|
9599
|
+
"description": "Standard/Domestic household, type \"M\", BS 546, 3 pins",
|
|
8433
9600
|
"isDeprecated": false,
|
|
8434
9601
|
"deprecationReason": null
|
|
8435
9602
|
},
|
|
8436
9603
|
{
|
|
8437
|
-
"name": "
|
|
8438
|
-
"description": "Standard/
|
|
9604
|
+
"name": "DOMESTIC_N",
|
|
9605
|
+
"description": "Standard/Domestic household, type \"N\", NBR 14136, 3 pins",
|
|
8439
9606
|
"isDeprecated": false,
|
|
8440
9607
|
"deprecationReason": null
|
|
8441
9608
|
},
|
|
8442
9609
|
{
|
|
8443
|
-
"name": "
|
|
8444
|
-
"description": "Standard/
|
|
9610
|
+
"name": "DOMESTIC_O",
|
|
9611
|
+
"description": "Standard/Domestic household, type \"O\", TIS 166-2549, 3 pins",
|
|
8445
9612
|
"isDeprecated": false,
|
|
8446
9613
|
"deprecationReason": null
|
|
8447
9614
|
},
|
|
@@ -8534,6 +9701,54 @@
|
|
|
8534
9701
|
"description": "The connector type is GB_T (Chinese standard), DC",
|
|
8535
9702
|
"isDeprecated": false,
|
|
8536
9703
|
"deprecationReason": null
|
|
9704
|
+
},
|
|
9705
|
+
{
|
|
9706
|
+
"name": "CHAOJI",
|
|
9707
|
+
"description": "The ChaoJi connector. The new generation charging connector, harmonized between CHAdeMO and GB/T. DC.",
|
|
9708
|
+
"isDeprecated": false,
|
|
9709
|
+
"deprecationReason": null
|
|
9710
|
+
},
|
|
9711
|
+
{
|
|
9712
|
+
"name": "NEMA_5_20",
|
|
9713
|
+
"description": "The connector type is NEMA 5-20, 3 pins",
|
|
9714
|
+
"isDeprecated": false,
|
|
9715
|
+
"deprecationReason": null
|
|
9716
|
+
},
|
|
9717
|
+
{
|
|
9718
|
+
"name": "NEMA_6_30",
|
|
9719
|
+
"description": "The connector type is NEMA 6-30, 3 pins",
|
|
9720
|
+
"isDeprecated": false,
|
|
9721
|
+
"deprecationReason": null
|
|
9722
|
+
},
|
|
9723
|
+
{
|
|
9724
|
+
"name": "NEMA_6_50",
|
|
9725
|
+
"description": "The connector type is NEMA 6-50, 3 pins",
|
|
9726
|
+
"isDeprecated": false,
|
|
9727
|
+
"deprecationReason": null
|
|
9728
|
+
},
|
|
9729
|
+
{
|
|
9730
|
+
"name": "NEMA_10_30",
|
|
9731
|
+
"description": "The connector type is NEMA 10-30, 3 pins",
|
|
9732
|
+
"isDeprecated": false,
|
|
9733
|
+
"deprecationReason": null
|
|
9734
|
+
},
|
|
9735
|
+
{
|
|
9736
|
+
"name": "NEMA_10_50",
|
|
9737
|
+
"description": "The connector type is NEMA 10-50, 3 pins",
|
|
9738
|
+
"isDeprecated": false,
|
|
9739
|
+
"deprecationReason": null
|
|
9740
|
+
},
|
|
9741
|
+
{
|
|
9742
|
+
"name": "NEMA_14_30",
|
|
9743
|
+
"description": "The connector type is NEMA 14-30, 3 pins, rating of 30 A",
|
|
9744
|
+
"isDeprecated": false,
|
|
9745
|
+
"deprecationReason": null
|
|
9746
|
+
},
|
|
9747
|
+
{
|
|
9748
|
+
"name": "NEMA_14_50",
|
|
9749
|
+
"description": "The connector type is NEMA 14-50, 3 pins, rating of 50 A",
|
|
9750
|
+
"isDeprecated": false,
|
|
9751
|
+
"deprecationReason": null
|
|
8537
9752
|
}
|
|
8538
9753
|
],
|
|
8539
9754
|
"possibleTypes": null
|
|
@@ -9373,6 +10588,18 @@
|
|
|
9373
10588
|
"isDeprecated": false,
|
|
9374
10589
|
"deprecationReason": null
|
|
9375
10590
|
},
|
|
10591
|
+
{
|
|
10592
|
+
"name": "AC_2_PHASE",
|
|
10593
|
+
"description": "AC two phases, only two of the three available phases connected.",
|
|
10594
|
+
"isDeprecated": false,
|
|
10595
|
+
"deprecationReason": null
|
|
10596
|
+
},
|
|
10597
|
+
{
|
|
10598
|
+
"name": "AC_2_PHASE_SPLIT",
|
|
10599
|
+
"description": "AC two phases using split phase system.",
|
|
10600
|
+
"isDeprecated": false,
|
|
10601
|
+
"deprecationReason": null
|
|
10602
|
+
},
|
|
9376
10603
|
{
|
|
9377
10604
|
"name": "DC",
|
|
9378
10605
|
"description": "Direct Current.",
|
|
@@ -10251,6 +11478,30 @@
|
|
|
10251
11478
|
},
|
|
10252
11479
|
"isDeprecated": false,
|
|
10253
11480
|
"deprecationReason": null
|
|
11481
|
+
},
|
|
11482
|
+
{
|
|
11483
|
+
"name": "ranking",
|
|
11484
|
+
"description": "Ranking level on which the operator is placed or null in case the operator is not on any ranking level",
|
|
11485
|
+
"args": [],
|
|
11486
|
+
"type": {
|
|
11487
|
+
"kind": "SCALAR",
|
|
11488
|
+
"name": "Int",
|
|
11489
|
+
"ofType": null
|
|
11490
|
+
},
|
|
11491
|
+
"isDeprecated": false,
|
|
11492
|
+
"deprecationReason": null
|
|
11493
|
+
},
|
|
11494
|
+
{
|
|
11495
|
+
"name": "excluded",
|
|
11496
|
+
"description": "Flag which indicates if the operator is in the excluded list",
|
|
11497
|
+
"args": [],
|
|
11498
|
+
"type": {
|
|
11499
|
+
"kind": "SCALAR",
|
|
11500
|
+
"name": "Boolean",
|
|
11501
|
+
"ofType": null
|
|
11502
|
+
},
|
|
11503
|
+
"isDeprecated": false,
|
|
11504
|
+
"deprecationReason": null
|
|
10254
11505
|
}
|
|
10255
11506
|
],
|
|
10256
11507
|
"inputFields": null,
|
|
@@ -10283,6 +11534,38 @@
|
|
|
10283
11534
|
"defaultValue": null,
|
|
10284
11535
|
"isDeprecated": false,
|
|
10285
11536
|
"deprecationReason": null
|
|
11537
|
+
},
|
|
11538
|
+
{
|
|
11539
|
+
"name": "ranking",
|
|
11540
|
+
"description": "List of ranking level(s) to be retrieved. Valid values are 1 to 10",
|
|
11541
|
+
"type": {
|
|
11542
|
+
"kind": "LIST",
|
|
11543
|
+
"name": null,
|
|
11544
|
+
"ofType": {
|
|
11545
|
+
"kind": "NON_NULL",
|
|
11546
|
+
"name": null,
|
|
11547
|
+
"ofType": {
|
|
11548
|
+
"kind": "SCALAR",
|
|
11549
|
+
"name": "Int",
|
|
11550
|
+
"ofType": null
|
|
11551
|
+
}
|
|
11552
|
+
}
|
|
11553
|
+
},
|
|
11554
|
+
"defaultValue": null,
|
|
11555
|
+
"isDeprecated": false,
|
|
11556
|
+
"deprecationReason": null
|
|
11557
|
+
},
|
|
11558
|
+
{
|
|
11559
|
+
"name": "excluded",
|
|
11560
|
+
"description": "Only retrieve operators that are in the excluded list",
|
|
11561
|
+
"type": {
|
|
11562
|
+
"kind": "SCALAR",
|
|
11563
|
+
"name": "Boolean",
|
|
11564
|
+
"ofType": null
|
|
11565
|
+
},
|
|
11566
|
+
"defaultValue": null,
|
|
11567
|
+
"isDeprecated": false,
|
|
11568
|
+
"deprecationReason": null
|
|
10286
11569
|
}
|
|
10287
11570
|
],
|
|
10288
11571
|
"interfaces": null,
|
|
@@ -10575,32 +11858,220 @@
|
|
|
10575
11858
|
},
|
|
10576
11859
|
{
|
|
10577
11860
|
"kind": "OBJECT",
|
|
10578
|
-
"name": "PowerList",
|
|
10579
|
-
"description": "The list of powers for the speed type",
|
|
11861
|
+
"name": "PowerList",
|
|
11862
|
+
"description": "The list of powers for the speed type",
|
|
11863
|
+
"fields": [
|
|
11864
|
+
{
|
|
11865
|
+
"name": "power",
|
|
11866
|
+
"description": "The maximum power the plug provides in kW",
|
|
11867
|
+
"args": [],
|
|
11868
|
+
"type": {
|
|
11869
|
+
"kind": "SCALAR",
|
|
11870
|
+
"name": "Float",
|
|
11871
|
+
"ofType": null
|
|
11872
|
+
},
|
|
11873
|
+
"isDeprecated": false,
|
|
11874
|
+
"deprecationReason": null
|
|
11875
|
+
},
|
|
11876
|
+
{
|
|
11877
|
+
"name": "total",
|
|
11878
|
+
"description": "The total number of stations with the specified power",
|
|
11879
|
+
"args": [],
|
|
11880
|
+
"type": {
|
|
11881
|
+
"kind": "SCALAR",
|
|
11882
|
+
"name": "Int",
|
|
11883
|
+
"ofType": null
|
|
11884
|
+
},
|
|
11885
|
+
"isDeprecated": false,
|
|
11886
|
+
"deprecationReason": null
|
|
11887
|
+
}
|
|
11888
|
+
],
|
|
11889
|
+
"inputFields": null,
|
|
11890
|
+
"interfaces": [],
|
|
11891
|
+
"enumValues": null,
|
|
11892
|
+
"possibleTypes": null
|
|
11893
|
+
},
|
|
11894
|
+
{
|
|
11895
|
+
"kind": "OBJECT",
|
|
11896
|
+
"name": "PowerStats",
|
|
11897
|
+
"description": "Power stats model",
|
|
11898
|
+
"fields": [
|
|
11899
|
+
{
|
|
11900
|
+
"name": "type",
|
|
11901
|
+
"description": "The charging speed type for the specified power",
|
|
11902
|
+
"args": [],
|
|
11903
|
+
"type": {
|
|
11904
|
+
"kind": "ENUM",
|
|
11905
|
+
"name": "StationSpeedType",
|
|
11906
|
+
"ofType": null
|
|
11907
|
+
},
|
|
11908
|
+
"isDeprecated": false,
|
|
11909
|
+
"deprecationReason": null
|
|
11910
|
+
},
|
|
11911
|
+
{
|
|
11912
|
+
"name": "powers",
|
|
11913
|
+
"description": "The list of powers for the speed type",
|
|
11914
|
+
"args": [],
|
|
11915
|
+
"type": {
|
|
11916
|
+
"kind": "LIST",
|
|
11917
|
+
"name": null,
|
|
11918
|
+
"ofType": {
|
|
11919
|
+
"kind": "OBJECT",
|
|
11920
|
+
"name": "PowerList",
|
|
11921
|
+
"ofType": null
|
|
11922
|
+
}
|
|
11923
|
+
},
|
|
11924
|
+
"isDeprecated": false,
|
|
11925
|
+
"deprecationReason": null
|
|
11926
|
+
}
|
|
11927
|
+
],
|
|
11928
|
+
"inputFields": null,
|
|
11929
|
+
"interfaces": [],
|
|
11930
|
+
"enumValues": null,
|
|
11931
|
+
"possibleTypes": null
|
|
11932
|
+
},
|
|
11933
|
+
{
|
|
11934
|
+
"kind": "OBJECT",
|
|
11935
|
+
"name": "Price",
|
|
11936
|
+
"description": "The price model",
|
|
11937
|
+
"fields": [
|
|
11938
|
+
{
|
|
11939
|
+
"name": "value",
|
|
11940
|
+
"description": "The value of the price",
|
|
11941
|
+
"args": [],
|
|
11942
|
+
"type": {
|
|
11943
|
+
"kind": "SCALAR",
|
|
11944
|
+
"name": "String",
|
|
11945
|
+
"ofType": null
|
|
11946
|
+
},
|
|
11947
|
+
"isDeprecated": false,
|
|
11948
|
+
"deprecationReason": null
|
|
11949
|
+
},
|
|
11950
|
+
{
|
|
11951
|
+
"name": "currency",
|
|
11952
|
+
"description": "The currency of the price",
|
|
11953
|
+
"args": [],
|
|
11954
|
+
"type": {
|
|
11955
|
+
"kind": "SCALAR",
|
|
11956
|
+
"name": "String",
|
|
11957
|
+
"ofType": null
|
|
11958
|
+
},
|
|
11959
|
+
"isDeprecated": false,
|
|
11960
|
+
"deprecationReason": null
|
|
11961
|
+
},
|
|
11962
|
+
{
|
|
11963
|
+
"name": "model",
|
|
11964
|
+
"description": "The pricing model",
|
|
11965
|
+
"args": [],
|
|
11966
|
+
"type": {
|
|
11967
|
+
"kind": "SCALAR",
|
|
11968
|
+
"name": "String",
|
|
11969
|
+
"ofType": null
|
|
11970
|
+
},
|
|
11971
|
+
"isDeprecated": false,
|
|
11972
|
+
"deprecationReason": null
|
|
11973
|
+
},
|
|
11974
|
+
{
|
|
11975
|
+
"name": "displayValue",
|
|
11976
|
+
"description": "The value of the price which should be display by the frontend",
|
|
11977
|
+
"args": [],
|
|
11978
|
+
"type": {
|
|
11979
|
+
"kind": "SCALAR",
|
|
11980
|
+
"name": "String",
|
|
11981
|
+
"ofType": null
|
|
11982
|
+
},
|
|
11983
|
+
"isDeprecated": false,
|
|
11984
|
+
"deprecationReason": null
|
|
11985
|
+
}
|
|
11986
|
+
],
|
|
11987
|
+
"inputFields": null,
|
|
11988
|
+
"interfaces": [],
|
|
11989
|
+
"enumValues": null,
|
|
11990
|
+
"possibleTypes": null
|
|
11991
|
+
},
|
|
11992
|
+
{
|
|
11993
|
+
"kind": "OBJECT",
|
|
11994
|
+
"name": "Pricing",
|
|
11995
|
+
"description": null,
|
|
11996
|
+
"fields": [
|
|
11997
|
+
{
|
|
11998
|
+
"name": "id",
|
|
11999
|
+
"description": "Unique ID of a price",
|
|
12000
|
+
"args": [],
|
|
12001
|
+
"type": {
|
|
12002
|
+
"kind": "SCALAR",
|
|
12003
|
+
"name": "String",
|
|
12004
|
+
"ofType": null
|
|
12005
|
+
},
|
|
12006
|
+
"isDeprecated": false,
|
|
12007
|
+
"deprecationReason": null
|
|
12008
|
+
},
|
|
12009
|
+
{
|
|
12010
|
+
"name": "price_list",
|
|
12011
|
+
"description": "Price details",
|
|
12012
|
+
"args": [],
|
|
12013
|
+
"type": {
|
|
12014
|
+
"kind": "LIST",
|
|
12015
|
+
"name": null,
|
|
12016
|
+
"ofType": {
|
|
12017
|
+
"kind": "OBJECT",
|
|
12018
|
+
"name": "PricingList",
|
|
12019
|
+
"ofType": null
|
|
12020
|
+
}
|
|
12021
|
+
},
|
|
12022
|
+
"isDeprecated": false,
|
|
12023
|
+
"deprecationReason": null
|
|
12024
|
+
}
|
|
12025
|
+
],
|
|
12026
|
+
"inputFields": null,
|
|
12027
|
+
"interfaces": [],
|
|
12028
|
+
"enumValues": null,
|
|
12029
|
+
"possibleTypes": null
|
|
12030
|
+
},
|
|
12031
|
+
{
|
|
12032
|
+
"kind": "OBJECT",
|
|
12033
|
+
"name": "PricingList",
|
|
12034
|
+
"description": null,
|
|
10580
12035
|
"fields": [
|
|
10581
12036
|
{
|
|
10582
|
-
"name": "
|
|
10583
|
-
"description": "
|
|
12037
|
+
"name": "partner",
|
|
12038
|
+
"description": "(MSP) Mobility Service Provider",
|
|
10584
12039
|
"args": [],
|
|
10585
12040
|
"type": {
|
|
10586
12041
|
"kind": "SCALAR",
|
|
10587
|
-
"name": "
|
|
12042
|
+
"name": "String",
|
|
10588
12043
|
"ofType": null
|
|
10589
12044
|
},
|
|
10590
12045
|
"isDeprecated": false,
|
|
10591
12046
|
"deprecationReason": null
|
|
10592
12047
|
},
|
|
10593
12048
|
{
|
|
10594
|
-
"name": "
|
|
10595
|
-
"description": "
|
|
12049
|
+
"name": "product",
|
|
12050
|
+
"description": "Product details",
|
|
10596
12051
|
"args": [],
|
|
10597
12052
|
"type": {
|
|
10598
|
-
"kind": "
|
|
10599
|
-
"name": "
|
|
12053
|
+
"kind": "OBJECT",
|
|
12054
|
+
"name": "PricingListProduct",
|
|
10600
12055
|
"ofType": null
|
|
10601
12056
|
},
|
|
10602
12057
|
"isDeprecated": false,
|
|
10603
12058
|
"deprecationReason": null
|
|
12059
|
+
},
|
|
12060
|
+
{
|
|
12061
|
+
"name": "elements",
|
|
12062
|
+
"description": "Price product elements",
|
|
12063
|
+
"args": [],
|
|
12064
|
+
"type": {
|
|
12065
|
+
"kind": "LIST",
|
|
12066
|
+
"name": null,
|
|
12067
|
+
"ofType": {
|
|
12068
|
+
"kind": "OBJECT",
|
|
12069
|
+
"name": "PricingListElement",
|
|
12070
|
+
"ofType": null
|
|
12071
|
+
}
|
|
12072
|
+
},
|
|
12073
|
+
"isDeprecated": false,
|
|
12074
|
+
"deprecationReason": null
|
|
10604
12075
|
}
|
|
10605
12076
|
],
|
|
10606
12077
|
"inputFields": null,
|
|
@@ -10610,33 +12081,41 @@
|
|
|
10610
12081
|
},
|
|
10611
12082
|
{
|
|
10612
12083
|
"kind": "OBJECT",
|
|
10613
|
-
"name": "
|
|
10614
|
-
"description":
|
|
12084
|
+
"name": "PricingListElement",
|
|
12085
|
+
"description": null,
|
|
10615
12086
|
"fields": [
|
|
10616
12087
|
{
|
|
10617
12088
|
"name": "type",
|
|
10618
|
-
"description": "
|
|
12089
|
+
"description": "Price element type.",
|
|
10619
12090
|
"args": [],
|
|
10620
12091
|
"type": {
|
|
10621
12092
|
"kind": "ENUM",
|
|
10622
|
-
"name": "
|
|
12093
|
+
"name": "PricingListElementType",
|
|
10623
12094
|
"ofType": null
|
|
10624
12095
|
},
|
|
10625
12096
|
"isDeprecated": false,
|
|
10626
12097
|
"deprecationReason": null
|
|
10627
12098
|
},
|
|
10628
12099
|
{
|
|
10629
|
-
"name": "
|
|
10630
|
-
"description": "
|
|
12100
|
+
"name": "price_excl_vat",
|
|
12101
|
+
"description": "Price of the element type without VAT.",
|
|
10631
12102
|
"args": [],
|
|
10632
12103
|
"type": {
|
|
10633
|
-
"kind": "
|
|
10634
|
-
"name":
|
|
10635
|
-
"ofType":
|
|
10636
|
-
|
|
10637
|
-
|
|
10638
|
-
|
|
10639
|
-
|
|
12104
|
+
"kind": "SCALAR",
|
|
12105
|
+
"name": "Float",
|
|
12106
|
+
"ofType": null
|
|
12107
|
+
},
|
|
12108
|
+
"isDeprecated": false,
|
|
12109
|
+
"deprecationReason": null
|
|
12110
|
+
},
|
|
12111
|
+
{
|
|
12112
|
+
"name": "vat",
|
|
12113
|
+
"description": "VAT percentage to apply",
|
|
12114
|
+
"args": [],
|
|
12115
|
+
"type": {
|
|
12116
|
+
"kind": "SCALAR",
|
|
12117
|
+
"name": "Float",
|
|
12118
|
+
"ofType": null
|
|
10640
12119
|
},
|
|
10641
12120
|
"isDeprecated": false,
|
|
10642
12121
|
"deprecationReason": null
|
|
@@ -10647,14 +12126,49 @@
|
|
|
10647
12126
|
"enumValues": null,
|
|
10648
12127
|
"possibleTypes": null
|
|
10649
12128
|
},
|
|
12129
|
+
{
|
|
12130
|
+
"kind": "ENUM",
|
|
12131
|
+
"name": "PricingListElementType",
|
|
12132
|
+
"description": null,
|
|
12133
|
+
"fields": null,
|
|
12134
|
+
"inputFields": null,
|
|
12135
|
+
"interfaces": null,
|
|
12136
|
+
"enumValues": [
|
|
12137
|
+
{
|
|
12138
|
+
"name": "ENERGY",
|
|
12139
|
+
"description": "Price per kWh",
|
|
12140
|
+
"isDeprecated": false,
|
|
12141
|
+
"deprecationReason": null
|
|
12142
|
+
},
|
|
12143
|
+
{
|
|
12144
|
+
"name": "FLAT",
|
|
12145
|
+
"description": "Starting price, fixed fee per charge session",
|
|
12146
|
+
"isDeprecated": false,
|
|
12147
|
+
"deprecationReason": null
|
|
12148
|
+
},
|
|
12149
|
+
{
|
|
12150
|
+
"name": "TIME",
|
|
12151
|
+
"description": "Fixed price per hour",
|
|
12152
|
+
"isDeprecated": false,
|
|
12153
|
+
"deprecationReason": null
|
|
12154
|
+
},
|
|
12155
|
+
{
|
|
12156
|
+
"name": "PARKING_TIME",
|
|
12157
|
+
"description": "Parking price per hour",
|
|
12158
|
+
"isDeprecated": false,
|
|
12159
|
+
"deprecationReason": null
|
|
12160
|
+
}
|
|
12161
|
+
],
|
|
12162
|
+
"possibleTypes": null
|
|
12163
|
+
},
|
|
10650
12164
|
{
|
|
10651
12165
|
"kind": "OBJECT",
|
|
10652
|
-
"name": "
|
|
10653
|
-
"description":
|
|
12166
|
+
"name": "PricingListProduct",
|
|
12167
|
+
"description": null,
|
|
10654
12168
|
"fields": [
|
|
10655
12169
|
{
|
|
10656
|
-
"name": "
|
|
10657
|
-
"description": "
|
|
12170
|
+
"name": "name",
|
|
12171
|
+
"description": "Name of the payment card or subscription. If name is 'Adhoc price' the price is the CPO price",
|
|
10658
12172
|
"args": [],
|
|
10659
12173
|
"type": {
|
|
10660
12174
|
"kind": "SCALAR",
|
|
@@ -10665,8 +12179,8 @@
|
|
|
10665
12179
|
"deprecationReason": null
|
|
10666
12180
|
},
|
|
10667
12181
|
{
|
|
10668
|
-
"name": "
|
|
10669
|
-
"description": "
|
|
12182
|
+
"name": "description",
|
|
12183
|
+
"description": "Description of the product",
|
|
10670
12184
|
"args": [],
|
|
10671
12185
|
"type": {
|
|
10672
12186
|
"kind": "SCALAR",
|
|
@@ -10677,8 +12191,8 @@
|
|
|
10677
12191
|
"deprecationReason": null
|
|
10678
12192
|
},
|
|
10679
12193
|
{
|
|
10680
|
-
"name": "
|
|
10681
|
-
"description": "
|
|
12194
|
+
"name": "subscription_type",
|
|
12195
|
+
"description": "Subscription type",
|
|
10682
12196
|
"args": [],
|
|
10683
12197
|
"type": {
|
|
10684
12198
|
"kind": "SCALAR",
|
|
@@ -10689,8 +12203,20 @@
|
|
|
10689
12203
|
"deprecationReason": null
|
|
10690
12204
|
},
|
|
10691
12205
|
{
|
|
10692
|
-
"name": "
|
|
10693
|
-
"description": "
|
|
12206
|
+
"name": "subscription_fee_excl_vat",
|
|
12207
|
+
"description": "Subscription fee without VAT",
|
|
12208
|
+
"args": [],
|
|
12209
|
+
"type": {
|
|
12210
|
+
"kind": "SCALAR",
|
|
12211
|
+
"name": "Float",
|
|
12212
|
+
"ofType": null
|
|
12213
|
+
},
|
|
12214
|
+
"isDeprecated": false,
|
|
12215
|
+
"deprecationReason": null
|
|
12216
|
+
},
|
|
12217
|
+
{
|
|
12218
|
+
"name": "currency",
|
|
12219
|
+
"description": "Currency",
|
|
10694
12220
|
"args": [],
|
|
10695
12221
|
"type": {
|
|
10696
12222
|
"kind": "SCALAR",
|
|
@@ -10883,6 +12409,35 @@
|
|
|
10883
12409
|
"isDeprecated": false,
|
|
10884
12410
|
"deprecationReason": null
|
|
10885
12411
|
},
|
|
12412
|
+
{
|
|
12413
|
+
"name": "navigation",
|
|
12414
|
+
"description": "[BETA] Get a navigation session by ID",
|
|
12415
|
+
"args": [
|
|
12416
|
+
{
|
|
12417
|
+
"name": "id",
|
|
12418
|
+
"description": "ID of the navigation session to retrieve",
|
|
12419
|
+
"type": {
|
|
12420
|
+
"kind": "NON_NULL",
|
|
12421
|
+
"name": null,
|
|
12422
|
+
"ofType": {
|
|
12423
|
+
"kind": "SCALAR",
|
|
12424
|
+
"name": "ID",
|
|
12425
|
+
"ofType": null
|
|
12426
|
+
}
|
|
12427
|
+
},
|
|
12428
|
+
"defaultValue": null,
|
|
12429
|
+
"isDeprecated": false,
|
|
12430
|
+
"deprecationReason": null
|
|
12431
|
+
}
|
|
12432
|
+
],
|
|
12433
|
+
"type": {
|
|
12434
|
+
"kind": "OBJECT",
|
|
12435
|
+
"name": "Navigation",
|
|
12436
|
+
"ofType": null
|
|
12437
|
+
},
|
|
12438
|
+
"isDeprecated": false,
|
|
12439
|
+
"deprecationReason": null
|
|
12440
|
+
},
|
|
10886
12441
|
{
|
|
10887
12442
|
"name": "operatorList",
|
|
10888
12443
|
"description": "Get a full list of operators",
|
|
@@ -11401,6 +12956,75 @@
|
|
|
11401
12956
|
},
|
|
11402
12957
|
"isDeprecated": false,
|
|
11403
12958
|
"deprecationReason": null
|
|
12959
|
+
},
|
|
12960
|
+
{
|
|
12961
|
+
"name": "navigationMapping",
|
|
12962
|
+
"description": "Deprecated: This query will be removed in favor of navigation query and subscription. Mapping can be retrieved via the instructions field.",
|
|
12963
|
+
"args": [
|
|
12964
|
+
{
|
|
12965
|
+
"name": "id",
|
|
12966
|
+
"description": "ID of a route that needs to be mapped to navigation service provider specific format",
|
|
12967
|
+
"type": {
|
|
12968
|
+
"kind": "NON_NULL",
|
|
12969
|
+
"name": null,
|
|
12970
|
+
"ofType": {
|
|
12971
|
+
"kind": "SCALAR",
|
|
12972
|
+
"name": "ID",
|
|
12973
|
+
"ofType": null
|
|
12974
|
+
}
|
|
12975
|
+
},
|
|
12976
|
+
"defaultValue": null,
|
|
12977
|
+
"isDeprecated": false,
|
|
12978
|
+
"deprecationReason": null
|
|
12979
|
+
},
|
|
12980
|
+
{
|
|
12981
|
+
"name": "provider",
|
|
12982
|
+
"description": "Navigation service provider",
|
|
12983
|
+
"type": {
|
|
12984
|
+
"kind": "NON_NULL",
|
|
12985
|
+
"name": null,
|
|
12986
|
+
"ofType": {
|
|
12987
|
+
"kind": "ENUM",
|
|
12988
|
+
"name": "MappingProvider",
|
|
12989
|
+
"ofType": null
|
|
12990
|
+
}
|
|
12991
|
+
},
|
|
12992
|
+
"defaultValue": null,
|
|
12993
|
+
"isDeprecated": false,
|
|
12994
|
+
"deprecationReason": null
|
|
12995
|
+
},
|
|
12996
|
+
{
|
|
12997
|
+
"name": "precision",
|
|
12998
|
+
"description": "Number of decimals used for Google Polyline encoding Algorithm. Allowed values are 5 or 6, default is 5",
|
|
12999
|
+
"type": {
|
|
13000
|
+
"kind": "SCALAR",
|
|
13001
|
+
"name": "Int",
|
|
13002
|
+
"ofType": null
|
|
13003
|
+
},
|
|
13004
|
+
"defaultValue": null,
|
|
13005
|
+
"isDeprecated": false,
|
|
13006
|
+
"deprecationReason": null
|
|
13007
|
+
},
|
|
13008
|
+
{
|
|
13009
|
+
"name": "language",
|
|
13010
|
+
"description": "Preferred language (defaults to 'en')",
|
|
13011
|
+
"type": {
|
|
13012
|
+
"kind": "ENUM",
|
|
13013
|
+
"name": "MappingLanguage",
|
|
13014
|
+
"ofType": null
|
|
13015
|
+
},
|
|
13016
|
+
"defaultValue": null,
|
|
13017
|
+
"isDeprecated": false,
|
|
13018
|
+
"deprecationReason": null
|
|
13019
|
+
}
|
|
13020
|
+
],
|
|
13021
|
+
"type": {
|
|
13022
|
+
"kind": "SCALAR",
|
|
13023
|
+
"name": "JSON",
|
|
13024
|
+
"ofType": null
|
|
13025
|
+
},
|
|
13026
|
+
"isDeprecated": false,
|
|
13027
|
+
"deprecationReason": null
|
|
11404
13028
|
}
|
|
11405
13029
|
],
|
|
11406
13030
|
"inputFields": null,
|
|
@@ -11502,6 +13126,18 @@
|
|
|
11502
13126
|
"name": "Int",
|
|
11503
13127
|
"ofType": null
|
|
11504
13128
|
},
|
|
13129
|
+
"isDeprecated": true,
|
|
13130
|
+
"deprecationReason": "In favor of occupants"
|
|
13131
|
+
},
|
|
13132
|
+
{
|
|
13133
|
+
"name": "occupants",
|
|
13134
|
+
"description": "Number of occupants",
|
|
13135
|
+
"args": [],
|
|
13136
|
+
"type": {
|
|
13137
|
+
"kind": "SCALAR",
|
|
13138
|
+
"name": "Int",
|
|
13139
|
+
"ofType": null
|
|
13140
|
+
},
|
|
11505
13141
|
"isDeprecated": false,
|
|
11506
13142
|
"deprecationReason": null
|
|
11507
13143
|
},
|
|
@@ -11924,8 +13560,8 @@
|
|
|
11924
13560
|
"deprecationReason": null
|
|
11925
13561
|
},
|
|
11926
13562
|
{
|
|
11927
|
-
"name": "
|
|
11928
|
-
"description": "Number of
|
|
13563
|
+
"name": "occupants",
|
|
13564
|
+
"description": "Number of occupants",
|
|
11929
13565
|
"type": {
|
|
11930
13566
|
"kind": "SCALAR",
|
|
11931
13567
|
"name": "Int",
|
|
@@ -11987,7 +13623,7 @@
|
|
|
11987
13623
|
"args": [],
|
|
11988
13624
|
"type": {
|
|
11989
13625
|
"kind": "ENUM",
|
|
11990
|
-
"name": "
|
|
13626
|
+
"name": "ConnectorType",
|
|
11991
13627
|
"ofType": null
|
|
11992
13628
|
},
|
|
11993
13629
|
"isDeprecated": false,
|
|
@@ -12025,7 +13661,7 @@
|
|
|
12025
13661
|
"name": null,
|
|
12026
13662
|
"ofType": {
|
|
12027
13663
|
"kind": "ENUM",
|
|
12028
|
-
"name": "
|
|
13664
|
+
"name": "ConnectorType",
|
|
12029
13665
|
"ofType": null
|
|
12030
13666
|
}
|
|
12031
13667
|
},
|
|
@@ -12160,7 +13796,7 @@
|
|
|
12160
13796
|
},
|
|
12161
13797
|
{
|
|
12162
13798
|
"name": "operators",
|
|
12163
|
-
"description": "Operator
|
|
13799
|
+
"description": "Operator prioritization for a route",
|
|
12164
13800
|
"args": [],
|
|
12165
13801
|
"type": {
|
|
12166
13802
|
"kind": "OBJECT",
|
|
@@ -12340,7 +13976,7 @@
|
|
|
12340
13976
|
},
|
|
12341
13977
|
{
|
|
12342
13978
|
"name": "operators",
|
|
12343
|
-
"description": "Operator
|
|
13979
|
+
"description": "Operator prioritization for a route",
|
|
12344
13980
|
"type": {
|
|
12345
13981
|
"kind": "INPUT_OBJECT",
|
|
12346
13982
|
"name": "RouteOperatorsInput",
|
|
@@ -12448,7 +14084,7 @@
|
|
|
12448
14084
|
},
|
|
12449
14085
|
{
|
|
12450
14086
|
"name": "instructions",
|
|
12451
|
-
"description": "
|
|
14087
|
+
"description": "Deprecated: all routes will have turn-by-turn instructions prepared. Boolean will be ignored",
|
|
12452
14088
|
"type": {
|
|
12453
14089
|
"kind": "SCALAR",
|
|
12454
14090
|
"name": "Boolean",
|
|
@@ -12585,7 +14221,7 @@
|
|
|
12585
14221
|
"args": [],
|
|
12586
14222
|
"type": {
|
|
12587
14223
|
"kind": "ENUM",
|
|
12588
|
-
"name": "
|
|
14224
|
+
"name": "ConnectorType",
|
|
12589
14225
|
"ofType": null
|
|
12590
14226
|
},
|
|
12591
14227
|
"isDeprecated": false,
|
|
@@ -12724,7 +14360,7 @@
|
|
|
12724
14360
|
"description": "Plug type that was provided/selected by a user",
|
|
12725
14361
|
"type": {
|
|
12726
14362
|
"kind": "ENUM",
|
|
12727
|
-
"name": "
|
|
14363
|
+
"name": "ConnectorType",
|
|
12728
14364
|
"ofType": null
|
|
12729
14365
|
},
|
|
12730
14366
|
"defaultValue": null,
|
|
@@ -13068,6 +14704,18 @@
|
|
|
13068
14704
|
"isDeprecated": false,
|
|
13069
14705
|
"deprecationReason": null
|
|
13070
14706
|
},
|
|
14707
|
+
{
|
|
14708
|
+
"name": "app",
|
|
14709
|
+
"description": "Application who requested a route",
|
|
14710
|
+
"args": [],
|
|
14711
|
+
"type": {
|
|
14712
|
+
"kind": "OBJECT",
|
|
14713
|
+
"name": "RouteApp",
|
|
14714
|
+
"ofType": null
|
|
14715
|
+
},
|
|
14716
|
+
"isDeprecated": false,
|
|
14717
|
+
"deprecationReason": null
|
|
14718
|
+
},
|
|
13071
14719
|
{
|
|
13072
14720
|
"name": "status",
|
|
13073
14721
|
"description": "Route status",
|
|
@@ -13232,8 +14880,8 @@
|
|
|
13232
14880
|
"name": "Int",
|
|
13233
14881
|
"ofType": null
|
|
13234
14882
|
},
|
|
13235
|
-
"isDeprecated":
|
|
13236
|
-
"deprecationReason":
|
|
14883
|
+
"isDeprecated": true,
|
|
14884
|
+
"deprecationReason": "Will be removed in the future"
|
|
13237
14885
|
},
|
|
13238
14886
|
{
|
|
13239
14887
|
"name": "rangeStart",
|
|
@@ -13325,7 +14973,7 @@
|
|
|
13325
14973
|
"args": [
|
|
13326
14974
|
{
|
|
13327
14975
|
"name": "decimals",
|
|
13328
|
-
"description": "Number of decimals used
|
|
14976
|
+
"description": "Number of decimals used by the algorithm to encode [long, lat] pairs. Allowed values are 5 or 6, default is 5",
|
|
13329
14977
|
"type": {
|
|
13330
14978
|
"kind": "SCALAR",
|
|
13331
14979
|
"name": "Int",
|
|
@@ -13471,6 +15119,22 @@
|
|
|
13471
15119
|
},
|
|
13472
15120
|
"isDeprecated": false,
|
|
13473
15121
|
"deprecationReason": null
|
|
15122
|
+
},
|
|
15123
|
+
{
|
|
15124
|
+
"name": "tags",
|
|
15125
|
+
"description": "Tags of a route alternative. Values: road, highway, toll, ferry, etc.",
|
|
15126
|
+
"args": [],
|
|
15127
|
+
"type": {
|
|
15128
|
+
"kind": "LIST",
|
|
15129
|
+
"name": null,
|
|
15130
|
+
"ofType": {
|
|
15131
|
+
"kind": "ENUM",
|
|
15132
|
+
"name": "RouteTagType",
|
|
15133
|
+
"ofType": null
|
|
15134
|
+
}
|
|
15135
|
+
},
|
|
15136
|
+
"isDeprecated": false,
|
|
15137
|
+
"deprecationReason": null
|
|
13474
15138
|
}
|
|
13475
15139
|
],
|
|
13476
15140
|
"inputFields": null,
|
|
@@ -13565,7 +15229,7 @@
|
|
|
13565
15229
|
},
|
|
13566
15230
|
{
|
|
13567
15231
|
"name": "bestMatching",
|
|
13568
|
-
"description": "Best matching
|
|
15232
|
+
"description": "Best matching route based on operator and amenities preferences",
|
|
13569
15233
|
"isDeprecated": false,
|
|
13570
15234
|
"deprecationReason": null
|
|
13571
15235
|
},
|
|
@@ -13578,6 +15242,29 @@
|
|
|
13578
15242
|
],
|
|
13579
15243
|
"possibleTypes": null
|
|
13580
15244
|
},
|
|
15245
|
+
{
|
|
15246
|
+
"kind": "OBJECT",
|
|
15247
|
+
"name": "RouteApp",
|
|
15248
|
+
"description": null,
|
|
15249
|
+
"fields": [
|
|
15250
|
+
{
|
|
15251
|
+
"name": "id",
|
|
15252
|
+
"description": "ID of the app who requested a route",
|
|
15253
|
+
"args": [],
|
|
15254
|
+
"type": {
|
|
15255
|
+
"kind": "SCALAR",
|
|
15256
|
+
"name": "ID",
|
|
15257
|
+
"ofType": null
|
|
15258
|
+
},
|
|
15259
|
+
"isDeprecated": false,
|
|
15260
|
+
"deprecationReason": null
|
|
15261
|
+
}
|
|
15262
|
+
],
|
|
15263
|
+
"inputFields": null,
|
|
15264
|
+
"interfaces": [],
|
|
15265
|
+
"enumValues": null,
|
|
15266
|
+
"possibleTypes": null
|
|
15267
|
+
},
|
|
13581
15268
|
{
|
|
13582
15269
|
"kind": "OBJECT",
|
|
13583
15270
|
"name": "RouteInstruction",
|
|
@@ -14042,7 +15729,19 @@
|
|
|
14042
15729
|
},
|
|
14043
15730
|
{
|
|
14044
15731
|
"name": "operatorId",
|
|
14045
|
-
"description": "ID of
|
|
15732
|
+
"description": "ID of an operator",
|
|
15733
|
+
"args": [],
|
|
15734
|
+
"type": {
|
|
15735
|
+
"kind": "SCALAR",
|
|
15736
|
+
"name": "String",
|
|
15737
|
+
"ofType": null
|
|
15738
|
+
},
|
|
15739
|
+
"isDeprecated": false,
|
|
15740
|
+
"deprecationReason": null
|
|
15741
|
+
},
|
|
15742
|
+
{
|
|
15743
|
+
"name": "operatorName",
|
|
15744
|
+
"description": "Name of an operator",
|
|
14046
15745
|
"args": [],
|
|
14047
15746
|
"type": {
|
|
14048
15747
|
"kind": "SCALAR",
|
|
@@ -14052,6 +15751,18 @@
|
|
|
14052
15751
|
"isDeprecated": false,
|
|
14053
15752
|
"deprecationReason": null
|
|
14054
15753
|
},
|
|
15754
|
+
{
|
|
15755
|
+
"name": "operatorRanking",
|
|
15756
|
+
"description": "Ranking of an operator",
|
|
15757
|
+
"args": [],
|
|
15758
|
+
"type": {
|
|
15759
|
+
"kind": "SCALAR",
|
|
15760
|
+
"name": "Int",
|
|
15761
|
+
"ofType": null
|
|
15762
|
+
},
|
|
15763
|
+
"isDeprecated": false,
|
|
15764
|
+
"deprecationReason": null
|
|
15765
|
+
},
|
|
14055
15766
|
{
|
|
14056
15767
|
"name": "chargeTime",
|
|
14057
15768
|
"description": "Total time required to charge a battery until 80%, in seconds",
|
|
@@ -14147,6 +15858,63 @@
|
|
|
14147
15858
|
},
|
|
14148
15859
|
"isDeprecated": false,
|
|
14149
15860
|
"deprecationReason": null
|
|
15861
|
+
},
|
|
15862
|
+
{
|
|
15863
|
+
"name": "polyline",
|
|
15864
|
+
"description": "Polyline containing encoded coordinates",
|
|
15865
|
+
"args": [
|
|
15866
|
+
{
|
|
15867
|
+
"name": "decimals",
|
|
15868
|
+
"description": "Number of decimals used by the algorithm to encode [long, lat] pairs. Allowed values are 5 or 6, default is 5",
|
|
15869
|
+
"type": {
|
|
15870
|
+
"kind": "SCALAR",
|
|
15871
|
+
"name": "Int",
|
|
15872
|
+
"ofType": null
|
|
15873
|
+
},
|
|
15874
|
+
"defaultValue": null,
|
|
15875
|
+
"isDeprecated": false,
|
|
15876
|
+
"deprecationReason": null
|
|
15877
|
+
}
|
|
15878
|
+
],
|
|
15879
|
+
"type": {
|
|
15880
|
+
"kind": "SCALAR",
|
|
15881
|
+
"name": "String",
|
|
15882
|
+
"ofType": null
|
|
15883
|
+
},
|
|
15884
|
+
"isDeprecated": false,
|
|
15885
|
+
"deprecationReason": null
|
|
15886
|
+
},
|
|
15887
|
+
{
|
|
15888
|
+
"name": "steps",
|
|
15889
|
+
"description": "Steps of a leg",
|
|
15890
|
+
"args": [],
|
|
15891
|
+
"type": {
|
|
15892
|
+
"kind": "LIST",
|
|
15893
|
+
"name": null,
|
|
15894
|
+
"ofType": {
|
|
15895
|
+
"kind": "OBJECT",
|
|
15896
|
+
"name": "RouteStep",
|
|
15897
|
+
"ofType": null
|
|
15898
|
+
}
|
|
15899
|
+
},
|
|
15900
|
+
"isDeprecated": false,
|
|
15901
|
+
"deprecationReason": null
|
|
15902
|
+
},
|
|
15903
|
+
{
|
|
15904
|
+
"name": "tags",
|
|
15905
|
+
"description": "Tags of a leg. Values: road, highway, toll, ferry",
|
|
15906
|
+
"args": [],
|
|
15907
|
+
"type": {
|
|
15908
|
+
"kind": "LIST",
|
|
15909
|
+
"name": null,
|
|
15910
|
+
"ofType": {
|
|
15911
|
+
"kind": "ENUM",
|
|
15912
|
+
"name": "RouteTagType",
|
|
15913
|
+
"ofType": null
|
|
15914
|
+
}
|
|
15915
|
+
},
|
|
15916
|
+
"isDeprecated": false,
|
|
15917
|
+
"deprecationReason": null
|
|
14150
15918
|
}
|
|
14151
15919
|
],
|
|
14152
15920
|
"inputFields": null,
|
|
@@ -14157,7 +15925,7 @@
|
|
|
14157
15925
|
{
|
|
14158
15926
|
"kind": "OBJECT",
|
|
14159
15927
|
"name": "RouteOperators",
|
|
14160
|
-
"description":
|
|
15928
|
+
"description": "Prioritized operators for a route calculation",
|
|
14161
15929
|
"fields": [
|
|
14162
15930
|
{
|
|
14163
15931
|
"name": "type",
|
|
@@ -14208,7 +15976,7 @@
|
|
|
14208
15976
|
{
|
|
14209
15977
|
"kind": "INPUT_OBJECT",
|
|
14210
15978
|
"name": "RouteOperatorsInput",
|
|
14211
|
-
"description": "
|
|
15979
|
+
"description": "Prioritized operators for a route calculation",
|
|
14212
15980
|
"fields": null,
|
|
14213
15981
|
"inputFields": [
|
|
14214
15982
|
{
|
|
@@ -14259,7 +16027,7 @@
|
|
|
14259
16027
|
{
|
|
14260
16028
|
"kind": "OBJECT",
|
|
14261
16029
|
"name": "RouteOperatorsRanking",
|
|
14262
|
-
"description": "Ranking configuration for
|
|
16030
|
+
"description": "Ranking configuration for prioritized operators",
|
|
14263
16031
|
"fields": [
|
|
14264
16032
|
{
|
|
14265
16033
|
"name": "level1",
|
|
@@ -14430,7 +16198,7 @@
|
|
|
14430
16198
|
{
|
|
14431
16199
|
"kind": "INPUT_OBJECT",
|
|
14432
16200
|
"name": "RouteOperatorsRankingInput",
|
|
14433
|
-
"description": "Ranking configuration for
|
|
16201
|
+
"description": "Ranking configuration for prioritized operators",
|
|
14434
16202
|
"fields": null,
|
|
14435
16203
|
"inputFields": [
|
|
14436
16204
|
{
|
|
@@ -14601,7 +16369,7 @@
|
|
|
14601
16369
|
{
|
|
14602
16370
|
"kind": "ENUM",
|
|
14603
16371
|
"name": "RouteOperatorsType",
|
|
14604
|
-
"description": "Type of operator
|
|
16372
|
+
"description": "Type of operator prioritization for a route",
|
|
14605
16373
|
"fields": null,
|
|
14606
16374
|
"inputFields": null,
|
|
14607
16375
|
"interfaces": null,
|
|
@@ -14620,7 +16388,7 @@
|
|
|
14620
16388
|
},
|
|
14621
16389
|
{
|
|
14622
16390
|
"name": "required",
|
|
14623
|
-
"description": "Operators given in the operators ranking will be required when calculating routes,
|
|
16391
|
+
"description": "Operators given in the operators ranking will be required when calculating routes, all other operators will be ignored",
|
|
14624
16392
|
"isDeprecated": false,
|
|
14625
16393
|
"deprecationReason": null
|
|
14626
16394
|
}
|
|
@@ -14887,6 +16655,137 @@
|
|
|
14887
16655
|
],
|
|
14888
16656
|
"possibleTypes": null
|
|
14889
16657
|
},
|
|
16658
|
+
{
|
|
16659
|
+
"kind": "OBJECT",
|
|
16660
|
+
"name": "RouteStep",
|
|
16661
|
+
"description": null,
|
|
16662
|
+
"fields": [
|
|
16663
|
+
{
|
|
16664
|
+
"name": "id",
|
|
16665
|
+
"description": "ID of a step",
|
|
16666
|
+
"args": [],
|
|
16667
|
+
"type": {
|
|
16668
|
+
"kind": "SCALAR",
|
|
16669
|
+
"name": "ID",
|
|
16670
|
+
"ofType": null
|
|
16671
|
+
},
|
|
16672
|
+
"isDeprecated": false,
|
|
16673
|
+
"deprecationReason": null
|
|
16674
|
+
},
|
|
16675
|
+
{
|
|
16676
|
+
"name": "type",
|
|
16677
|
+
"description": "Type of a step",
|
|
16678
|
+
"args": [],
|
|
16679
|
+
"type": {
|
|
16680
|
+
"kind": "ENUM",
|
|
16681
|
+
"name": "StepType",
|
|
16682
|
+
"ofType": null
|
|
16683
|
+
},
|
|
16684
|
+
"isDeprecated": false,
|
|
16685
|
+
"deprecationReason": null
|
|
16686
|
+
},
|
|
16687
|
+
{
|
|
16688
|
+
"name": "polyline",
|
|
16689
|
+
"description": "Polyline containing encoded coordinates",
|
|
16690
|
+
"args": [
|
|
16691
|
+
{
|
|
16692
|
+
"name": "decimals",
|
|
16693
|
+
"description": "Number of decimals used by the algorithm to encode [long, lat] pairs. Allowed values are 5 or 6, default is 5",
|
|
16694
|
+
"type": {
|
|
16695
|
+
"kind": "SCALAR",
|
|
16696
|
+
"name": "Int",
|
|
16697
|
+
"ofType": null
|
|
16698
|
+
},
|
|
16699
|
+
"defaultValue": null,
|
|
16700
|
+
"isDeprecated": false,
|
|
16701
|
+
"deprecationReason": null
|
|
16702
|
+
}
|
|
16703
|
+
],
|
|
16704
|
+
"type": {
|
|
16705
|
+
"kind": "SCALAR",
|
|
16706
|
+
"name": "String",
|
|
16707
|
+
"ofType": null
|
|
16708
|
+
},
|
|
16709
|
+
"isDeprecated": false,
|
|
16710
|
+
"deprecationReason": null
|
|
16711
|
+
},
|
|
16712
|
+
{
|
|
16713
|
+
"name": "distance",
|
|
16714
|
+
"description": "Distance from the start to the end of a step, in meters",
|
|
16715
|
+
"args": [],
|
|
16716
|
+
"type": {
|
|
16717
|
+
"kind": "SCALAR",
|
|
16718
|
+
"name": "Int",
|
|
16719
|
+
"ofType": null
|
|
16720
|
+
},
|
|
16721
|
+
"isDeprecated": false,
|
|
16722
|
+
"deprecationReason": null
|
|
16723
|
+
},
|
|
16724
|
+
{
|
|
16725
|
+
"name": "duration",
|
|
16726
|
+
"description": "Total drive time from the start to the end of a step, in seconds",
|
|
16727
|
+
"args": [],
|
|
16728
|
+
"type": {
|
|
16729
|
+
"kind": "SCALAR",
|
|
16730
|
+
"name": "Int",
|
|
16731
|
+
"ofType": null
|
|
16732
|
+
},
|
|
16733
|
+
"isDeprecated": false,
|
|
16734
|
+
"deprecationReason": null
|
|
16735
|
+
},
|
|
16736
|
+
{
|
|
16737
|
+
"name": "consumption",
|
|
16738
|
+
"description": "Total enery used in a step in kWh",
|
|
16739
|
+
"args": [],
|
|
16740
|
+
"type": {
|
|
16741
|
+
"kind": "SCALAR",
|
|
16742
|
+
"name": "Float",
|
|
16743
|
+
"ofType": null
|
|
16744
|
+
},
|
|
16745
|
+
"isDeprecated": false,
|
|
16746
|
+
"deprecationReason": null
|
|
16747
|
+
}
|
|
16748
|
+
],
|
|
16749
|
+
"inputFields": null,
|
|
16750
|
+
"interfaces": [],
|
|
16751
|
+
"enumValues": null,
|
|
16752
|
+
"possibleTypes": null
|
|
16753
|
+
},
|
|
16754
|
+
{
|
|
16755
|
+
"kind": "ENUM",
|
|
16756
|
+
"name": "RouteTagType",
|
|
16757
|
+
"description": "Tags of a route",
|
|
16758
|
+
"fields": null,
|
|
16759
|
+
"inputFields": null,
|
|
16760
|
+
"interfaces": null,
|
|
16761
|
+
"enumValues": [
|
|
16762
|
+
{
|
|
16763
|
+
"name": "road",
|
|
16764
|
+
"description": null,
|
|
16765
|
+
"isDeprecated": false,
|
|
16766
|
+
"deprecationReason": null
|
|
16767
|
+
},
|
|
16768
|
+
{
|
|
16769
|
+
"name": "highway",
|
|
16770
|
+
"description": null,
|
|
16771
|
+
"isDeprecated": false,
|
|
16772
|
+
"deprecationReason": null
|
|
16773
|
+
},
|
|
16774
|
+
{
|
|
16775
|
+
"name": "toll",
|
|
16776
|
+
"description": null,
|
|
16777
|
+
"isDeprecated": false,
|
|
16778
|
+
"deprecationReason": null
|
|
16779
|
+
},
|
|
16780
|
+
{
|
|
16781
|
+
"name": "ferry",
|
|
16782
|
+
"description": null,
|
|
16783
|
+
"isDeprecated": false,
|
|
16784
|
+
"deprecationReason": null
|
|
16785
|
+
}
|
|
16786
|
+
],
|
|
16787
|
+
"possibleTypes": null
|
|
16788
|
+
},
|
|
14890
16789
|
{
|
|
14891
16790
|
"kind": "OBJECT",
|
|
14892
16791
|
"name": "StandardStats",
|
|
@@ -14898,7 +16797,7 @@
|
|
|
14898
16797
|
"args": [],
|
|
14899
16798
|
"type": {
|
|
14900
16799
|
"kind": "ENUM",
|
|
14901
|
-
"name": "
|
|
16800
|
+
"name": "ConnectorType",
|
|
14902
16801
|
"ofType": null
|
|
14903
16802
|
},
|
|
14904
16803
|
"isDeprecated": false,
|
|
@@ -15317,7 +17216,7 @@
|
|
|
15317
17216
|
},
|
|
15318
17217
|
{
|
|
15319
17218
|
"name": "amenities",
|
|
15320
|
-
"description": "
|
|
17219
|
+
"description": "Amenities located at this location",
|
|
15321
17220
|
"args": [],
|
|
15322
17221
|
"type": {
|
|
15323
17222
|
"kind": "SCALAR",
|
|
@@ -15757,11 +17656,75 @@
|
|
|
15757
17656
|
"enumValues": null,
|
|
15758
17657
|
"possibleTypes": null
|
|
15759
17658
|
},
|
|
17659
|
+
{
|
|
17660
|
+
"kind": "ENUM",
|
|
17661
|
+
"name": "StepType",
|
|
17662
|
+
"description": "Types of a route step",
|
|
17663
|
+
"fields": null,
|
|
17664
|
+
"inputFields": null,
|
|
17665
|
+
"interfaces": null,
|
|
17666
|
+
"enumValues": [
|
|
17667
|
+
{
|
|
17668
|
+
"name": "road",
|
|
17669
|
+
"description": "This step is a road",
|
|
17670
|
+
"isDeprecated": false,
|
|
17671
|
+
"deprecationReason": null
|
|
17672
|
+
},
|
|
17673
|
+
{
|
|
17674
|
+
"name": "highway",
|
|
17675
|
+
"description": "This step is a highway",
|
|
17676
|
+
"isDeprecated": false,
|
|
17677
|
+
"deprecationReason": null
|
|
17678
|
+
},
|
|
17679
|
+
{
|
|
17680
|
+
"name": "toll",
|
|
17681
|
+
"description": "This step is a toll road",
|
|
17682
|
+
"isDeprecated": false,
|
|
17683
|
+
"deprecationReason": null
|
|
17684
|
+
},
|
|
17685
|
+
{
|
|
17686
|
+
"name": "ferry",
|
|
17687
|
+
"description": "This step is a ferry",
|
|
17688
|
+
"isDeprecated": false,
|
|
17689
|
+
"deprecationReason": null
|
|
17690
|
+
}
|
|
17691
|
+
],
|
|
17692
|
+
"possibleTypes": null
|
|
17693
|
+
},
|
|
15760
17694
|
{
|
|
15761
17695
|
"kind": "OBJECT",
|
|
15762
17696
|
"name": "Subscription",
|
|
15763
17697
|
"description": null,
|
|
15764
17698
|
"fields": [
|
|
17699
|
+
{
|
|
17700
|
+
"name": "navigationUpdatedById",
|
|
17701
|
+
"description": "[BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates",
|
|
17702
|
+
"args": [
|
|
17703
|
+
{
|
|
17704
|
+
"name": "id",
|
|
17705
|
+
"description": null,
|
|
17706
|
+
"type": {
|
|
17707
|
+
"kind": "NON_NULL",
|
|
17708
|
+
"name": null,
|
|
17709
|
+
"ofType": {
|
|
17710
|
+
"kind": "SCALAR",
|
|
17711
|
+
"name": "ID",
|
|
17712
|
+
"ofType": null
|
|
17713
|
+
}
|
|
17714
|
+
},
|
|
17715
|
+
"defaultValue": null,
|
|
17716
|
+
"isDeprecated": false,
|
|
17717
|
+
"deprecationReason": null
|
|
17718
|
+
}
|
|
17719
|
+
],
|
|
17720
|
+
"type": {
|
|
17721
|
+
"kind": "OBJECT",
|
|
17722
|
+
"name": "Navigation",
|
|
17723
|
+
"ofType": null
|
|
17724
|
+
},
|
|
17725
|
+
"isDeprecated": false,
|
|
17726
|
+
"deprecationReason": null
|
|
17727
|
+
},
|
|
15765
17728
|
{
|
|
15766
17729
|
"name": "operatorAdded",
|
|
15767
17730
|
"description": "Subscription for a new operator was added in the system event",
|
|
@@ -15995,6 +17958,16 @@
|
|
|
15995
17958
|
"enumValues": null,
|
|
15996
17959
|
"possibleTypes": null
|
|
15997
17960
|
},
|
|
17961
|
+
{
|
|
17962
|
+
"kind": "SCALAR",
|
|
17963
|
+
"name": "Void",
|
|
17964
|
+
"description": "Void custom scalar",
|
|
17965
|
+
"fields": null,
|
|
17966
|
+
"inputFields": null,
|
|
17967
|
+
"interfaces": null,
|
|
17968
|
+
"enumValues": null,
|
|
17969
|
+
"possibleTypes": null
|
|
17970
|
+
},
|
|
15998
17971
|
{
|
|
15999
17972
|
"kind": "OBJECT",
|
|
16000
17973
|
"name": "__Schema",
|