@chargetrip/types 1.23.0 → 1.26.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 +2 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/node/index.js +797 -0
- package/dist/node/index.js.map +1 -0
- package/dist/react-native/graphql.js +793 -0
- package/dist/react-native/graphql.js.map +1 -0
- package/dist/react-native/index.js +2 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/ts/graphql.d.ts +3533 -0
- package/dist/ts/index.d.ts +1 -0
- package/graphql.schema.json +1388 -92
- package/package.json +1 -1
- package/src/graphql.ts +314 -79
- package/CHANGELOG.md +0 -168
package/graphql.schema.json
CHANGED
|
@@ -143,6 +143,77 @@
|
|
|
143
143
|
"enumValues": null,
|
|
144
144
|
"possibleTypes": null
|
|
145
145
|
},
|
|
146
|
+
{
|
|
147
|
+
"kind": "ENUM",
|
|
148
|
+
"name": "Amenities",
|
|
149
|
+
"description": "Amenities available near a station",
|
|
150
|
+
"fields": null,
|
|
151
|
+
"inputFields": null,
|
|
152
|
+
"interfaces": null,
|
|
153
|
+
"enumValues": [
|
|
154
|
+
{
|
|
155
|
+
"name": "park",
|
|
156
|
+
"description": null,
|
|
157
|
+
"isDeprecated": false,
|
|
158
|
+
"deprecationReason": null
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "restaurant",
|
|
162
|
+
"description": null,
|
|
163
|
+
"isDeprecated": false,
|
|
164
|
+
"deprecationReason": null
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "museum",
|
|
168
|
+
"description": null,
|
|
169
|
+
"isDeprecated": false,
|
|
170
|
+
"deprecationReason": null
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "coffee",
|
|
174
|
+
"description": null,
|
|
175
|
+
"isDeprecated": false,
|
|
176
|
+
"deprecationReason": null
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "hotel",
|
|
180
|
+
"description": null,
|
|
181
|
+
"isDeprecated": false,
|
|
182
|
+
"deprecationReason": null
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "shopping",
|
|
186
|
+
"description": null,
|
|
187
|
+
"isDeprecated": false,
|
|
188
|
+
"deprecationReason": null
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "bathroom",
|
|
192
|
+
"description": null,
|
|
193
|
+
"isDeprecated": false,
|
|
194
|
+
"deprecationReason": null
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "supermarket",
|
|
198
|
+
"description": null,
|
|
199
|
+
"isDeprecated": false,
|
|
200
|
+
"deprecationReason": null
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "playground",
|
|
204
|
+
"description": null,
|
|
205
|
+
"isDeprecated": false,
|
|
206
|
+
"deprecationReason": null
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "pharmacy",
|
|
210
|
+
"description": null,
|
|
211
|
+
"isDeprecated": false,
|
|
212
|
+
"deprecationReason": null
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"possibleTypes": null
|
|
216
|
+
},
|
|
146
217
|
{
|
|
147
218
|
"kind": "OBJECT",
|
|
148
219
|
"name": "Amenity",
|
|
@@ -621,7 +692,7 @@
|
|
|
621
692
|
},
|
|
622
693
|
{
|
|
623
694
|
"name": "fastChargingSupport",
|
|
624
|
-
"description": "Cars that support fast charging have a minimum charging speed of 43
|
|
695
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
625
696
|
"args": [],
|
|
626
697
|
"type": {
|
|
627
698
|
"kind": "SCALAR",
|
|
@@ -1701,7 +1772,7 @@
|
|
|
1701
1772
|
},
|
|
1702
1773
|
{
|
|
1703
1774
|
"name": "fastChargingSupport",
|
|
1704
|
-
"description": "Cars that support fast charging have a minimum charging speed of 43
|
|
1775
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
1705
1776
|
"args": [],
|
|
1706
1777
|
"type": {
|
|
1707
1778
|
"kind": "SCALAR",
|
|
@@ -2372,7 +2443,7 @@
|
|
|
2372
2443
|
"fields": [
|
|
2373
2444
|
{
|
|
2374
2445
|
"name": "fast_charging_support",
|
|
2375
|
-
"description": "
|
|
2446
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
2376
2447
|
"args": [],
|
|
2377
2448
|
"type": {
|
|
2378
2449
|
"kind": "SCALAR",
|
|
@@ -5275,7 +5346,7 @@
|
|
|
5275
5346
|
"fields": [
|
|
5276
5347
|
{
|
|
5277
5348
|
"name": "fast_charging_support",
|
|
5278
|
-
"description": "
|
|
5349
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
5279
5350
|
"args": [],
|
|
5280
5351
|
"type": {
|
|
5281
5352
|
"kind": "SCALAR",
|
|
@@ -5705,7 +5776,7 @@
|
|
|
5705
5776
|
"fields": [
|
|
5706
5777
|
{
|
|
5707
5778
|
"name": "fast_charging_support",
|
|
5708
|
-
"description": "
|
|
5779
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
5709
5780
|
"args": [],
|
|
5710
5781
|
"type": {
|
|
5711
5782
|
"kind": "SCALAR",
|
|
@@ -8310,6 +8381,29 @@
|
|
|
8310
8381
|
],
|
|
8311
8382
|
"possibleTypes": null
|
|
8312
8383
|
},
|
|
8384
|
+
{
|
|
8385
|
+
"kind": "ENUM",
|
|
8386
|
+
"name": "InstructionsFormat",
|
|
8387
|
+
"description": "Navigation service providers available",
|
|
8388
|
+
"fields": null,
|
|
8389
|
+
"inputFields": null,
|
|
8390
|
+
"interfaces": null,
|
|
8391
|
+
"enumValues": [
|
|
8392
|
+
{
|
|
8393
|
+
"name": "Chargetrip",
|
|
8394
|
+
"description": "Chargetrip raw instructions",
|
|
8395
|
+
"isDeprecated": false,
|
|
8396
|
+
"deprecationReason": null
|
|
8397
|
+
},
|
|
8398
|
+
{
|
|
8399
|
+
"name": "MapboxV5",
|
|
8400
|
+
"description": "Mapbox instructions mapping",
|
|
8401
|
+
"isDeprecated": false,
|
|
8402
|
+
"deprecationReason": null
|
|
8403
|
+
}
|
|
8404
|
+
],
|
|
8405
|
+
"possibleTypes": null
|
|
8406
|
+
},
|
|
8313
8407
|
{
|
|
8314
8408
|
"kind": "SCALAR",
|
|
8315
8409
|
"name": "JSON",
|
|
@@ -8371,7 +8465,7 @@
|
|
|
8371
8465
|
"enumValues": [
|
|
8372
8466
|
{
|
|
8373
8467
|
"name": "en",
|
|
8374
|
-
"description":
|
|
8468
|
+
"description": "English(US)",
|
|
8375
8469
|
"isDeprecated": false,
|
|
8376
8470
|
"deprecationReason": null
|
|
8377
8471
|
}
|
|
@@ -8386,9 +8480,15 @@
|
|
|
8386
8480
|
"inputFields": null,
|
|
8387
8481
|
"interfaces": null,
|
|
8388
8482
|
"enumValues": [
|
|
8483
|
+
{
|
|
8484
|
+
"name": "Chargetrip",
|
|
8485
|
+
"description": "Chargetrip raw instructions",
|
|
8486
|
+
"isDeprecated": false,
|
|
8487
|
+
"deprecationReason": null
|
|
8488
|
+
},
|
|
8389
8489
|
{
|
|
8390
8490
|
"name": "MapboxV5",
|
|
8391
|
-
"description": "Mapbox
|
|
8491
|
+
"description": "Mapbox instructions mapping",
|
|
8392
8492
|
"isDeprecated": false,
|
|
8393
8493
|
"deprecationReason": null
|
|
8394
8494
|
}
|
|
@@ -8400,6 +8500,122 @@
|
|
|
8400
8500
|
"name": "Mutation",
|
|
8401
8501
|
"description": null,
|
|
8402
8502
|
"fields": [
|
|
8503
|
+
{
|
|
8504
|
+
"name": "startNavigation",
|
|
8505
|
+
"description": "[BETA] Start a new navigation session on top of an existing route",
|
|
8506
|
+
"args": [
|
|
8507
|
+
{
|
|
8508
|
+
"name": "input",
|
|
8509
|
+
"description": "Navigation start input",
|
|
8510
|
+
"type": {
|
|
8511
|
+
"kind": "NON_NULL",
|
|
8512
|
+
"name": null,
|
|
8513
|
+
"ofType": {
|
|
8514
|
+
"kind": "INPUT_OBJECT",
|
|
8515
|
+
"name": "NavigationStartInput",
|
|
8516
|
+
"ofType": null
|
|
8517
|
+
}
|
|
8518
|
+
},
|
|
8519
|
+
"defaultValue": null,
|
|
8520
|
+
"isDeprecated": false,
|
|
8521
|
+
"deprecationReason": null
|
|
8522
|
+
}
|
|
8523
|
+
],
|
|
8524
|
+
"type": {
|
|
8525
|
+
"kind": "SCALAR",
|
|
8526
|
+
"name": "ID",
|
|
8527
|
+
"ofType": null
|
|
8528
|
+
},
|
|
8529
|
+
"isDeprecated": false,
|
|
8530
|
+
"deprecationReason": null
|
|
8531
|
+
},
|
|
8532
|
+
{
|
|
8533
|
+
"name": "updateNavigation",
|
|
8534
|
+
"description": "[BETA] Update the navigation session",
|
|
8535
|
+
"args": [
|
|
8536
|
+
{
|
|
8537
|
+
"name": "input",
|
|
8538
|
+
"description": "Navigation update input",
|
|
8539
|
+
"type": {
|
|
8540
|
+
"kind": "NON_NULL",
|
|
8541
|
+
"name": null,
|
|
8542
|
+
"ofType": {
|
|
8543
|
+
"kind": "INPUT_OBJECT",
|
|
8544
|
+
"name": "NavigationUpdateInput",
|
|
8545
|
+
"ofType": null
|
|
8546
|
+
}
|
|
8547
|
+
},
|
|
8548
|
+
"defaultValue": null,
|
|
8549
|
+
"isDeprecated": false,
|
|
8550
|
+
"deprecationReason": null
|
|
8551
|
+
}
|
|
8552
|
+
],
|
|
8553
|
+
"type": {
|
|
8554
|
+
"kind": "SCALAR",
|
|
8555
|
+
"name": "Void",
|
|
8556
|
+
"ofType": null
|
|
8557
|
+
},
|
|
8558
|
+
"isDeprecated": false,
|
|
8559
|
+
"deprecationReason": null
|
|
8560
|
+
},
|
|
8561
|
+
{
|
|
8562
|
+
"name": "recalculateNavigation",
|
|
8563
|
+
"description": "[BETA] Recalculate the current navigation route",
|
|
8564
|
+
"args": [
|
|
8565
|
+
{
|
|
8566
|
+
"name": "input",
|
|
8567
|
+
"description": "Navigation recalculate input",
|
|
8568
|
+
"type": {
|
|
8569
|
+
"kind": "NON_NULL",
|
|
8570
|
+
"name": null,
|
|
8571
|
+
"ofType": {
|
|
8572
|
+
"kind": "INPUT_OBJECT",
|
|
8573
|
+
"name": "NavigationRecalculateInput",
|
|
8574
|
+
"ofType": null
|
|
8575
|
+
}
|
|
8576
|
+
},
|
|
8577
|
+
"defaultValue": null,
|
|
8578
|
+
"isDeprecated": false,
|
|
8579
|
+
"deprecationReason": null
|
|
8580
|
+
}
|
|
8581
|
+
],
|
|
8582
|
+
"type": {
|
|
8583
|
+
"kind": "SCALAR",
|
|
8584
|
+
"name": "Void",
|
|
8585
|
+
"ofType": null
|
|
8586
|
+
},
|
|
8587
|
+
"isDeprecated": false,
|
|
8588
|
+
"deprecationReason": null
|
|
8589
|
+
},
|
|
8590
|
+
{
|
|
8591
|
+
"name": "finishNavigation",
|
|
8592
|
+
"description": "[BETA] End a navigation session",
|
|
8593
|
+
"args": [
|
|
8594
|
+
{
|
|
8595
|
+
"name": "input",
|
|
8596
|
+
"description": "Navigation finish input",
|
|
8597
|
+
"type": {
|
|
8598
|
+
"kind": "NON_NULL",
|
|
8599
|
+
"name": null,
|
|
8600
|
+
"ofType": {
|
|
8601
|
+
"kind": "INPUT_OBJECT",
|
|
8602
|
+
"name": "NavigationFinishInput",
|
|
8603
|
+
"ofType": null
|
|
8604
|
+
}
|
|
8605
|
+
},
|
|
8606
|
+
"defaultValue": null,
|
|
8607
|
+
"isDeprecated": false,
|
|
8608
|
+
"deprecationReason": null
|
|
8609
|
+
}
|
|
8610
|
+
],
|
|
8611
|
+
"type": {
|
|
8612
|
+
"kind": "SCALAR",
|
|
8613
|
+
"name": "Void",
|
|
8614
|
+
"ofType": null
|
|
8615
|
+
},
|
|
8616
|
+
"isDeprecated": false,
|
|
8617
|
+
"deprecationReason": null
|
|
8618
|
+
},
|
|
8403
8619
|
{
|
|
8404
8620
|
"name": "addReview",
|
|
8405
8621
|
"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",
|
|
@@ -8499,24 +8715,28 @@
|
|
|
8499
8715
|
},
|
|
8500
8716
|
{
|
|
8501
8717
|
"kind": "OBJECT",
|
|
8502
|
-
"name": "
|
|
8503
|
-
"description": "
|
|
8718
|
+
"name": "Navigation",
|
|
8719
|
+
"description": "The navigation session data",
|
|
8504
8720
|
"fields": [
|
|
8505
8721
|
{
|
|
8506
|
-
"name": "
|
|
8507
|
-
"description": "
|
|
8722
|
+
"name": "id",
|
|
8723
|
+
"description": "ID of the navigation session",
|
|
8508
8724
|
"args": [],
|
|
8509
8725
|
"type": {
|
|
8510
|
-
"kind": "
|
|
8511
|
-
"name":
|
|
8512
|
-
"ofType":
|
|
8726
|
+
"kind": "NON_NULL",
|
|
8727
|
+
"name": null,
|
|
8728
|
+
"ofType": {
|
|
8729
|
+
"kind": "SCALAR",
|
|
8730
|
+
"name": "ID",
|
|
8731
|
+
"ofType": null
|
|
8732
|
+
}
|
|
8513
8733
|
},
|
|
8514
8734
|
"isDeprecated": false,
|
|
8515
8735
|
"deprecationReason": null
|
|
8516
8736
|
},
|
|
8517
8737
|
{
|
|
8518
|
-
"name": "
|
|
8519
|
-
"description": "
|
|
8738
|
+
"name": "route_id",
|
|
8739
|
+
"description": "The current route used for navigation",
|
|
8520
8740
|
"args": [],
|
|
8521
8741
|
"type": {
|
|
8522
8742
|
"kind": "SCALAR",
|
|
@@ -8527,64 +8747,767 @@
|
|
|
8527
8747
|
"deprecationReason": null
|
|
8528
8748
|
},
|
|
8529
8749
|
{
|
|
8530
|
-
"name": "
|
|
8531
|
-
"description": "
|
|
8750
|
+
"name": "route_alternative_id",
|
|
8751
|
+
"description": "The current route alternative used for navigation",
|
|
8532
8752
|
"args": [],
|
|
8533
8753
|
"type": {
|
|
8534
|
-
"kind": "
|
|
8535
|
-
"name": "
|
|
8754
|
+
"kind": "SCALAR",
|
|
8755
|
+
"name": "String",
|
|
8536
8756
|
"ofType": null
|
|
8537
8757
|
},
|
|
8538
8758
|
"isDeprecated": false,
|
|
8539
8759
|
"deprecationReason": null
|
|
8540
|
-
}
|
|
8541
|
-
],
|
|
8542
|
-
"inputFields": null,
|
|
8543
|
-
"interfaces": [],
|
|
8544
|
-
"enumValues": null,
|
|
8545
|
-
"possibleTypes": null
|
|
8546
|
-
},
|
|
8547
|
-
{
|
|
8548
|
-
"kind": "ENUM",
|
|
8549
|
-
"name": "OCPICapability",
|
|
8550
|
-
"description": "The capabilities of an EVSE.",
|
|
8551
|
-
"fields": null,
|
|
8552
|
-
"inputFields": null,
|
|
8553
|
-
"interfaces": null,
|
|
8554
|
-
"enumValues": [
|
|
8555
|
-
{
|
|
8556
|
-
"name": "CHARGING_PROFILE_CAPABLE",
|
|
8557
|
-
"description": "The EVSE supports charging profiles.",
|
|
8558
|
-
"isDeprecated": false,
|
|
8559
|
-
"deprecationReason": null
|
|
8560
8760
|
},
|
|
8561
8761
|
{
|
|
8562
|
-
"name": "
|
|
8563
|
-
"description": "The
|
|
8762
|
+
"name": "state",
|
|
8763
|
+
"description": "The state of a navigation session. The status can be driving, charging, finished, or error",
|
|
8764
|
+
"args": [],
|
|
8765
|
+
"type": {
|
|
8766
|
+
"kind": "ENUM",
|
|
8767
|
+
"name": "NavigationState",
|
|
8768
|
+
"ofType": null
|
|
8769
|
+
},
|
|
8564
8770
|
"isDeprecated": false,
|
|
8565
8771
|
"deprecationReason": null
|
|
8566
8772
|
},
|
|
8567
8773
|
{
|
|
8568
|
-
"name": "
|
|
8569
|
-
"description": "
|
|
8774
|
+
"name": "state_of_charge",
|
|
8775
|
+
"description": "State of charge at the last known location",
|
|
8776
|
+
"args": [],
|
|
8777
|
+
"type": {
|
|
8778
|
+
"kind": "SCALAR",
|
|
8779
|
+
"name": "Float",
|
|
8780
|
+
"ofType": null
|
|
8781
|
+
},
|
|
8570
8782
|
"isDeprecated": false,
|
|
8571
8783
|
"deprecationReason": null
|
|
8572
8784
|
},
|
|
8573
8785
|
{
|
|
8574
|
-
"name": "
|
|
8575
|
-
"description": "
|
|
8786
|
+
"name": "last_known_location",
|
|
8787
|
+
"description": "Last known location",
|
|
8788
|
+
"args": [],
|
|
8789
|
+
"type": {
|
|
8790
|
+
"kind": "OBJECT",
|
|
8791
|
+
"name": "Point",
|
|
8792
|
+
"ofType": null
|
|
8793
|
+
},
|
|
8576
8794
|
"isDeprecated": false,
|
|
8577
8795
|
"deprecationReason": null
|
|
8578
8796
|
},
|
|
8579
8797
|
{
|
|
8580
|
-
"name": "
|
|
8581
|
-
"description": "
|
|
8798
|
+
"name": "next_station",
|
|
8799
|
+
"description": "Next charging station",
|
|
8800
|
+
"args": [],
|
|
8801
|
+
"type": {
|
|
8802
|
+
"kind": "OBJECT",
|
|
8803
|
+
"name": "NavigationStation",
|
|
8804
|
+
"ofType": null
|
|
8805
|
+
},
|
|
8582
8806
|
"isDeprecated": false,
|
|
8583
8807
|
"deprecationReason": null
|
|
8584
8808
|
},
|
|
8585
8809
|
{
|
|
8586
|
-
"name": "
|
|
8587
|
-
"description": "
|
|
8810
|
+
"name": "alternative_stations",
|
|
8811
|
+
"description": "A set of alternative charging stations to next station",
|
|
8812
|
+
"args": [],
|
|
8813
|
+
"type": {
|
|
8814
|
+
"kind": "LIST",
|
|
8815
|
+
"name": null,
|
|
8816
|
+
"ofType": {
|
|
8817
|
+
"kind": "OBJECT",
|
|
8818
|
+
"name": "NavigationStation",
|
|
8819
|
+
"ofType": null
|
|
8820
|
+
}
|
|
8821
|
+
},
|
|
8822
|
+
"isDeprecated": false,
|
|
8823
|
+
"deprecationReason": null
|
|
8824
|
+
},
|
|
8825
|
+
{
|
|
8826
|
+
"name": "instructions",
|
|
8827
|
+
"description": "Navigation instructions",
|
|
8828
|
+
"args": [
|
|
8829
|
+
{
|
|
8830
|
+
"name": "instructions_format",
|
|
8831
|
+
"description": "Turn by turn instructions format for a route",
|
|
8832
|
+
"type": {
|
|
8833
|
+
"kind": "NON_NULL",
|
|
8834
|
+
"name": null,
|
|
8835
|
+
"ofType": {
|
|
8836
|
+
"kind": "ENUM",
|
|
8837
|
+
"name": "InstructionsFormat",
|
|
8838
|
+
"ofType": null
|
|
8839
|
+
}
|
|
8840
|
+
},
|
|
8841
|
+
"defaultValue": null,
|
|
8842
|
+
"isDeprecated": false,
|
|
8843
|
+
"deprecationReason": null
|
|
8844
|
+
},
|
|
8845
|
+
{
|
|
8846
|
+
"name": "language",
|
|
8847
|
+
"description": "Preferred navigation instructions language. Default: en",
|
|
8848
|
+
"type": {
|
|
8849
|
+
"kind": "ENUM",
|
|
8850
|
+
"name": "MappingLanguage",
|
|
8851
|
+
"ofType": null
|
|
8852
|
+
},
|
|
8853
|
+
"defaultValue": null,
|
|
8854
|
+
"isDeprecated": false,
|
|
8855
|
+
"deprecationReason": null
|
|
8856
|
+
},
|
|
8857
|
+
{
|
|
8858
|
+
"name": "precision",
|
|
8859
|
+
"description": "Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6, the default is 5",
|
|
8860
|
+
"type": {
|
|
8861
|
+
"kind": "SCALAR",
|
|
8862
|
+
"name": "Int",
|
|
8863
|
+
"ofType": null
|
|
8864
|
+
},
|
|
8865
|
+
"defaultValue": null,
|
|
8866
|
+
"isDeprecated": false,
|
|
8867
|
+
"deprecationReason": null
|
|
8868
|
+
}
|
|
8869
|
+
],
|
|
8870
|
+
"type": {
|
|
8871
|
+
"kind": "SCALAR",
|
|
8872
|
+
"name": "JSON",
|
|
8873
|
+
"ofType": null
|
|
8874
|
+
},
|
|
8875
|
+
"isDeprecated": false,
|
|
8876
|
+
"deprecationReason": null
|
|
8877
|
+
}
|
|
8878
|
+
],
|
|
8879
|
+
"inputFields": null,
|
|
8880
|
+
"interfaces": [],
|
|
8881
|
+
"enumValues": null,
|
|
8882
|
+
"possibleTypes": null
|
|
8883
|
+
},
|
|
8884
|
+
{
|
|
8885
|
+
"kind": "INPUT_OBJECT",
|
|
8886
|
+
"name": "NavigationFinishInput",
|
|
8887
|
+
"description": "Input for the navigation recalculate",
|
|
8888
|
+
"fields": null,
|
|
8889
|
+
"inputFields": [
|
|
8890
|
+
{
|
|
8891
|
+
"name": "id",
|
|
8892
|
+
"description": "ID of the navigation session",
|
|
8893
|
+
"type": {
|
|
8894
|
+
"kind": "NON_NULL",
|
|
8895
|
+
"name": null,
|
|
8896
|
+
"ofType": {
|
|
8897
|
+
"kind": "SCALAR",
|
|
8898
|
+
"name": "ID",
|
|
8899
|
+
"ofType": null
|
|
8900
|
+
}
|
|
8901
|
+
},
|
|
8902
|
+
"defaultValue": null,
|
|
8903
|
+
"isDeprecated": false,
|
|
8904
|
+
"deprecationReason": null
|
|
8905
|
+
},
|
|
8906
|
+
{
|
|
8907
|
+
"name": "current_location",
|
|
8908
|
+
"description": "Current coordinates",
|
|
8909
|
+
"type": {
|
|
8910
|
+
"kind": "NON_NULL",
|
|
8911
|
+
"name": null,
|
|
8912
|
+
"ofType": {
|
|
8913
|
+
"kind": "INPUT_OBJECT",
|
|
8914
|
+
"name": "PointInput",
|
|
8915
|
+
"ofType": null
|
|
8916
|
+
}
|
|
8917
|
+
},
|
|
8918
|
+
"defaultValue": null,
|
|
8919
|
+
"isDeprecated": false,
|
|
8920
|
+
"deprecationReason": null
|
|
8921
|
+
}
|
|
8922
|
+
],
|
|
8923
|
+
"interfaces": null,
|
|
8924
|
+
"enumValues": null,
|
|
8925
|
+
"possibleTypes": null
|
|
8926
|
+
},
|
|
8927
|
+
{
|
|
8928
|
+
"kind": "INPUT_OBJECT",
|
|
8929
|
+
"name": "NavigationRecalculateInput",
|
|
8930
|
+
"description": "Input for the navigation recalculate",
|
|
8931
|
+
"fields": null,
|
|
8932
|
+
"inputFields": [
|
|
8933
|
+
{
|
|
8934
|
+
"name": "id",
|
|
8935
|
+
"description": "ID of the navigation session",
|
|
8936
|
+
"type": {
|
|
8937
|
+
"kind": "NON_NULL",
|
|
8938
|
+
"name": null,
|
|
8939
|
+
"ofType": {
|
|
8940
|
+
"kind": "SCALAR",
|
|
8941
|
+
"name": "ID",
|
|
8942
|
+
"ofType": null
|
|
8943
|
+
}
|
|
8944
|
+
},
|
|
8945
|
+
"defaultValue": null,
|
|
8946
|
+
"isDeprecated": false,
|
|
8947
|
+
"deprecationReason": null
|
|
8948
|
+
},
|
|
8949
|
+
{
|
|
8950
|
+
"name": "state_of_charge",
|
|
8951
|
+
"description": "State of charge at origin",
|
|
8952
|
+
"type": {
|
|
8953
|
+
"kind": "SCALAR",
|
|
8954
|
+
"name": "Float",
|
|
8955
|
+
"ofType": null
|
|
8956
|
+
},
|
|
8957
|
+
"defaultValue": null,
|
|
8958
|
+
"isDeprecated": false,
|
|
8959
|
+
"deprecationReason": null
|
|
8960
|
+
},
|
|
8961
|
+
{
|
|
8962
|
+
"name": "current_location",
|
|
8963
|
+
"description": "Origin location of a new route",
|
|
8964
|
+
"type": {
|
|
8965
|
+
"kind": "NON_NULL",
|
|
8966
|
+
"name": null,
|
|
8967
|
+
"ofType": {
|
|
8968
|
+
"kind": "INPUT_OBJECT",
|
|
8969
|
+
"name": "PointInput",
|
|
8970
|
+
"ofType": null
|
|
8971
|
+
}
|
|
8972
|
+
},
|
|
8973
|
+
"defaultValue": null,
|
|
8974
|
+
"isDeprecated": false,
|
|
8975
|
+
"deprecationReason": null
|
|
8976
|
+
},
|
|
8977
|
+
{
|
|
8978
|
+
"name": "via",
|
|
8979
|
+
"description": "Via points of a new route. If this field is not sent, the original via points will be used",
|
|
8980
|
+
"type": {
|
|
8981
|
+
"kind": "LIST",
|
|
8982
|
+
"name": null,
|
|
8983
|
+
"ofType": {
|
|
8984
|
+
"kind": "INPUT_OBJECT",
|
|
8985
|
+
"name": "FeaturePointInput",
|
|
8986
|
+
"ofType": null
|
|
8987
|
+
}
|
|
8988
|
+
},
|
|
8989
|
+
"defaultValue": null,
|
|
8990
|
+
"isDeprecated": false,
|
|
8991
|
+
"deprecationReason": null
|
|
8992
|
+
},
|
|
8993
|
+
{
|
|
8994
|
+
"name": "heading",
|
|
8995
|
+
"description": "Heading of a vehicle, in degrees",
|
|
8996
|
+
"type": {
|
|
8997
|
+
"kind": "SCALAR",
|
|
8998
|
+
"name": "Float",
|
|
8999
|
+
"ofType": null
|
|
9000
|
+
},
|
|
9001
|
+
"defaultValue": null,
|
|
9002
|
+
"isDeprecated": false,
|
|
9003
|
+
"deprecationReason": null
|
|
9004
|
+
}
|
|
9005
|
+
],
|
|
9006
|
+
"interfaces": null,
|
|
9007
|
+
"enumValues": null,
|
|
9008
|
+
"possibleTypes": null
|
|
9009
|
+
},
|
|
9010
|
+
{
|
|
9011
|
+
"kind": "INPUT_OBJECT",
|
|
9012
|
+
"name": "NavigationStartInput",
|
|
9013
|
+
"description": "Input for the navigation start",
|
|
9014
|
+
"fields": null,
|
|
9015
|
+
"inputFields": [
|
|
9016
|
+
{
|
|
9017
|
+
"name": "route_id",
|
|
9018
|
+
"description": "ID of the route of the navigation session",
|
|
9019
|
+
"type": {
|
|
9020
|
+
"kind": "NON_NULL",
|
|
9021
|
+
"name": null,
|
|
9022
|
+
"ofType": {
|
|
9023
|
+
"kind": "SCALAR",
|
|
9024
|
+
"name": "String",
|
|
9025
|
+
"ofType": null
|
|
9026
|
+
}
|
|
9027
|
+
},
|
|
9028
|
+
"defaultValue": null,
|
|
9029
|
+
"isDeprecated": false,
|
|
9030
|
+
"deprecationReason": null
|
|
9031
|
+
},
|
|
9032
|
+
{
|
|
9033
|
+
"name": "route_alternative_id",
|
|
9034
|
+
"description": "ID of the route alternative of the navigation session",
|
|
9035
|
+
"type": {
|
|
9036
|
+
"kind": "SCALAR",
|
|
9037
|
+
"name": "String",
|
|
9038
|
+
"ofType": null
|
|
9039
|
+
},
|
|
9040
|
+
"defaultValue": null,
|
|
9041
|
+
"isDeprecated": false,
|
|
9042
|
+
"deprecationReason": null
|
|
9043
|
+
},
|
|
9044
|
+
{
|
|
9045
|
+
"name": "current_location",
|
|
9046
|
+
"description": "Current coordinates",
|
|
9047
|
+
"type": {
|
|
9048
|
+
"kind": "NON_NULL",
|
|
9049
|
+
"name": null,
|
|
9050
|
+
"ofType": {
|
|
9051
|
+
"kind": "INPUT_OBJECT",
|
|
9052
|
+
"name": "PointInput",
|
|
9053
|
+
"ofType": null
|
|
9054
|
+
}
|
|
9055
|
+
},
|
|
9056
|
+
"defaultValue": null,
|
|
9057
|
+
"isDeprecated": false,
|
|
9058
|
+
"deprecationReason": null
|
|
9059
|
+
}
|
|
9060
|
+
],
|
|
9061
|
+
"interfaces": null,
|
|
9062
|
+
"enumValues": null,
|
|
9063
|
+
"possibleTypes": null
|
|
9064
|
+
},
|
|
9065
|
+
{
|
|
9066
|
+
"kind": "ENUM",
|
|
9067
|
+
"name": "NavigationState",
|
|
9068
|
+
"description": "State of navigation session",
|
|
9069
|
+
"fields": null,
|
|
9070
|
+
"inputFields": null,
|
|
9071
|
+
"interfaces": null,
|
|
9072
|
+
"enumValues": [
|
|
9073
|
+
{
|
|
9074
|
+
"name": "driving",
|
|
9075
|
+
"description": "Vehicle is driving",
|
|
9076
|
+
"isDeprecated": false,
|
|
9077
|
+
"deprecationReason": null
|
|
9078
|
+
},
|
|
9079
|
+
{
|
|
9080
|
+
"name": "charging",
|
|
9081
|
+
"description": "Vehicle is charging",
|
|
9082
|
+
"isDeprecated": false,
|
|
9083
|
+
"deprecationReason": null
|
|
9084
|
+
},
|
|
9085
|
+
{
|
|
9086
|
+
"name": "finished",
|
|
9087
|
+
"description": "Navigation session is completed (either manually or automatically 48 hours after the last update)",
|
|
9088
|
+
"isDeprecated": false,
|
|
9089
|
+
"deprecationReason": null
|
|
9090
|
+
},
|
|
9091
|
+
{
|
|
9092
|
+
"name": "error",
|
|
9093
|
+
"description": "Failed to update navigation session due to route error or not found",
|
|
9094
|
+
"isDeprecated": false,
|
|
9095
|
+
"deprecationReason": null
|
|
9096
|
+
}
|
|
9097
|
+
],
|
|
9098
|
+
"possibleTypes": null
|
|
9099
|
+
},
|
|
9100
|
+
{
|
|
9101
|
+
"kind": "OBJECT",
|
|
9102
|
+
"name": "NavigationStation",
|
|
9103
|
+
"description": "Navigation session station type",
|
|
9104
|
+
"fields": [
|
|
9105
|
+
{
|
|
9106
|
+
"name": "station_id",
|
|
9107
|
+
"description": "The ID as string of the charging station",
|
|
9108
|
+
"args": [],
|
|
9109
|
+
"type": {
|
|
9110
|
+
"kind": "SCALAR",
|
|
9111
|
+
"name": "String",
|
|
9112
|
+
"ofType": null
|
|
9113
|
+
},
|
|
9114
|
+
"isDeprecated": false,
|
|
9115
|
+
"deprecationReason": null
|
|
9116
|
+
},
|
|
9117
|
+
{
|
|
9118
|
+
"name": "station_location",
|
|
9119
|
+
"description": "GPS location of the charging station",
|
|
9120
|
+
"args": [],
|
|
9121
|
+
"type": {
|
|
9122
|
+
"kind": "OBJECT",
|
|
9123
|
+
"name": "Point",
|
|
9124
|
+
"ofType": null
|
|
9125
|
+
},
|
|
9126
|
+
"isDeprecated": false,
|
|
9127
|
+
"deprecationReason": null
|
|
9128
|
+
},
|
|
9129
|
+
{
|
|
9130
|
+
"name": "via",
|
|
9131
|
+
"description": "An array with all GPS locations of via points until the next charging station",
|
|
9132
|
+
"args": [],
|
|
9133
|
+
"type": {
|
|
9134
|
+
"kind": "LIST",
|
|
9135
|
+
"name": null,
|
|
9136
|
+
"ofType": {
|
|
9137
|
+
"kind": "OBJECT",
|
|
9138
|
+
"name": "Point",
|
|
9139
|
+
"ofType": null
|
|
9140
|
+
}
|
|
9141
|
+
},
|
|
9142
|
+
"isDeprecated": false,
|
|
9143
|
+
"deprecationReason": null
|
|
9144
|
+
},
|
|
9145
|
+
{
|
|
9146
|
+
"name": "estimated_state_of_charge",
|
|
9147
|
+
"description": "Estimated state of charge, in kWh, at arrival on the next charging station",
|
|
9148
|
+
"args": [],
|
|
9149
|
+
"type": {
|
|
9150
|
+
"kind": "SCALAR",
|
|
9151
|
+
"name": "Float",
|
|
9152
|
+
"ofType": null
|
|
9153
|
+
},
|
|
9154
|
+
"isDeprecated": false,
|
|
9155
|
+
"deprecationReason": null
|
|
9156
|
+
},
|
|
9157
|
+
{
|
|
9158
|
+
"name": "estimated_consumption",
|
|
9159
|
+
"description": "Estimated consumption, in kWh, from last the known location until the next charging station",
|
|
9160
|
+
"args": [],
|
|
9161
|
+
"type": {
|
|
9162
|
+
"kind": "SCALAR",
|
|
9163
|
+
"name": "Float",
|
|
9164
|
+
"ofType": null
|
|
9165
|
+
},
|
|
9166
|
+
"isDeprecated": false,
|
|
9167
|
+
"deprecationReason": null
|
|
9168
|
+
},
|
|
9169
|
+
{
|
|
9170
|
+
"name": "estimated_duration",
|
|
9171
|
+
"description": "Estimated duration, in seconds, from the last known location until the next charging station",
|
|
9172
|
+
"args": [],
|
|
9173
|
+
"type": {
|
|
9174
|
+
"kind": "SCALAR",
|
|
9175
|
+
"name": "Int",
|
|
9176
|
+
"ofType": null
|
|
9177
|
+
},
|
|
9178
|
+
"isDeprecated": false,
|
|
9179
|
+
"deprecationReason": null
|
|
9180
|
+
}
|
|
9181
|
+
],
|
|
9182
|
+
"inputFields": null,
|
|
9183
|
+
"interfaces": [],
|
|
9184
|
+
"enumValues": null,
|
|
9185
|
+
"possibleTypes": null
|
|
9186
|
+
},
|
|
9187
|
+
{
|
|
9188
|
+
"kind": "INPUT_OBJECT",
|
|
9189
|
+
"name": "NavigationTelemetryUpdateInput",
|
|
9190
|
+
"description": "Input for the navigation session update telemetry data",
|
|
9191
|
+
"fields": null,
|
|
9192
|
+
"inputFields": [
|
|
9193
|
+
{
|
|
9194
|
+
"name": "state_of_charge",
|
|
9195
|
+
"description": "State of charge at the last known location",
|
|
9196
|
+
"type": {
|
|
9197
|
+
"kind": "SCALAR",
|
|
9198
|
+
"name": "Float",
|
|
9199
|
+
"ofType": null
|
|
9200
|
+
},
|
|
9201
|
+
"defaultValue": null,
|
|
9202
|
+
"isDeprecated": false,
|
|
9203
|
+
"deprecationReason": null
|
|
9204
|
+
},
|
|
9205
|
+
{
|
|
9206
|
+
"name": "is_charging",
|
|
9207
|
+
"description": "Indicates if a vehicle is charging",
|
|
9208
|
+
"type": {
|
|
9209
|
+
"kind": "SCALAR",
|
|
9210
|
+
"name": "Boolean",
|
|
9211
|
+
"ofType": null
|
|
9212
|
+
},
|
|
9213
|
+
"defaultValue": null,
|
|
9214
|
+
"isDeprecated": false,
|
|
9215
|
+
"deprecationReason": null
|
|
9216
|
+
},
|
|
9217
|
+
{
|
|
9218
|
+
"name": "tire_pressure",
|
|
9219
|
+
"description": "Tire pressure. This information should come from telemetry",
|
|
9220
|
+
"type": {
|
|
9221
|
+
"kind": "SCALAR",
|
|
9222
|
+
"name": "Float",
|
|
9223
|
+
"ofType": null
|
|
9224
|
+
},
|
|
9225
|
+
"defaultValue": null,
|
|
9226
|
+
"isDeprecated": false,
|
|
9227
|
+
"deprecationReason": null
|
|
9228
|
+
}
|
|
9229
|
+
],
|
|
9230
|
+
"interfaces": null,
|
|
9231
|
+
"enumValues": null,
|
|
9232
|
+
"possibleTypes": null
|
|
9233
|
+
},
|
|
9234
|
+
{
|
|
9235
|
+
"kind": "INPUT_OBJECT",
|
|
9236
|
+
"name": "NavigationUpdateInput",
|
|
9237
|
+
"description": "Input for the navigation update",
|
|
9238
|
+
"fields": null,
|
|
9239
|
+
"inputFields": [
|
|
9240
|
+
{
|
|
9241
|
+
"name": "id",
|
|
9242
|
+
"description": "ID of the navigation session",
|
|
9243
|
+
"type": {
|
|
9244
|
+
"kind": "NON_NULL",
|
|
9245
|
+
"name": null,
|
|
9246
|
+
"ofType": {
|
|
9247
|
+
"kind": "SCALAR",
|
|
9248
|
+
"name": "ID",
|
|
9249
|
+
"ofType": null
|
|
9250
|
+
}
|
|
9251
|
+
},
|
|
9252
|
+
"defaultValue": null,
|
|
9253
|
+
"isDeprecated": false,
|
|
9254
|
+
"deprecationReason": null
|
|
9255
|
+
},
|
|
9256
|
+
{
|
|
9257
|
+
"name": "heading",
|
|
9258
|
+
"description": "Heading of a vehicle, in degrees",
|
|
9259
|
+
"type": {
|
|
9260
|
+
"kind": "SCALAR",
|
|
9261
|
+
"name": "Float",
|
|
9262
|
+
"ofType": null
|
|
9263
|
+
},
|
|
9264
|
+
"defaultValue": null,
|
|
9265
|
+
"isDeprecated": false,
|
|
9266
|
+
"deprecationReason": null
|
|
9267
|
+
},
|
|
9268
|
+
{
|
|
9269
|
+
"name": "locations_data",
|
|
9270
|
+
"description": "A list of locations that were collected since the last update",
|
|
9271
|
+
"type": {
|
|
9272
|
+
"kind": "NON_NULL",
|
|
9273
|
+
"name": null,
|
|
9274
|
+
"ofType": {
|
|
9275
|
+
"kind": "LIST",
|
|
9276
|
+
"name": null,
|
|
9277
|
+
"ofType": {
|
|
9278
|
+
"kind": "NON_NULL",
|
|
9279
|
+
"name": null,
|
|
9280
|
+
"ofType": {
|
|
9281
|
+
"kind": "INPUT_OBJECT",
|
|
9282
|
+
"name": "NavigationUpdateLocationsInput",
|
|
9283
|
+
"ofType": null
|
|
9284
|
+
}
|
|
9285
|
+
}
|
|
9286
|
+
}
|
|
9287
|
+
},
|
|
9288
|
+
"defaultValue": null,
|
|
9289
|
+
"isDeprecated": false,
|
|
9290
|
+
"deprecationReason": null
|
|
9291
|
+
},
|
|
9292
|
+
{
|
|
9293
|
+
"name": "telemetry",
|
|
9294
|
+
"description": "Telemetry data input",
|
|
9295
|
+
"type": {
|
|
9296
|
+
"kind": "INPUT_OBJECT",
|
|
9297
|
+
"name": "NavigationTelemetryUpdateInput",
|
|
9298
|
+
"ofType": null
|
|
9299
|
+
},
|
|
9300
|
+
"defaultValue": null,
|
|
9301
|
+
"isDeprecated": false,
|
|
9302
|
+
"deprecationReason": null
|
|
9303
|
+
}
|
|
9304
|
+
],
|
|
9305
|
+
"interfaces": null,
|
|
9306
|
+
"enumValues": null,
|
|
9307
|
+
"possibleTypes": null
|
|
9308
|
+
},
|
|
9309
|
+
{
|
|
9310
|
+
"kind": "INPUT_OBJECT",
|
|
9311
|
+
"name": "NavigationUpdateLocationPropertiesInput",
|
|
9312
|
+
"description": "Properties of the location",
|
|
9313
|
+
"fields": null,
|
|
9314
|
+
"inputFields": [
|
|
9315
|
+
{
|
|
9316
|
+
"name": "route_leg",
|
|
9317
|
+
"description": "Current route leg index corresponding to a location",
|
|
9318
|
+
"type": {
|
|
9319
|
+
"kind": "NON_NULL",
|
|
9320
|
+
"name": null,
|
|
9321
|
+
"ofType": {
|
|
9322
|
+
"kind": "SCALAR",
|
|
9323
|
+
"name": "Int",
|
|
9324
|
+
"ofType": null
|
|
9325
|
+
}
|
|
9326
|
+
},
|
|
9327
|
+
"defaultValue": null,
|
|
9328
|
+
"isDeprecated": false,
|
|
9329
|
+
"deprecationReason": null
|
|
9330
|
+
},
|
|
9331
|
+
{
|
|
9332
|
+
"name": "speed",
|
|
9333
|
+
"description": "Speed at a location, in km/h",
|
|
9334
|
+
"type": {
|
|
9335
|
+
"kind": "NON_NULL",
|
|
9336
|
+
"name": null,
|
|
9337
|
+
"ofType": {
|
|
9338
|
+
"kind": "SCALAR",
|
|
9339
|
+
"name": "Float",
|
|
9340
|
+
"ofType": null
|
|
9341
|
+
}
|
|
9342
|
+
},
|
|
9343
|
+
"defaultValue": null,
|
|
9344
|
+
"isDeprecated": false,
|
|
9345
|
+
"deprecationReason": null
|
|
9346
|
+
},
|
|
9347
|
+
{
|
|
9348
|
+
"name": "timestamp",
|
|
9349
|
+
"description": "UNIX timestamp at location, in seconds",
|
|
9350
|
+
"type": {
|
|
9351
|
+
"kind": "NON_NULL",
|
|
9352
|
+
"name": null,
|
|
9353
|
+
"ofType": {
|
|
9354
|
+
"kind": "SCALAR",
|
|
9355
|
+
"name": "Int",
|
|
9356
|
+
"ofType": null
|
|
9357
|
+
}
|
|
9358
|
+
},
|
|
9359
|
+
"defaultValue": null,
|
|
9360
|
+
"isDeprecated": false,
|
|
9361
|
+
"deprecationReason": null
|
|
9362
|
+
},
|
|
9363
|
+
{
|
|
9364
|
+
"name": "altitude",
|
|
9365
|
+
"description": "Altitude information, in meters. This is optional",
|
|
9366
|
+
"type": {
|
|
9367
|
+
"kind": "SCALAR",
|
|
9368
|
+
"name": "Int",
|
|
9369
|
+
"ofType": null
|
|
9370
|
+
},
|
|
9371
|
+
"defaultValue": null,
|
|
9372
|
+
"isDeprecated": false,
|
|
9373
|
+
"deprecationReason": null
|
|
9374
|
+
}
|
|
9375
|
+
],
|
|
9376
|
+
"interfaces": null,
|
|
9377
|
+
"enumValues": null,
|
|
9378
|
+
"possibleTypes": null
|
|
9379
|
+
},
|
|
9380
|
+
{
|
|
9381
|
+
"kind": "INPUT_OBJECT",
|
|
9382
|
+
"name": "NavigationUpdateLocationsInput",
|
|
9383
|
+
"description": "Input for the navigation update locations",
|
|
9384
|
+
"fields": null,
|
|
9385
|
+
"inputFields": [
|
|
9386
|
+
{
|
|
9387
|
+
"name": "geometry",
|
|
9388
|
+
"description": "GPS location",
|
|
9389
|
+
"type": {
|
|
9390
|
+
"kind": "NON_NULL",
|
|
9391
|
+
"name": null,
|
|
9392
|
+
"ofType": {
|
|
9393
|
+
"kind": "INPUT_OBJECT",
|
|
9394
|
+
"name": "PointInput",
|
|
9395
|
+
"ofType": null
|
|
9396
|
+
}
|
|
9397
|
+
},
|
|
9398
|
+
"defaultValue": null,
|
|
9399
|
+
"isDeprecated": false,
|
|
9400
|
+
"deprecationReason": null
|
|
9401
|
+
},
|
|
9402
|
+
{
|
|
9403
|
+
"name": "properties",
|
|
9404
|
+
"description": "Extra information about the location",
|
|
9405
|
+
"type": {
|
|
9406
|
+
"kind": "NON_NULL",
|
|
9407
|
+
"name": null,
|
|
9408
|
+
"ofType": {
|
|
9409
|
+
"kind": "INPUT_OBJECT",
|
|
9410
|
+
"name": "NavigationUpdateLocationPropertiesInput",
|
|
9411
|
+
"ofType": null
|
|
9412
|
+
}
|
|
9413
|
+
},
|
|
9414
|
+
"defaultValue": null,
|
|
9415
|
+
"isDeprecated": false,
|
|
9416
|
+
"deprecationReason": null
|
|
9417
|
+
}
|
|
9418
|
+
],
|
|
9419
|
+
"interfaces": null,
|
|
9420
|
+
"enumValues": null,
|
|
9421
|
+
"possibleTypes": null
|
|
9422
|
+
},
|
|
9423
|
+
{
|
|
9424
|
+
"kind": "OBJECT",
|
|
9425
|
+
"name": "OCPIAdditionalGeoLocation",
|
|
9426
|
+
"description": "This class defines an additional geo location that is relevant for the Charge Point. The geodetic system to be used is WGS 84.",
|
|
9427
|
+
"fields": [
|
|
9428
|
+
{
|
|
9429
|
+
"name": "latitude",
|
|
9430
|
+
"description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}",
|
|
9431
|
+
"args": [],
|
|
9432
|
+
"type": {
|
|
9433
|
+
"kind": "SCALAR",
|
|
9434
|
+
"name": "String",
|
|
9435
|
+
"ofType": null
|
|
9436
|
+
},
|
|
9437
|
+
"isDeprecated": false,
|
|
9438
|
+
"deprecationReason": null
|
|
9439
|
+
},
|
|
9440
|
+
{
|
|
9441
|
+
"name": "longitude",
|
|
9442
|
+
"description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}",
|
|
9443
|
+
"args": [],
|
|
9444
|
+
"type": {
|
|
9445
|
+
"kind": "SCALAR",
|
|
9446
|
+
"name": "String",
|
|
9447
|
+
"ofType": null
|
|
9448
|
+
},
|
|
9449
|
+
"isDeprecated": false,
|
|
9450
|
+
"deprecationReason": null
|
|
9451
|
+
},
|
|
9452
|
+
{
|
|
9453
|
+
"name": "name",
|
|
9454
|
+
"description": "Name of the point in local language or as written at the location. For example the street name of a parking lot entrance or it’s number.",
|
|
9455
|
+
"args": [],
|
|
9456
|
+
"type": {
|
|
9457
|
+
"kind": "OBJECT",
|
|
9458
|
+
"name": "OCPIDisplayText",
|
|
9459
|
+
"ofType": null
|
|
9460
|
+
},
|
|
9461
|
+
"isDeprecated": false,
|
|
9462
|
+
"deprecationReason": null
|
|
9463
|
+
}
|
|
9464
|
+
],
|
|
9465
|
+
"inputFields": null,
|
|
9466
|
+
"interfaces": [],
|
|
9467
|
+
"enumValues": null,
|
|
9468
|
+
"possibleTypes": null
|
|
9469
|
+
},
|
|
9470
|
+
{
|
|
9471
|
+
"kind": "ENUM",
|
|
9472
|
+
"name": "OCPICapability",
|
|
9473
|
+
"description": "The capabilities of an EVSE.",
|
|
9474
|
+
"fields": null,
|
|
9475
|
+
"inputFields": null,
|
|
9476
|
+
"interfaces": null,
|
|
9477
|
+
"enumValues": [
|
|
9478
|
+
{
|
|
9479
|
+
"name": "CHARGING_PROFILE_CAPABLE",
|
|
9480
|
+
"description": "The EVSE supports charging profiles.",
|
|
9481
|
+
"isDeprecated": false,
|
|
9482
|
+
"deprecationReason": null
|
|
9483
|
+
},
|
|
9484
|
+
{
|
|
9485
|
+
"name": "CHARGING_PREFERENCES_CAPABLE",
|
|
9486
|
+
"description": "The EVSE supports charging preferences.",
|
|
9487
|
+
"isDeprecated": false,
|
|
9488
|
+
"deprecationReason": null
|
|
9489
|
+
},
|
|
9490
|
+
{
|
|
9491
|
+
"name": "CHIP_CARD_SUPPORT",
|
|
9492
|
+
"description": "EVSE has a payment terminal that supports chip cards.",
|
|
9493
|
+
"isDeprecated": false,
|
|
9494
|
+
"deprecationReason": null
|
|
9495
|
+
},
|
|
9496
|
+
{
|
|
9497
|
+
"name": "CONTACTLESS_CARD_SUPPORT",
|
|
9498
|
+
"description": "EVSE has a payment terminal that supports contactless cards.",
|
|
9499
|
+
"isDeprecated": false,
|
|
9500
|
+
"deprecationReason": null
|
|
9501
|
+
},
|
|
9502
|
+
{
|
|
9503
|
+
"name": "CREDIT_CARD_PAYABLE",
|
|
9504
|
+
"description": "EVSE has a payment terminal that makes it possible to pay for charging using a credit card.",
|
|
9505
|
+
"isDeprecated": false,
|
|
9506
|
+
"deprecationReason": null
|
|
9507
|
+
},
|
|
9508
|
+
{
|
|
9509
|
+
"name": "DEBIT_CARD_PAYABLE",
|
|
9510
|
+
"description": "EVSE has a payment terminal that makes it possible to pay for charging using a debit card.",
|
|
8588
9511
|
"isDeprecated": false,
|
|
8589
9512
|
"deprecationReason": null
|
|
8590
9513
|
},
|
|
@@ -11557,6 +12480,35 @@
|
|
|
11557
12480
|
"isDeprecated": false,
|
|
11558
12481
|
"deprecationReason": null
|
|
11559
12482
|
},
|
|
12483
|
+
{
|
|
12484
|
+
"name": "navigation",
|
|
12485
|
+
"description": "[BETA] Get a navigation session by ID",
|
|
12486
|
+
"args": [
|
|
12487
|
+
{
|
|
12488
|
+
"name": "id",
|
|
12489
|
+
"description": "ID of the navigation session to retrieve",
|
|
12490
|
+
"type": {
|
|
12491
|
+
"kind": "NON_NULL",
|
|
12492
|
+
"name": null,
|
|
12493
|
+
"ofType": {
|
|
12494
|
+
"kind": "SCALAR",
|
|
12495
|
+
"name": "ID",
|
|
12496
|
+
"ofType": null
|
|
12497
|
+
}
|
|
12498
|
+
},
|
|
12499
|
+
"defaultValue": null,
|
|
12500
|
+
"isDeprecated": false,
|
|
12501
|
+
"deprecationReason": null
|
|
12502
|
+
}
|
|
12503
|
+
],
|
|
12504
|
+
"type": {
|
|
12505
|
+
"kind": "OBJECT",
|
|
12506
|
+
"name": "Navigation",
|
|
12507
|
+
"ofType": null
|
|
12508
|
+
},
|
|
12509
|
+
"isDeprecated": false,
|
|
12510
|
+
"deprecationReason": null
|
|
12511
|
+
},
|
|
11560
12512
|
{
|
|
11561
12513
|
"name": "operatorList",
|
|
11562
12514
|
"description": "Get a full list of operators",
|
|
@@ -11902,7 +12854,7 @@
|
|
|
11902
12854
|
"args": [
|
|
11903
12855
|
{
|
|
11904
12856
|
"name": "query",
|
|
11905
|
-
"description": "
|
|
12857
|
+
"description": "Deprecated: Replaced by filter & search params",
|
|
11906
12858
|
"type": {
|
|
11907
12859
|
"kind": "INPUT_OBJECT",
|
|
11908
12860
|
"name": "StationListQuery",
|
|
@@ -11912,6 +12864,30 @@
|
|
|
11912
12864
|
"isDeprecated": false,
|
|
11913
12865
|
"deprecationReason": null
|
|
11914
12866
|
},
|
|
12867
|
+
{
|
|
12868
|
+
"name": "filter",
|
|
12869
|
+
"description": "Filter station result",
|
|
12870
|
+
"type": {
|
|
12871
|
+
"kind": "INPUT_OBJECT",
|
|
12872
|
+
"name": "StationListFilter",
|
|
12873
|
+
"ofType": null
|
|
12874
|
+
},
|
|
12875
|
+
"defaultValue": null,
|
|
12876
|
+
"isDeprecated": false,
|
|
12877
|
+
"deprecationReason": null
|
|
12878
|
+
},
|
|
12879
|
+
{
|
|
12880
|
+
"name": "search",
|
|
12881
|
+
"description": "Search for stations by name, id and external id",
|
|
12882
|
+
"type": {
|
|
12883
|
+
"kind": "SCALAR",
|
|
12884
|
+
"name": "String",
|
|
12885
|
+
"ofType": null
|
|
12886
|
+
},
|
|
12887
|
+
"defaultValue": null,
|
|
12888
|
+
"isDeprecated": false,
|
|
12889
|
+
"deprecationReason": null
|
|
12890
|
+
},
|
|
11915
12891
|
{
|
|
11916
12892
|
"name": "size",
|
|
11917
12893
|
"description": "Number of elements (count) to return, default: 10",
|
|
@@ -11955,15 +12931,35 @@
|
|
|
11955
12931
|
"args": [
|
|
11956
12932
|
{
|
|
11957
12933
|
"name": "query",
|
|
11958
|
-
"description": "
|
|
12934
|
+
"description": "Deprecated: Replaced by filter and search params",
|
|
11959
12935
|
"type": {
|
|
11960
|
-
"kind": "
|
|
11961
|
-
"name":
|
|
11962
|
-
"ofType":
|
|
11963
|
-
|
|
11964
|
-
|
|
11965
|
-
|
|
11966
|
-
|
|
12936
|
+
"kind": "INPUT_OBJECT",
|
|
12937
|
+
"name": "StationAroundQuery",
|
|
12938
|
+
"ofType": null
|
|
12939
|
+
},
|
|
12940
|
+
"defaultValue": null,
|
|
12941
|
+
"isDeprecated": false,
|
|
12942
|
+
"deprecationReason": null
|
|
12943
|
+
},
|
|
12944
|
+
{
|
|
12945
|
+
"name": "filter",
|
|
12946
|
+
"description": "Filter station around result",
|
|
12947
|
+
"type": {
|
|
12948
|
+
"kind": "INPUT_OBJECT",
|
|
12949
|
+
"name": "StationAroundFilter",
|
|
12950
|
+
"ofType": null
|
|
12951
|
+
},
|
|
12952
|
+
"defaultValue": null,
|
|
12953
|
+
"isDeprecated": false,
|
|
12954
|
+
"deprecationReason": null
|
|
12955
|
+
},
|
|
12956
|
+
{
|
|
12957
|
+
"name": "search",
|
|
12958
|
+
"description": "Search for stations around by name, id and external id",
|
|
12959
|
+
"type": {
|
|
12960
|
+
"kind": "SCALAR",
|
|
12961
|
+
"name": "String",
|
|
12962
|
+
"ofType": null
|
|
11967
12963
|
},
|
|
11968
12964
|
"defaultValue": null,
|
|
11969
12965
|
"isDeprecated": false,
|
|
@@ -12078,11 +13074,11 @@
|
|
|
12078
13074
|
},
|
|
12079
13075
|
{
|
|
12080
13076
|
"name": "navigationMapping",
|
|
12081
|
-
"description": "
|
|
13077
|
+
"description": "Deprecated: This query will be removed in favor of navigation query and subscription. Mapping can be retrieved via the instructions field.",
|
|
12082
13078
|
"args": [
|
|
12083
13079
|
{
|
|
12084
13080
|
"name": "id",
|
|
12085
|
-
"description": "ID of a route",
|
|
13081
|
+
"description": "ID of a route that needs to be mapped to navigation service provider specific format",
|
|
12086
13082
|
"type": {
|
|
12087
13083
|
"kind": "NON_NULL",
|
|
12088
13084
|
"name": null,
|
|
@@ -12114,7 +13110,7 @@
|
|
|
12114
13110
|
},
|
|
12115
13111
|
{
|
|
12116
13112
|
"name": "precision",
|
|
12117
|
-
"description": "Number of decimals used for
|
|
13113
|
+
"description": "Number of decimals used for Google Polyline encoding Algorithm. Allowed values are 5 or 6, default is 5",
|
|
12118
13114
|
"type": {
|
|
12119
13115
|
"kind": "SCALAR",
|
|
12120
13116
|
"name": "Int",
|
|
@@ -12126,7 +13122,7 @@
|
|
|
12126
13122
|
},
|
|
12127
13123
|
{
|
|
12128
13124
|
"name": "language",
|
|
12129
|
-
"description": "Preferred language
|
|
13125
|
+
"description": "Preferred language (defaults to 'en')",
|
|
12130
13126
|
"type": {
|
|
12131
13127
|
"kind": "ENUM",
|
|
12132
13128
|
"name": "MappingLanguage",
|
|
@@ -12285,7 +13281,7 @@
|
|
|
12285
13281
|
"fields": [
|
|
12286
13282
|
{
|
|
12287
13283
|
"name": "capacity",
|
|
12288
|
-
"description": "
|
|
13284
|
+
"description": "Usable capacity of the battery used to compute the route. If this in not filled in, value as the car batteryUsableKwh",
|
|
12289
13285
|
"args": [],
|
|
12290
13286
|
"type": {
|
|
12291
13287
|
"kind": "OBJECT",
|
|
@@ -12297,7 +13293,7 @@
|
|
|
12297
13293
|
},
|
|
12298
13294
|
{
|
|
12299
13295
|
"name": "capacityKwh",
|
|
12300
|
-
"description": "Usable capacity of a battery, in kWh. This value is computed from the provided capacity value
|
|
13296
|
+
"description": "Usable capacity of a battery, in kWh. This value is computed from the provided capacity value",
|
|
12301
13297
|
"args": [],
|
|
12302
13298
|
"type": {
|
|
12303
13299
|
"kind": "SCALAR",
|
|
@@ -12309,7 +13305,7 @@
|
|
|
12309
13305
|
},
|
|
12310
13306
|
{
|
|
12311
13307
|
"name": "stateOfCharge",
|
|
12312
|
-
"description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and it will be equal to the batteryUsableKwh
|
|
13308
|
+
"description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and it will be equal to the batteryUsableKwh",
|
|
12313
13309
|
"args": [],
|
|
12314
13310
|
"type": {
|
|
12315
13311
|
"kind": "OBJECT",
|
|
@@ -12321,7 +13317,7 @@
|
|
|
12321
13317
|
},
|
|
12322
13318
|
{
|
|
12323
13319
|
"name": "stateOfChargeKwh",
|
|
12324
|
-
"description": "Current amount of energy in a battery, in kWh. This value is computed from the provided state of charge
|
|
13320
|
+
"description": "Current amount of energy in a battery, in kWh. This value is computed from the provided state of charge",
|
|
12325
13321
|
"args": [],
|
|
12326
13322
|
"type": {
|
|
12327
13323
|
"kind": "SCALAR",
|
|
@@ -12333,7 +13329,7 @@
|
|
|
12333
13329
|
},
|
|
12334
13330
|
{
|
|
12335
13331
|
"name": "finalStateOfCharge",
|
|
12336
|
-
"description": "Desired final amount of energy in a battery. If this is not filled in, it will be set to 20% of the car batteryUsableKwh
|
|
13332
|
+
"description": "Desired final amount of energy in a battery. If this is not filled in, it will be set to 20% of the car batteryUsableKwh",
|
|
12337
13333
|
"args": [],
|
|
12338
13334
|
"type": {
|
|
12339
13335
|
"kind": "OBJECT",
|
|
@@ -12345,7 +13341,7 @@
|
|
|
12345
13341
|
},
|
|
12346
13342
|
{
|
|
12347
13343
|
"name": "finalStateOfChargeKwh",
|
|
12348
|
-
"description": "Desired final amount of energy in a battery, in kWh. This value is computed from the provided final state of charge
|
|
13344
|
+
"description": "Desired final amount of energy in a battery, in kWh. This value is computed from the provided final state of charge",
|
|
12349
13345
|
"args": [],
|
|
12350
13346
|
"type": {
|
|
12351
13347
|
"kind": "SCALAR",
|
|
@@ -12369,7 +13365,7 @@
|
|
|
12369
13365
|
"inputFields": [
|
|
12370
13366
|
{
|
|
12371
13367
|
"name": "capacity",
|
|
12372
|
-
"description": "Usable capacity of a battery used to compute a route.
|
|
13368
|
+
"description": "Usable capacity of a battery used to compute a route. We recommend you stay between 50% and 150%. If this in not filled in, we assume it is the same value as the car batteryUsableKwh",
|
|
12373
13369
|
"type": {
|
|
12374
13370
|
"kind": "INPUT_OBJECT",
|
|
12375
13371
|
"name": "RequestEvBatteryInputValue",
|
|
@@ -12381,7 +13377,7 @@
|
|
|
12381
13377
|
},
|
|
12382
13378
|
{
|
|
12383
13379
|
"name": "stateOfCharge",
|
|
12384
|
-
"description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and we fill it in with car batteryUsableKwh
|
|
13380
|
+
"description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and we fill it in with car batteryUsableKwh",
|
|
12385
13381
|
"type": {
|
|
12386
13382
|
"kind": "INPUT_OBJECT",
|
|
12387
13383
|
"name": "RequestEvBatteryInputValue",
|
|
@@ -12393,7 +13389,7 @@
|
|
|
12393
13389
|
},
|
|
12394
13390
|
{
|
|
12395
13391
|
"name": "finalStateOfCharge",
|
|
12396
|
-
"description": "Desired final amount of energy in a battery. If this is not filled in, we assume it is 20% of the car batteryUsableKwh
|
|
13392
|
+
"description": "Desired final amount of energy in a battery. If this is not filled in, we assume it is 20% of the car batteryUsableKwh",
|
|
12397
13393
|
"type": {
|
|
12398
13394
|
"kind": "INPUT_OBJECT",
|
|
12399
13395
|
"name": "RequestEvBatteryInputValue",
|
|
@@ -13203,7 +14199,7 @@
|
|
|
13203
14199
|
},
|
|
13204
14200
|
{
|
|
13205
14201
|
"name": "instructions",
|
|
13206
|
-
"description": "
|
|
14202
|
+
"description": "Deprecated: all routes will have turn-by-turn instructions prepared. Boolean will be ignored",
|
|
13207
14203
|
"type": {
|
|
13208
14204
|
"kind": "SCALAR",
|
|
13209
14205
|
"name": "Boolean",
|
|
@@ -13823,6 +14819,18 @@
|
|
|
13823
14819
|
"isDeprecated": false,
|
|
13824
14820
|
"deprecationReason": null
|
|
13825
14821
|
},
|
|
14822
|
+
{
|
|
14823
|
+
"name": "app",
|
|
14824
|
+
"description": "Application who requested a route",
|
|
14825
|
+
"args": [],
|
|
14826
|
+
"type": {
|
|
14827
|
+
"kind": "OBJECT",
|
|
14828
|
+
"name": "RouteApp",
|
|
14829
|
+
"ofType": null
|
|
14830
|
+
},
|
|
14831
|
+
"isDeprecated": false,
|
|
14832
|
+
"deprecationReason": null
|
|
14833
|
+
},
|
|
13826
14834
|
{
|
|
13827
14835
|
"name": "status",
|
|
13828
14836
|
"description": "Route status",
|
|
@@ -13884,7 +14892,7 @@
|
|
|
13884
14892
|
},
|
|
13885
14893
|
{
|
|
13886
14894
|
"name": "chargesAvailable",
|
|
13887
|
-
"description": "Number of available charges along a route
|
|
14895
|
+
"description": "Number of available charges along a route",
|
|
13888
14896
|
"args": [],
|
|
13889
14897
|
"type": {
|
|
13890
14898
|
"kind": "SCALAR",
|
|
@@ -13896,7 +14904,7 @@
|
|
|
13896
14904
|
},
|
|
13897
14905
|
{
|
|
13898
14906
|
"name": "chargesOccupied",
|
|
13899
|
-
"description": "Number of occupied charges along a route
|
|
14907
|
+
"description": "Number of occupied charges along a route",
|
|
13900
14908
|
"args": [],
|
|
13901
14909
|
"type": {
|
|
13902
14910
|
"kind": "SCALAR",
|
|
@@ -13908,7 +14916,7 @@
|
|
|
13908
14916
|
},
|
|
13909
14917
|
{
|
|
13910
14918
|
"name": "chargesUnknown",
|
|
13911
|
-
"description": "Number of unknown charges along a route
|
|
14919
|
+
"description": "Number of unknown charges along a route",
|
|
13912
14920
|
"args": [],
|
|
13913
14921
|
"type": {
|
|
13914
14922
|
"kind": "SCALAR",
|
|
@@ -13920,7 +14928,7 @@
|
|
|
13920
14928
|
},
|
|
13921
14929
|
{
|
|
13922
14930
|
"name": "chargesOutOfOrder",
|
|
13923
|
-
"description": "Number of out of order charges along a route
|
|
14931
|
+
"description": "Number of out of order charges along a route",
|
|
13924
14932
|
"args": [],
|
|
13925
14933
|
"type": {
|
|
13926
14934
|
"kind": "SCALAR",
|
|
@@ -13932,7 +14940,7 @@
|
|
|
13932
14940
|
},
|
|
13933
14941
|
{
|
|
13934
14942
|
"name": "distance",
|
|
13935
|
-
"description": "Total distance of a route in meters
|
|
14943
|
+
"description": "Total distance of a route in meters",
|
|
13936
14944
|
"args": [],
|
|
13937
14945
|
"type": {
|
|
13938
14946
|
"kind": "SCALAR",
|
|
@@ -14040,7 +15048,7 @@
|
|
|
14040
15048
|
},
|
|
14041
15049
|
{
|
|
14042
15050
|
"name": "rangeEndKwh",
|
|
14043
|
-
"description": "Remaining range, energy in kWh, at the end of a trip
|
|
15051
|
+
"description": "Remaining range, energy in kWh, at the end of a trip",
|
|
14044
15052
|
"args": [],
|
|
14045
15053
|
"type": {
|
|
14046
15054
|
"kind": "SCALAR",
|
|
@@ -14052,7 +15060,7 @@
|
|
|
14052
15060
|
},
|
|
14053
15061
|
{
|
|
14054
15062
|
"name": "rangeEndPercentage",
|
|
14055
|
-
"description": "Remaining range, energy in percentage, at the end of a trip
|
|
15063
|
+
"description": "Remaining range, energy in percentage, at the end of a trip",
|
|
14056
15064
|
"args": [],
|
|
14057
15065
|
"type": {
|
|
14058
15066
|
"kind": "SCALAR",
|
|
@@ -14349,6 +15357,29 @@
|
|
|
14349
15357
|
],
|
|
14350
15358
|
"possibleTypes": null
|
|
14351
15359
|
},
|
|
15360
|
+
{
|
|
15361
|
+
"kind": "OBJECT",
|
|
15362
|
+
"name": "RouteApp",
|
|
15363
|
+
"description": null,
|
|
15364
|
+
"fields": [
|
|
15365
|
+
{
|
|
15366
|
+
"name": "id",
|
|
15367
|
+
"description": "ID of the app who requested a route",
|
|
15368
|
+
"args": [],
|
|
15369
|
+
"type": {
|
|
15370
|
+
"kind": "SCALAR",
|
|
15371
|
+
"name": "ID",
|
|
15372
|
+
"ofType": null
|
|
15373
|
+
},
|
|
15374
|
+
"isDeprecated": false,
|
|
15375
|
+
"deprecationReason": null
|
|
15376
|
+
}
|
|
15377
|
+
],
|
|
15378
|
+
"inputFields": null,
|
|
15379
|
+
"interfaces": [],
|
|
15380
|
+
"enumValues": null,
|
|
15381
|
+
"possibleTypes": null
|
|
15382
|
+
},
|
|
14352
15383
|
{
|
|
14353
15384
|
"kind": "OBJECT",
|
|
14354
15385
|
"name": "RouteInstruction",
|
|
@@ -14741,7 +15772,7 @@
|
|
|
14741
15772
|
},
|
|
14742
15773
|
{
|
|
14743
15774
|
"name": "rangeEndPercentage",
|
|
14744
|
-
"description": "Remaining range, energy in percentage, at the end of a trip
|
|
15775
|
+
"description": "Remaining range, energy in percentage, at the end of a trip",
|
|
14745
15776
|
"args": [],
|
|
14746
15777
|
"type": {
|
|
14747
15778
|
"kind": "SCALAR",
|
|
@@ -15866,6 +16897,12 @@
|
|
|
15866
16897
|
"description": null,
|
|
15867
16898
|
"isDeprecated": false,
|
|
15868
16899
|
"deprecationReason": null
|
|
16900
|
+
},
|
|
16901
|
+
{
|
|
16902
|
+
"name": "walking",
|
|
16903
|
+
"description": null,
|
|
16904
|
+
"isDeprecated": false,
|
|
16905
|
+
"deprecationReason": null
|
|
15869
16906
|
}
|
|
15870
16907
|
],
|
|
15871
16908
|
"possibleTypes": null
|
|
@@ -16434,7 +17471,7 @@
|
|
|
16434
17471
|
},
|
|
16435
17472
|
{
|
|
16436
17473
|
"kind": "INPUT_OBJECT",
|
|
16437
|
-
"name": "
|
|
17474
|
+
"name": "StationAroundFilter",
|
|
16438
17475
|
"description": "Filter which can be applied to retrieve the station around list action",
|
|
16439
17476
|
"fields": null,
|
|
16440
17477
|
"inputFields": [
|
|
@@ -16442,11 +17479,35 @@
|
|
|
16442
17479
|
"name": "location",
|
|
16443
17480
|
"description": "The GeoJSON Point of the center of the around me circle",
|
|
16444
17481
|
"type": {
|
|
16445
|
-
"kind": "
|
|
17482
|
+
"kind": "INPUT_OBJECT",
|
|
17483
|
+
"name": "PointInput",
|
|
17484
|
+
"ofType": null
|
|
17485
|
+
},
|
|
17486
|
+
"defaultValue": null,
|
|
17487
|
+
"isDeprecated": false,
|
|
17488
|
+
"deprecationReason": null
|
|
17489
|
+
},
|
|
17490
|
+
{
|
|
17491
|
+
"name": "distance",
|
|
17492
|
+
"description": "Distance, in meters, to search around",
|
|
17493
|
+
"type": {
|
|
17494
|
+
"kind": "SCALAR",
|
|
17495
|
+
"name": "Int",
|
|
17496
|
+
"ofType": null
|
|
17497
|
+
},
|
|
17498
|
+
"defaultValue": null,
|
|
17499
|
+
"isDeprecated": false,
|
|
17500
|
+
"deprecationReason": null
|
|
17501
|
+
},
|
|
17502
|
+
{
|
|
17503
|
+
"name": "powers",
|
|
17504
|
+
"description": "Powers in kWh",
|
|
17505
|
+
"type": {
|
|
17506
|
+
"kind": "LIST",
|
|
16446
17507
|
"name": null,
|
|
16447
17508
|
"ofType": {
|
|
16448
|
-
"kind": "
|
|
16449
|
-
"name": "
|
|
17509
|
+
"kind": "SCALAR",
|
|
17510
|
+
"name": "Float",
|
|
16450
17511
|
"ofType": null
|
|
16451
17512
|
}
|
|
16452
17513
|
},
|
|
@@ -16455,14 +17516,46 @@
|
|
|
16455
17516
|
"deprecationReason": null
|
|
16456
17517
|
},
|
|
16457
17518
|
{
|
|
16458
|
-
"name": "
|
|
16459
|
-
"description": "
|
|
17519
|
+
"name": "amenities",
|
|
17520
|
+
"description": "Amenities available near a station",
|
|
16460
17521
|
"type": {
|
|
16461
|
-
"kind": "
|
|
17522
|
+
"kind": "LIST",
|
|
16462
17523
|
"name": null,
|
|
16463
17524
|
"ofType": {
|
|
16464
|
-
"kind": "
|
|
16465
|
-
"name": "
|
|
17525
|
+
"kind": "ENUM",
|
|
17526
|
+
"name": "Amenities",
|
|
17527
|
+
"ofType": null
|
|
17528
|
+
}
|
|
17529
|
+
},
|
|
17530
|
+
"defaultValue": null,
|
|
17531
|
+
"isDeprecated": false,
|
|
17532
|
+
"deprecationReason": null
|
|
17533
|
+
},
|
|
17534
|
+
{
|
|
17535
|
+
"name": "power_groups",
|
|
17536
|
+
"description": "Station speed",
|
|
17537
|
+
"type": {
|
|
17538
|
+
"kind": "LIST",
|
|
17539
|
+
"name": null,
|
|
17540
|
+
"ofType": {
|
|
17541
|
+
"kind": "ENUM",
|
|
17542
|
+
"name": "StationSpeedType",
|
|
17543
|
+
"ofType": null
|
|
17544
|
+
}
|
|
17545
|
+
},
|
|
17546
|
+
"defaultValue": null,
|
|
17547
|
+
"isDeprecated": false,
|
|
17548
|
+
"deprecationReason": null
|
|
17549
|
+
},
|
|
17550
|
+
{
|
|
17551
|
+
"name": "connectors",
|
|
17552
|
+
"description": "Station socket or plug standards",
|
|
17553
|
+
"type": {
|
|
17554
|
+
"kind": "LIST",
|
|
17555
|
+
"name": null,
|
|
17556
|
+
"ofType": {
|
|
17557
|
+
"kind": "ENUM",
|
|
17558
|
+
"name": "ConnectorType",
|
|
16466
17559
|
"ofType": null
|
|
16467
17560
|
}
|
|
16468
17561
|
},
|
|
@@ -16470,6 +17563,65 @@
|
|
|
16470
17563
|
"isDeprecated": false,
|
|
16471
17564
|
"deprecationReason": null
|
|
16472
17565
|
},
|
|
17566
|
+
{
|
|
17567
|
+
"name": "available_only",
|
|
17568
|
+
"description": "Flag that allows you to return only available stations",
|
|
17569
|
+
"type": {
|
|
17570
|
+
"kind": "SCALAR",
|
|
17571
|
+
"name": "Boolean",
|
|
17572
|
+
"ofType": null
|
|
17573
|
+
},
|
|
17574
|
+
"defaultValue": null,
|
|
17575
|
+
"isDeprecated": false,
|
|
17576
|
+
"deprecationReason": null
|
|
17577
|
+
},
|
|
17578
|
+
{
|
|
17579
|
+
"name": "preferred_operator",
|
|
17580
|
+
"description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned",
|
|
17581
|
+
"type": {
|
|
17582
|
+
"kind": "SCALAR",
|
|
17583
|
+
"name": "Boolean",
|
|
17584
|
+
"ofType": null
|
|
17585
|
+
},
|
|
17586
|
+
"defaultValue": null,
|
|
17587
|
+
"isDeprecated": false,
|
|
17588
|
+
"deprecationReason": null
|
|
17589
|
+
}
|
|
17590
|
+
],
|
|
17591
|
+
"interfaces": null,
|
|
17592
|
+
"enumValues": null,
|
|
17593
|
+
"possibleTypes": null
|
|
17594
|
+
},
|
|
17595
|
+
{
|
|
17596
|
+
"kind": "INPUT_OBJECT",
|
|
17597
|
+
"name": "StationAroundQuery",
|
|
17598
|
+
"description": "Deprecated: Replaced by filter & search params",
|
|
17599
|
+
"fields": null,
|
|
17600
|
+
"inputFields": [
|
|
17601
|
+
{
|
|
17602
|
+
"name": "location",
|
|
17603
|
+
"description": "The GeoJSON Point of the center of the around me circle",
|
|
17604
|
+
"type": {
|
|
17605
|
+
"kind": "INPUT_OBJECT",
|
|
17606
|
+
"name": "PointInput",
|
|
17607
|
+
"ofType": null
|
|
17608
|
+
},
|
|
17609
|
+
"defaultValue": null,
|
|
17610
|
+
"isDeprecated": false,
|
|
17611
|
+
"deprecationReason": null
|
|
17612
|
+
},
|
|
17613
|
+
{
|
|
17614
|
+
"name": "distance",
|
|
17615
|
+
"description": "Distance, in meters, to search around",
|
|
17616
|
+
"type": {
|
|
17617
|
+
"kind": "SCALAR",
|
|
17618
|
+
"name": "Int",
|
|
17619
|
+
"ofType": null
|
|
17620
|
+
},
|
|
17621
|
+
"defaultValue": null,
|
|
17622
|
+
"isDeprecated": false,
|
|
17623
|
+
"deprecationReason": null
|
|
17624
|
+
},
|
|
16473
17625
|
{
|
|
16474
17626
|
"name": "power",
|
|
16475
17627
|
"description": "Power in kWh",
|
|
@@ -16488,7 +17640,7 @@
|
|
|
16488
17640
|
},
|
|
16489
17641
|
{
|
|
16490
17642
|
"name": "amenities",
|
|
16491
|
-
"description": "
|
|
17643
|
+
"description": "Amenities available near a station. Values: restaurant, bathroom, supermarket, playground, coffee, shopping, museum, hotel, park",
|
|
16492
17644
|
"type": {
|
|
16493
17645
|
"kind": "LIST",
|
|
16494
17646
|
"name": null,
|
|
@@ -16509,9 +17661,108 @@
|
|
|
16509
17661
|
},
|
|
16510
17662
|
{
|
|
16511
17663
|
"kind": "INPUT_OBJECT",
|
|
16512
|
-
"name": "
|
|
17664
|
+
"name": "StationListFilter",
|
|
16513
17665
|
"description": "Filter which can be applied to retrieve the station list action",
|
|
16514
17666
|
"fields": null,
|
|
17667
|
+
"inputFields": [
|
|
17668
|
+
{
|
|
17669
|
+
"name": "powers",
|
|
17670
|
+
"description": "Powers in kWh",
|
|
17671
|
+
"type": {
|
|
17672
|
+
"kind": "LIST",
|
|
17673
|
+
"name": null,
|
|
17674
|
+
"ofType": {
|
|
17675
|
+
"kind": "SCALAR",
|
|
17676
|
+
"name": "Float",
|
|
17677
|
+
"ofType": null
|
|
17678
|
+
}
|
|
17679
|
+
},
|
|
17680
|
+
"defaultValue": null,
|
|
17681
|
+
"isDeprecated": false,
|
|
17682
|
+
"deprecationReason": null
|
|
17683
|
+
},
|
|
17684
|
+
{
|
|
17685
|
+
"name": "amenities",
|
|
17686
|
+
"description": "Amenities available near a station",
|
|
17687
|
+
"type": {
|
|
17688
|
+
"kind": "LIST",
|
|
17689
|
+
"name": null,
|
|
17690
|
+
"ofType": {
|
|
17691
|
+
"kind": "ENUM",
|
|
17692
|
+
"name": "Amenities",
|
|
17693
|
+
"ofType": null
|
|
17694
|
+
}
|
|
17695
|
+
},
|
|
17696
|
+
"defaultValue": null,
|
|
17697
|
+
"isDeprecated": false,
|
|
17698
|
+
"deprecationReason": null
|
|
17699
|
+
},
|
|
17700
|
+
{
|
|
17701
|
+
"name": "power_groups",
|
|
17702
|
+
"description": "Station speed",
|
|
17703
|
+
"type": {
|
|
17704
|
+
"kind": "LIST",
|
|
17705
|
+
"name": null,
|
|
17706
|
+
"ofType": {
|
|
17707
|
+
"kind": "ENUM",
|
|
17708
|
+
"name": "StationSpeedType",
|
|
17709
|
+
"ofType": null
|
|
17710
|
+
}
|
|
17711
|
+
},
|
|
17712
|
+
"defaultValue": null,
|
|
17713
|
+
"isDeprecated": false,
|
|
17714
|
+
"deprecationReason": null
|
|
17715
|
+
},
|
|
17716
|
+
{
|
|
17717
|
+
"name": "connectors",
|
|
17718
|
+
"description": "Station socket or plug standards",
|
|
17719
|
+
"type": {
|
|
17720
|
+
"kind": "LIST",
|
|
17721
|
+
"name": null,
|
|
17722
|
+
"ofType": {
|
|
17723
|
+
"kind": "ENUM",
|
|
17724
|
+
"name": "ConnectorType",
|
|
17725
|
+
"ofType": null
|
|
17726
|
+
}
|
|
17727
|
+
},
|
|
17728
|
+
"defaultValue": null,
|
|
17729
|
+
"isDeprecated": false,
|
|
17730
|
+
"deprecationReason": null
|
|
17731
|
+
},
|
|
17732
|
+
{
|
|
17733
|
+
"name": "available_only",
|
|
17734
|
+
"description": "Flag that allows you to return only available stations",
|
|
17735
|
+
"type": {
|
|
17736
|
+
"kind": "SCALAR",
|
|
17737
|
+
"name": "Boolean",
|
|
17738
|
+
"ofType": null
|
|
17739
|
+
},
|
|
17740
|
+
"defaultValue": null,
|
|
17741
|
+
"isDeprecated": false,
|
|
17742
|
+
"deprecationReason": null
|
|
17743
|
+
},
|
|
17744
|
+
{
|
|
17745
|
+
"name": "preferred_operator",
|
|
17746
|
+
"description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned",
|
|
17747
|
+
"type": {
|
|
17748
|
+
"kind": "SCALAR",
|
|
17749
|
+
"name": "Boolean",
|
|
17750
|
+
"ofType": null
|
|
17751
|
+
},
|
|
17752
|
+
"defaultValue": null,
|
|
17753
|
+
"isDeprecated": false,
|
|
17754
|
+
"deprecationReason": null
|
|
17755
|
+
}
|
|
17756
|
+
],
|
|
17757
|
+
"interfaces": null,
|
|
17758
|
+
"enumValues": null,
|
|
17759
|
+
"possibleTypes": null
|
|
17760
|
+
},
|
|
17761
|
+
{
|
|
17762
|
+
"kind": "INPUT_OBJECT",
|
|
17763
|
+
"name": "StationListQuery",
|
|
17764
|
+
"description": "Deprecated: Replaced by filter & search params",
|
|
17765
|
+
"fields": null,
|
|
16515
17766
|
"inputFields": [
|
|
16516
17767
|
{
|
|
16517
17768
|
"name": "id",
|
|
@@ -16771,6 +18022,12 @@
|
|
|
16771
18022
|
"description": "This step is a ferry",
|
|
16772
18023
|
"isDeprecated": false,
|
|
16773
18024
|
"deprecationReason": null
|
|
18025
|
+
},
|
|
18026
|
+
{
|
|
18027
|
+
"name": "walking",
|
|
18028
|
+
"description": "This step is reachable by walking",
|
|
18029
|
+
"isDeprecated": false,
|
|
18030
|
+
"deprecationReason": null
|
|
16774
18031
|
}
|
|
16775
18032
|
],
|
|
16776
18033
|
"possibleTypes": null
|
|
@@ -16780,6 +18037,35 @@
|
|
|
16780
18037
|
"name": "Subscription",
|
|
16781
18038
|
"description": null,
|
|
16782
18039
|
"fields": [
|
|
18040
|
+
{
|
|
18041
|
+
"name": "navigationUpdatedById",
|
|
18042
|
+
"description": "[BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates",
|
|
18043
|
+
"args": [
|
|
18044
|
+
{
|
|
18045
|
+
"name": "id",
|
|
18046
|
+
"description": null,
|
|
18047
|
+
"type": {
|
|
18048
|
+
"kind": "NON_NULL",
|
|
18049
|
+
"name": null,
|
|
18050
|
+
"ofType": {
|
|
18051
|
+
"kind": "SCALAR",
|
|
18052
|
+
"name": "ID",
|
|
18053
|
+
"ofType": null
|
|
18054
|
+
}
|
|
18055
|
+
},
|
|
18056
|
+
"defaultValue": null,
|
|
18057
|
+
"isDeprecated": false,
|
|
18058
|
+
"deprecationReason": null
|
|
18059
|
+
}
|
|
18060
|
+
],
|
|
18061
|
+
"type": {
|
|
18062
|
+
"kind": "OBJECT",
|
|
18063
|
+
"name": "Navigation",
|
|
18064
|
+
"ofType": null
|
|
18065
|
+
},
|
|
18066
|
+
"isDeprecated": false,
|
|
18067
|
+
"deprecationReason": null
|
|
18068
|
+
},
|
|
16783
18069
|
{
|
|
16784
18070
|
"name": "operatorAdded",
|
|
16785
18071
|
"description": "Subscription for a new operator was added in the system event",
|
|
@@ -17013,6 +18299,16 @@
|
|
|
17013
18299
|
"enumValues": null,
|
|
17014
18300
|
"possibleTypes": null
|
|
17015
18301
|
},
|
|
18302
|
+
{
|
|
18303
|
+
"kind": "SCALAR",
|
|
18304
|
+
"name": "Void",
|
|
18305
|
+
"description": "Void custom scalar",
|
|
18306
|
+
"fields": null,
|
|
18307
|
+
"inputFields": null,
|
|
18308
|
+
"interfaces": null,
|
|
18309
|
+
"enumValues": null,
|
|
18310
|
+
"possibleTypes": null
|
|
18311
|
+
},
|
|
17016
18312
|
{
|
|
17017
18313
|
"kind": "OBJECT",
|
|
17018
18314
|
"name": "__Schema",
|