@chargetrip/types 1.53.0 → 1.55.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 +33 -8
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +33 -8
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +457 -242
- package/graphql.schema.json +1977 -363
- package/package.json +1 -1
- package/src/graphql.ts +481 -242
package/graphql.schema.json
CHANGED
|
@@ -62,16 +62,6 @@
|
|
|
62
62
|
],
|
|
63
63
|
"possibleTypes": null
|
|
64
64
|
},
|
|
65
|
-
{
|
|
66
|
-
"kind": "SCALAR",
|
|
67
|
-
"name": "Acknowledgement",
|
|
68
|
-
"description": "Acknowledgement scalar. Returns 'OK'.",
|
|
69
|
-
"fields": null,
|
|
70
|
-
"inputFields": null,
|
|
71
|
-
"interfaces": null,
|
|
72
|
-
"enumValues": null,
|
|
73
|
-
"possibleTypes": null
|
|
74
|
-
},
|
|
75
65
|
{
|
|
76
66
|
"kind": "OBJECT",
|
|
77
67
|
"name": "Address",
|
|
@@ -183,7 +173,7 @@
|
|
|
183
173
|
"ofType": null
|
|
184
174
|
},
|
|
185
175
|
"isDeprecated": true,
|
|
186
|
-
"deprecationReason": "In favor of postal_code
|
|
176
|
+
"deprecationReason": "In favor of `postal_code`."
|
|
187
177
|
},
|
|
188
178
|
{
|
|
189
179
|
"name": "what3Words",
|
|
@@ -195,7 +185,7 @@
|
|
|
195
185
|
"ofType": null
|
|
196
186
|
},
|
|
197
187
|
"isDeprecated": true,
|
|
198
|
-
"deprecationReason": "In favor of what_3_words
|
|
188
|
+
"deprecationReason": "In favor of `what_3_words`."
|
|
199
189
|
},
|
|
200
190
|
{
|
|
201
191
|
"name": "formattedAddress",
|
|
@@ -211,7 +201,7 @@
|
|
|
211
201
|
}
|
|
212
202
|
},
|
|
213
203
|
"isDeprecated": true,
|
|
214
|
-
"deprecationReason": "In favor of formatted_address
|
|
204
|
+
"deprecationReason": "In favor of `formatted_address`."
|
|
215
205
|
},
|
|
216
206
|
{
|
|
217
207
|
"name": "postal_code",
|
|
@@ -653,7 +643,7 @@
|
|
|
653
643
|
"ofType": null
|
|
654
644
|
},
|
|
655
645
|
"isDeprecated": true,
|
|
656
|
-
"deprecationReason": "Will be removed
|
|
646
|
+
"deprecationReason": "Will be removed."
|
|
657
647
|
},
|
|
658
648
|
{
|
|
659
649
|
"name": "externalId",
|
|
@@ -665,7 +655,7 @@
|
|
|
665
655
|
"ofType": null
|
|
666
656
|
},
|
|
667
657
|
"isDeprecated": true,
|
|
668
|
-
"deprecationReason": "In favor of external_id
|
|
658
|
+
"deprecationReason": "In favor of `external_id`."
|
|
669
659
|
},
|
|
670
660
|
{
|
|
671
661
|
"name": "external_id",
|
|
@@ -757,7 +747,7 @@
|
|
|
757
747
|
"ofType": null
|
|
758
748
|
},
|
|
759
749
|
"isDeprecated": true,
|
|
760
|
-
"deprecationReason": "In favor of station_distance
|
|
750
|
+
"deprecationReason": "In favor of `station_distance`."
|
|
761
751
|
},
|
|
762
752
|
{
|
|
763
753
|
"name": "station_distance",
|
|
@@ -798,7 +788,7 @@
|
|
|
798
788
|
"ofType": null
|
|
799
789
|
},
|
|
800
790
|
"isDeprecated": true,
|
|
801
|
-
"deprecationReason": "Will be removed
|
|
791
|
+
"deprecationReason": "Will be removed."
|
|
802
792
|
},
|
|
803
793
|
{
|
|
804
794
|
"name": "opening_hours",
|
|
@@ -870,7 +860,7 @@
|
|
|
870
860
|
"ofType": null
|
|
871
861
|
},
|
|
872
862
|
"isDeprecated": true,
|
|
873
|
-
"deprecationReason": "Will be removed
|
|
863
|
+
"deprecationReason": "Will be removed."
|
|
874
864
|
},
|
|
875
865
|
{
|
|
876
866
|
"name": "updatedAt",
|
|
@@ -882,7 +872,7 @@
|
|
|
882
872
|
"ofType": null
|
|
883
873
|
},
|
|
884
874
|
"isDeprecated": true,
|
|
885
|
-
"deprecationReason": "In favor of last_updated
|
|
875
|
+
"deprecationReason": "In favor of `last_updated`."
|
|
886
876
|
},
|
|
887
877
|
{
|
|
888
878
|
"name": "last_updated",
|
|
@@ -1587,7 +1577,7 @@
|
|
|
1587
1577
|
{
|
|
1588
1578
|
"kind": "OBJECT",
|
|
1589
1579
|
"name": "CarConsumption",
|
|
1590
|
-
"description": "
|
|
1580
|
+
"description": "Consumption of the car.",
|
|
1591
1581
|
"fields": [
|
|
1592
1582
|
{
|
|
1593
1583
|
"name": "worst",
|
|
@@ -1622,7 +1612,7 @@
|
|
|
1622
1612
|
{
|
|
1623
1613
|
"kind": "INPUT_OBJECT",
|
|
1624
1614
|
"name": "CarConsumptionInput",
|
|
1625
|
-
"description": "
|
|
1615
|
+
"description": "Consumption of the car.",
|
|
1626
1616
|
"fields": null,
|
|
1627
1617
|
"inputFields": [
|
|
1628
1618
|
{
|
|
@@ -2817,7 +2807,7 @@
|
|
|
2817
2807
|
"fields": [
|
|
2818
2808
|
{
|
|
2819
2809
|
"name": "id",
|
|
2820
|
-
"description": "Identifier of a connector within an EVSE. Two connectors may have the same ID as long as they do not belong to the same EVSE object.
|
|
2810
|
+
"description": "Identifier of a connector within an EVSE. Two connectors may have the same ID as long as they do not belong to the same EVSE object.",
|
|
2821
2811
|
"args": [],
|
|
2822
2812
|
"type": {
|
|
2823
2813
|
"kind": "SCALAR",
|
|
@@ -2829,7 +2819,7 @@
|
|
|
2829
2819
|
},
|
|
2830
2820
|
{
|
|
2831
2821
|
"name": "standard",
|
|
2832
|
-
"description": "Standard of an installed connector.
|
|
2822
|
+
"description": "Standard of an installed connector.",
|
|
2833
2823
|
"args": [],
|
|
2834
2824
|
"type": {
|
|
2835
2825
|
"kind": "ENUM",
|
|
@@ -2841,7 +2831,7 @@
|
|
|
2841
2831
|
},
|
|
2842
2832
|
{
|
|
2843
2833
|
"name": "format",
|
|
2844
|
-
"description": "Format (socket/cable) of an installed connector.
|
|
2834
|
+
"description": "Format (socket/cable) of an installed connector.",
|
|
2845
2835
|
"args": [],
|
|
2846
2836
|
"type": {
|
|
2847
2837
|
"kind": "ENUM",
|
|
@@ -2853,7 +2843,7 @@
|
|
|
2853
2843
|
},
|
|
2854
2844
|
{
|
|
2855
2845
|
"name": "power_type",
|
|
2856
|
-
"description": "Type of power of an installed connector.
|
|
2846
|
+
"description": "Type of power of an installed connector.",
|
|
2857
2847
|
"args": [],
|
|
2858
2848
|
"type": {
|
|
2859
2849
|
"kind": "ENUM",
|
|
@@ -2865,7 +2855,7 @@
|
|
|
2865
2855
|
},
|
|
2866
2856
|
{
|
|
2867
2857
|
"name": "max_voltage",
|
|
2868
|
-
"description": "Maximum voltage of an connector (line to neutral for AC_3_PHASE), in volt [V]. For example: DC Chargers might vary the voltage during charging when battery almost full.
|
|
2858
|
+
"description": "Maximum voltage of an connector (line to neutral for AC_3_PHASE), in volt [V]. For example: DC Chargers might vary the voltage during charging when battery almost full.",
|
|
2869
2859
|
"args": [],
|
|
2870
2860
|
"type": {
|
|
2871
2861
|
"kind": "SCALAR",
|
|
@@ -2877,7 +2867,7 @@
|
|
|
2877
2867
|
},
|
|
2878
2868
|
{
|
|
2879
2869
|
"name": "max_amperage",
|
|
2880
|
-
"description": "Maximum amperage of a connector, in ampere [A].
|
|
2870
|
+
"description": "Maximum amperage of a connector, in ampere [A].",
|
|
2881
2871
|
"args": [],
|
|
2882
2872
|
"type": {
|
|
2883
2873
|
"kind": "SCALAR",
|
|
@@ -2889,7 +2879,7 @@
|
|
|
2889
2879
|
},
|
|
2890
2880
|
{
|
|
2891
2881
|
"name": "max_electric_power",
|
|
2892
|
-
"description": "Maximum electric power that can be delivered by a connector, in watt [W]. When the maximum electric power is lower than the calculated value from voltage and amperage, this value should be set.\nFor example: A DC Charge Point which can deliver up to 920V and up to 400A can be limited to a maximum of 150kW. Depending on the vehicle, it may supply maximum voltage or current, but not both at the same time.\nFor AC Charge Points, the amount of phases used can also have influence on the maximum power.
|
|
2882
|
+
"description": "Maximum electric power that can be delivered by a connector, in watt [W]. When the maximum electric power is lower than the calculated value from voltage and amperage, this value should be set.\nFor example: A DC Charge Point which can deliver up to 920V and up to 400A can be limited to a maximum of 150kW. Depending on the vehicle, it may supply maximum voltage or current, but not both at the same time.\nFor AC Charge Points, the amount of phases used can also have influence on the maximum power.",
|
|
2893
2883
|
"args": [],
|
|
2894
2884
|
"type": {
|
|
2895
2885
|
"kind": "SCALAR",
|
|
@@ -2913,7 +2903,7 @@
|
|
|
2913
2903
|
},
|
|
2914
2904
|
{
|
|
2915
2905
|
"name": "tariff_ids",
|
|
2916
|
-
"description": "Identifiers of the currently valid charging tariffs. Multiple tariffs are possible, but only one of each Tariff.type can be active at the same time. Tariffs with the same type are only allowed, if they are not active at the same time: start_date_time and end_date_time period not overlapping.\nWhen preference-based smart charging is supported, one tariff for every possible ProfileType should be provided. This tells the user about the options they have at this Connector, and what the tariff is for every option.\nFor a \"free of charge\" tariff, this field should be set and point to a defined \"free of charge\" tariff.
|
|
2906
|
+
"description": "Identifiers of the currently valid charging tariffs. Multiple tariffs are possible, but only one of each Tariff.type can be active at the same time. Tariffs with the same type are only allowed, if they are not active at the same time: start_date_time and end_date_time period not overlapping.\nWhen preference-based smart charging is supported, one tariff for every possible ProfileType should be provided. This tells the user about the options they have at this Connector, and what the tariff is for every option.\nFor a \"free of charge\" tariff, this field should be set and point to a defined \"free of charge\" tariff.",
|
|
2917
2907
|
"args": [],
|
|
2918
2908
|
"type": {
|
|
2919
2909
|
"kind": "LIST",
|
|
@@ -2929,7 +2919,7 @@
|
|
|
2929
2919
|
},
|
|
2930
2920
|
{
|
|
2931
2921
|
"name": "terms_and_conditions",
|
|
2932
|
-
"description": "URL to an operator’s terms and conditions.
|
|
2922
|
+
"description": "URL to an operator’s terms and conditions.",
|
|
2933
2923
|
"args": [],
|
|
2934
2924
|
"type": {
|
|
2935
2925
|
"kind": "SCALAR",
|
|
@@ -2941,7 +2931,7 @@
|
|
|
2941
2931
|
},
|
|
2942
2932
|
{
|
|
2943
2933
|
"name": "last_updated",
|
|
2944
|
-
"description": "Timestamp when a connector was last updated (or created).
|
|
2934
|
+
"description": "Timestamp when a connector was last updated (or created).",
|
|
2945
2935
|
"args": [],
|
|
2946
2936
|
"type": {
|
|
2947
2937
|
"kind": "SCALAR",
|
|
@@ -2989,7 +2979,7 @@
|
|
|
2989
2979
|
"ofType": null
|
|
2990
2980
|
},
|
|
2991
2981
|
"isDeprecated": true,
|
|
2992
|
-
"deprecationReason": "In favor of prices
|
|
2982
|
+
"deprecationReason": "In favor of `prices`."
|
|
2993
2983
|
},
|
|
2994
2984
|
{
|
|
2995
2985
|
"name": "prices",
|
|
@@ -3044,7 +3034,7 @@
|
|
|
3044
3034
|
"ofType": null
|
|
3045
3035
|
},
|
|
3046
3036
|
"isDeprecated": true,
|
|
3047
|
-
"deprecationReason": "In favor of connector.prices
|
|
3037
|
+
"deprecationReason": "In favor of `connector.prices`."
|
|
3048
3038
|
},
|
|
3049
3039
|
{
|
|
3050
3040
|
"name": "oicp",
|
|
@@ -3942,7 +3932,7 @@
|
|
|
3942
3932
|
{
|
|
3943
3933
|
"kind": "ENUM",
|
|
3944
3934
|
"name": "ConnectorType",
|
|
3945
|
-
"description": "
|
|
3935
|
+
"description": "Socket or plug standard of the charging point.",
|
|
3946
3936
|
"fields": null,
|
|
3947
3937
|
"inputFields": null,
|
|
3948
3938
|
"interfaces": null,
|
|
@@ -6070,7 +6060,7 @@
|
|
|
6070
6060
|
"ofType": null
|
|
6071
6061
|
},
|
|
6072
6062
|
"isDeprecated": true,
|
|
6073
|
-
"deprecationReason": "In favor of weather
|
|
6063
|
+
"deprecationReason": "In favor of `weather`."
|
|
6074
6064
|
},
|
|
6075
6065
|
{
|
|
6076
6066
|
"name": "alternative_station_radius",
|
|
@@ -6384,7 +6374,7 @@
|
|
|
6384
6374
|
"name": "Boolean",
|
|
6385
6375
|
"ofType": null
|
|
6386
6376
|
},
|
|
6387
|
-
"defaultValue":
|
|
6377
|
+
"defaultValue": null,
|
|
6388
6378
|
"isDeprecated": false,
|
|
6389
6379
|
"deprecationReason": null
|
|
6390
6380
|
}
|
|
@@ -8476,7 +8466,7 @@
|
|
|
8476
8466
|
"fields": [
|
|
8477
8467
|
{
|
|
8478
8468
|
"name": "uid",
|
|
8479
|
-
"description": "Uniquely identifies an EVSE within the CPOs platform (and suboperator platforms). For example a database ID or the actual \"EVSE ID\". This field can never be changed, modified or renamed. This is the 'technical' identification of the EVSE, not to be used as 'human readable' identification, use the field evse_id for that.\nThis field is named uid instead of id, because id could be confused with evse_id which is an eMI3 defined field.
|
|
8469
|
+
"description": "Uniquely identifies an EVSE within the CPOs platform (and suboperator platforms). For example a database ID or the actual \"EVSE ID\". This field can never be changed, modified or renamed. This is the 'technical' identification of the EVSE, not to be used as 'human readable' identification, use the field evse_id for that.\nThis field is named uid instead of id, because id could be confused with evse_id which is an eMI3 defined field.",
|
|
8480
8470
|
"args": [],
|
|
8481
8471
|
"type": {
|
|
8482
8472
|
"kind": "SCALAR",
|
|
@@ -8488,7 +8478,7 @@
|
|
|
8488
8478
|
},
|
|
8489
8479
|
{
|
|
8490
8480
|
"name": "evse_id",
|
|
8491
|
-
"description": "Compliant with the following specification for EVSE ID from \"eMI3 standard version V1.0\" (http://emi3group.com/documents-links/) \"Part 2: business objects.\" Optional because: if an evse_id is to be re-used in the real world, the evse_id can be removed from an EVSE object if the status is set to REMOVED.
|
|
8481
|
+
"description": "Compliant with the following specification for EVSE ID from \"eMI3 standard version V1.0\" (http://emi3group.com/documents-links/) \"Part 2: business objects.\" Optional because: if an evse_id is to be re-used in the real world, the evse_id can be removed from an EVSE object if the status is set to REMOVED.",
|
|
8492
8482
|
"args": [],
|
|
8493
8483
|
"type": {
|
|
8494
8484
|
"kind": "SCALAR",
|
|
@@ -8500,7 +8490,7 @@
|
|
|
8500
8490
|
},
|
|
8501
8491
|
{
|
|
8502
8492
|
"name": "status",
|
|
8503
|
-
"description": "Indicates the current status of an EVSE.
|
|
8493
|
+
"description": "Indicates the current status of an EVSE.",
|
|
8504
8494
|
"args": [],
|
|
8505
8495
|
"type": {
|
|
8506
8496
|
"kind": "ENUM",
|
|
@@ -8512,7 +8502,7 @@
|
|
|
8512
8502
|
},
|
|
8513
8503
|
{
|
|
8514
8504
|
"name": "status_schedule",
|
|
8515
|
-
"description": "Indicates a planned status update of a nEVSE.
|
|
8505
|
+
"description": "Indicates a planned status update of a nEVSE.",
|
|
8516
8506
|
"args": [],
|
|
8517
8507
|
"type": {
|
|
8518
8508
|
"kind": "LIST",
|
|
@@ -8528,7 +8518,7 @@
|
|
|
8528
8518
|
},
|
|
8529
8519
|
{
|
|
8530
8520
|
"name": "capabilities",
|
|
8531
|
-
"description": "List of functionalities that an EVSE is capable of.
|
|
8521
|
+
"description": "List of functionalities that an EVSE is capable of.",
|
|
8532
8522
|
"args": [],
|
|
8533
8523
|
"type": {
|
|
8534
8524
|
"kind": "LIST",
|
|
@@ -8544,7 +8534,7 @@
|
|
|
8544
8534
|
},
|
|
8545
8535
|
{
|
|
8546
8536
|
"name": "connectors",
|
|
8547
|
-
"description": "List of available connectors on an EVSE.
|
|
8537
|
+
"description": "List of available connectors on an EVSE.",
|
|
8548
8538
|
"args": [],
|
|
8549
8539
|
"type": {
|
|
8550
8540
|
"kind": "LIST",
|
|
@@ -8560,7 +8550,7 @@
|
|
|
8560
8550
|
},
|
|
8561
8551
|
{
|
|
8562
8552
|
"name": "floor_level",
|
|
8563
|
-
"description": "Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme.
|
|
8553
|
+
"description": "Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme.",
|
|
8564
8554
|
"args": [],
|
|
8565
8555
|
"type": {
|
|
8566
8556
|
"kind": "SCALAR",
|
|
@@ -8572,7 +8562,7 @@
|
|
|
8572
8562
|
},
|
|
8573
8563
|
{
|
|
8574
8564
|
"name": "coordinates",
|
|
8575
|
-
"description": "Coordinates of a EVSE.
|
|
8565
|
+
"description": "Coordinates of a EVSE.",
|
|
8576
8566
|
"args": [],
|
|
8577
8567
|
"type": {
|
|
8578
8568
|
"kind": "OBJECT",
|
|
@@ -8584,7 +8574,7 @@
|
|
|
8584
8574
|
},
|
|
8585
8575
|
{
|
|
8586
8576
|
"name": "physical_reference",
|
|
8587
|
-
"description": "A number/string printed on the outside of an EVSE for visual identification.
|
|
8577
|
+
"description": "A number/string printed on the outside of an EVSE for visual identification.",
|
|
8588
8578
|
"args": [],
|
|
8589
8579
|
"type": {
|
|
8590
8580
|
"kind": "SCALAR",
|
|
@@ -8596,7 +8586,7 @@
|
|
|
8596
8586
|
},
|
|
8597
8587
|
{
|
|
8598
8588
|
"name": "parking_restrictions",
|
|
8599
|
-
"description": "Restrictions that apply to a parking spot.
|
|
8589
|
+
"description": "Restrictions that apply to a parking spot.",
|
|
8600
8590
|
"args": [],
|
|
8601
8591
|
"type": {
|
|
8602
8592
|
"kind": "LIST",
|
|
@@ -8612,7 +8602,7 @@
|
|
|
8612
8602
|
},
|
|
8613
8603
|
{
|
|
8614
8604
|
"name": "images",
|
|
8615
|
-
"description": "Links to images related to an EVSE such as photos or logos.
|
|
8605
|
+
"description": "Links to images related to an EVSE such as photos or logos.",
|
|
8616
8606
|
"args": [],
|
|
8617
8607
|
"type": {
|
|
8618
8608
|
"kind": "LIST",
|
|
@@ -8628,7 +8618,7 @@
|
|
|
8628
8618
|
},
|
|
8629
8619
|
{
|
|
8630
8620
|
"name": "last_updated",
|
|
8631
|
-
"description": "Timestamp when this EVSE or one of its Connectors was last updated (or created).
|
|
8621
|
+
"description": "Timestamp when this EVSE or one of its Connectors was last updated (or created).",
|
|
8632
8622
|
"args": [],
|
|
8633
8623
|
"type": {
|
|
8634
8624
|
"kind": "SCALAR",
|
|
@@ -10994,6 +10984,153 @@
|
|
|
10994
10984
|
],
|
|
10995
10985
|
"possibleTypes": null
|
|
10996
10986
|
},
|
|
10987
|
+
{
|
|
10988
|
+
"kind": "OBJECT",
|
|
10989
|
+
"name": "LiveRouteRequest",
|
|
10990
|
+
"description": null,
|
|
10991
|
+
"fields": [
|
|
10992
|
+
{
|
|
10993
|
+
"name": "vehicle",
|
|
10994
|
+
"description": "Vehicle used on a route.",
|
|
10995
|
+
"args": [],
|
|
10996
|
+
"type": {
|
|
10997
|
+
"kind": "NON_NULL",
|
|
10998
|
+
"name": null,
|
|
10999
|
+
"ofType": {
|
|
11000
|
+
"kind": "OBJECT",
|
|
11001
|
+
"name": "RouteVehicle",
|
|
11002
|
+
"ofType": null
|
|
11003
|
+
}
|
|
11004
|
+
},
|
|
11005
|
+
"isDeprecated": false,
|
|
11006
|
+
"deprecationReason": null
|
|
11007
|
+
},
|
|
11008
|
+
{
|
|
11009
|
+
"name": "origin",
|
|
11010
|
+
"description": "Origin of a route.",
|
|
11011
|
+
"args": [],
|
|
11012
|
+
"type": {
|
|
11013
|
+
"kind": "NON_NULL",
|
|
11014
|
+
"name": null,
|
|
11015
|
+
"ofType": {
|
|
11016
|
+
"kind": "OBJECT",
|
|
11017
|
+
"name": "RouteOriginFeaturePoint",
|
|
11018
|
+
"ofType": null
|
|
11019
|
+
}
|
|
11020
|
+
},
|
|
11021
|
+
"isDeprecated": false,
|
|
11022
|
+
"deprecationReason": null
|
|
11023
|
+
},
|
|
11024
|
+
{
|
|
11025
|
+
"name": "destination",
|
|
11026
|
+
"description": "Destination of a route.",
|
|
11027
|
+
"args": [],
|
|
11028
|
+
"type": {
|
|
11029
|
+
"kind": "NON_NULL",
|
|
11030
|
+
"name": null,
|
|
11031
|
+
"ofType": {
|
|
11032
|
+
"kind": "OBJECT",
|
|
11033
|
+
"name": "RouteDestinationFeaturePoint",
|
|
11034
|
+
"ofType": null
|
|
11035
|
+
}
|
|
11036
|
+
},
|
|
11037
|
+
"isDeprecated": false,
|
|
11038
|
+
"deprecationReason": null
|
|
11039
|
+
},
|
|
11040
|
+
{
|
|
11041
|
+
"name": "via",
|
|
11042
|
+
"description": "Via points of a route.",
|
|
11043
|
+
"args": [],
|
|
11044
|
+
"type": {
|
|
11045
|
+
"kind": "LIST",
|
|
11046
|
+
"name": null,
|
|
11047
|
+
"ofType": {
|
|
11048
|
+
"kind": "NON_NULL",
|
|
11049
|
+
"name": null,
|
|
11050
|
+
"ofType": {
|
|
11051
|
+
"kind": "OBJECT",
|
|
11052
|
+
"name": "NavigationViaFeaturePoint",
|
|
11053
|
+
"ofType": null
|
|
11054
|
+
}
|
|
11055
|
+
}
|
|
11056
|
+
},
|
|
11057
|
+
"isDeprecated": false,
|
|
11058
|
+
"deprecationReason": null
|
|
11059
|
+
},
|
|
11060
|
+
{
|
|
11061
|
+
"name": "operators",
|
|
11062
|
+
"description": "Operator preferences for a route. When provided, prefers routes that use higher order operators.",
|
|
11063
|
+
"args": [],
|
|
11064
|
+
"type": {
|
|
11065
|
+
"kind": "OBJECT",
|
|
11066
|
+
"name": "RouteOperatorPreferences",
|
|
11067
|
+
"ofType": null
|
|
11068
|
+
},
|
|
11069
|
+
"isDeprecated": false,
|
|
11070
|
+
"deprecationReason": null
|
|
11071
|
+
},
|
|
11072
|
+
{
|
|
11073
|
+
"name": "alternative_station_radius",
|
|
11074
|
+
"description": "Alternative stations along a route within a specified radius of 500 to 5000 meters, or the equivalent in another unit.",
|
|
11075
|
+
"args": [],
|
|
11076
|
+
"type": {
|
|
11077
|
+
"kind": "OBJECT",
|
|
11078
|
+
"name": "AlternativeStationRadius",
|
|
11079
|
+
"ofType": null
|
|
11080
|
+
},
|
|
11081
|
+
"isDeprecated": false,
|
|
11082
|
+
"deprecationReason": null
|
|
11083
|
+
},
|
|
11084
|
+
{
|
|
11085
|
+
"name": "avoid",
|
|
11086
|
+
"description": "[BETA] List of route features to avoid in a route. This is a best-effort preference; depending on the available routes, some features may not be fully avoidable.",
|
|
11087
|
+
"args": [],
|
|
11088
|
+
"type": {
|
|
11089
|
+
"kind": "LIST",
|
|
11090
|
+
"name": null,
|
|
11091
|
+
"ofType": {
|
|
11092
|
+
"kind": "NON_NULL",
|
|
11093
|
+
"name": null,
|
|
11094
|
+
"ofType": {
|
|
11095
|
+
"kind": "ENUM",
|
|
11096
|
+
"name": "RouteAvoid",
|
|
11097
|
+
"ofType": null
|
|
11098
|
+
}
|
|
11099
|
+
}
|
|
11100
|
+
},
|
|
11101
|
+
"isDeprecated": false,
|
|
11102
|
+
"deprecationReason": null
|
|
11103
|
+
},
|
|
11104
|
+
{
|
|
11105
|
+
"name": "driving_preferences",
|
|
11106
|
+
"description": "[BETA] Configuration options for the route's driving conditions. Includes factors to adjust average speed, set a maximum speed, and define a base driving style. If not specified, no adjustments are applied.",
|
|
11107
|
+
"args": [],
|
|
11108
|
+
"type": {
|
|
11109
|
+
"kind": "OBJECT",
|
|
11110
|
+
"name": "RouteDrivingPreferences",
|
|
11111
|
+
"ofType": null
|
|
11112
|
+
},
|
|
11113
|
+
"isDeprecated": false,
|
|
11114
|
+
"deprecationReason": null
|
|
11115
|
+
},
|
|
11116
|
+
{
|
|
11117
|
+
"name": "station_preferences",
|
|
11118
|
+
"description": "Charging stations preferences for route calculation.",
|
|
11119
|
+
"args": [],
|
|
11120
|
+
"type": {
|
|
11121
|
+
"kind": "OBJECT",
|
|
11122
|
+
"name": "RouteStationPreferences",
|
|
11123
|
+
"ofType": null
|
|
11124
|
+
},
|
|
11125
|
+
"isDeprecated": false,
|
|
11126
|
+
"deprecationReason": null
|
|
11127
|
+
}
|
|
11128
|
+
],
|
|
11129
|
+
"inputFields": null,
|
|
11130
|
+
"interfaces": [],
|
|
11131
|
+
"enumValues": null,
|
|
11132
|
+
"possibleTypes": null
|
|
11133
|
+
},
|
|
10997
11134
|
{
|
|
10998
11135
|
"kind": "OBJECT",
|
|
10999
11136
|
"name": "MaximumSpeed",
|
|
@@ -11377,7 +11514,7 @@
|
|
|
11377
11514
|
],
|
|
11378
11515
|
"type": {
|
|
11379
11516
|
"kind": "SCALAR",
|
|
11380
|
-
"name": "
|
|
11517
|
+
"name": "Boolean",
|
|
11381
11518
|
"ofType": null
|
|
11382
11519
|
},
|
|
11383
11520
|
"isDeprecated": false,
|
|
@@ -11406,7 +11543,7 @@
|
|
|
11406
11543
|
],
|
|
11407
11544
|
"type": {
|
|
11408
11545
|
"kind": "SCALAR",
|
|
11409
|
-
"name": "
|
|
11546
|
+
"name": "Boolean",
|
|
11410
11547
|
"ofType": null
|
|
11411
11548
|
},
|
|
11412
11549
|
"isDeprecated": false,
|
|
@@ -11435,7 +11572,7 @@
|
|
|
11435
11572
|
],
|
|
11436
11573
|
"type": {
|
|
11437
11574
|
"kind": "SCALAR",
|
|
11438
|
-
"name": "
|
|
11575
|
+
"name": "Boolean",
|
|
11439
11576
|
"ofType": null
|
|
11440
11577
|
},
|
|
11441
11578
|
"isDeprecated": false,
|
|
@@ -11509,7 +11646,7 @@
|
|
|
11509
11646
|
},
|
|
11510
11647
|
{
|
|
11511
11648
|
"name": "newRoute",
|
|
11512
|
-
"description": "
|
|
11649
|
+
"description": "Create a new route from the route input.",
|
|
11513
11650
|
"args": [
|
|
11514
11651
|
{
|
|
11515
11652
|
"name": "input",
|
|
@@ -11534,7 +11671,7 @@
|
|
|
11534
11671
|
},
|
|
11535
11672
|
{
|
|
11536
11673
|
"name": "createRoute",
|
|
11537
|
-
"description": "Create a new route from the route input
|
|
11674
|
+
"description": "Create a new route from the route input.",
|
|
11538
11675
|
"args": [
|
|
11539
11676
|
{
|
|
11540
11677
|
"name": "input",
|
|
@@ -11574,7 +11711,7 @@
|
|
|
11574
11711
|
{
|
|
11575
11712
|
"kind": "OBJECT",
|
|
11576
11713
|
"name": "Navigation",
|
|
11577
|
-
"description": "
|
|
11714
|
+
"description": "Navigation session data.",
|
|
11578
11715
|
"fields": [
|
|
11579
11716
|
{
|
|
11580
11717
|
"name": "id",
|
|
@@ -11608,9 +11745,25 @@
|
|
|
11608
11745
|
"isDeprecated": false,
|
|
11609
11746
|
"deprecationReason": null
|
|
11610
11747
|
},
|
|
11748
|
+
{
|
|
11749
|
+
"name": "vehicle_status",
|
|
11750
|
+
"description": "The status of the navigation session vehicle. The status can be driving, charging or parked.",
|
|
11751
|
+
"args": [],
|
|
11752
|
+
"type": {
|
|
11753
|
+
"kind": "NON_NULL",
|
|
11754
|
+
"name": null,
|
|
11755
|
+
"ofType": {
|
|
11756
|
+
"kind": "ENUM",
|
|
11757
|
+
"name": "NavigationVehicleStatus",
|
|
11758
|
+
"ofType": null
|
|
11759
|
+
}
|
|
11760
|
+
},
|
|
11761
|
+
"isDeprecated": false,
|
|
11762
|
+
"deprecationReason": null
|
|
11763
|
+
},
|
|
11611
11764
|
{
|
|
11612
11765
|
"name": "status",
|
|
11613
|
-
"description": "The status of a navigation session. The status can be
|
|
11766
|
+
"description": "The status of a navigation session. The status can be active, finished or error.",
|
|
11614
11767
|
"args": [],
|
|
11615
11768
|
"type": {
|
|
11616
11769
|
"kind": "NON_NULL",
|
|
@@ -11642,6 +11795,200 @@
|
|
|
11642
11795
|
"enumValues": null,
|
|
11643
11796
|
"possibleTypes": null
|
|
11644
11797
|
},
|
|
11798
|
+
{
|
|
11799
|
+
"kind": "OBJECT",
|
|
11800
|
+
"name": "NavigationAlternativeStation",
|
|
11801
|
+
"description": "Navigation session alternative station type.",
|
|
11802
|
+
"fields": [
|
|
11803
|
+
{
|
|
11804
|
+
"name": "location",
|
|
11805
|
+
"description": "Coordinates of a station.",
|
|
11806
|
+
"args": [],
|
|
11807
|
+
"type": {
|
|
11808
|
+
"kind": "NON_NULL",
|
|
11809
|
+
"name": null,
|
|
11810
|
+
"ofType": {
|
|
11811
|
+
"kind": "OBJECT",
|
|
11812
|
+
"name": "Point",
|
|
11813
|
+
"ofType": null
|
|
11814
|
+
}
|
|
11815
|
+
},
|
|
11816
|
+
"isDeprecated": false,
|
|
11817
|
+
"deprecationReason": null
|
|
11818
|
+
},
|
|
11819
|
+
{
|
|
11820
|
+
"name": "station_id",
|
|
11821
|
+
"description": "ID of the station.",
|
|
11822
|
+
"args": [],
|
|
11823
|
+
"type": {
|
|
11824
|
+
"kind": "NON_NULL",
|
|
11825
|
+
"name": null,
|
|
11826
|
+
"ofType": {
|
|
11827
|
+
"kind": "SCALAR",
|
|
11828
|
+
"name": "ID",
|
|
11829
|
+
"ofType": null
|
|
11830
|
+
}
|
|
11831
|
+
},
|
|
11832
|
+
"isDeprecated": false,
|
|
11833
|
+
"deprecationReason": null
|
|
11834
|
+
},
|
|
11835
|
+
{
|
|
11836
|
+
"name": "evse_id",
|
|
11837
|
+
"description": "ID of the EVSE that was selected in a route.",
|
|
11838
|
+
"args": [],
|
|
11839
|
+
"type": {
|
|
11840
|
+
"kind": "SCALAR",
|
|
11841
|
+
"name": "ID",
|
|
11842
|
+
"ofType": null
|
|
11843
|
+
},
|
|
11844
|
+
"isDeprecated": false,
|
|
11845
|
+
"deprecationReason": null
|
|
11846
|
+
},
|
|
11847
|
+
{
|
|
11848
|
+
"name": "connector_id",
|
|
11849
|
+
"description": "ID of the connector that was selected in a route.",
|
|
11850
|
+
"args": [],
|
|
11851
|
+
"type": {
|
|
11852
|
+
"kind": "NON_NULL",
|
|
11853
|
+
"name": null,
|
|
11854
|
+
"ofType": {
|
|
11855
|
+
"kind": "SCALAR",
|
|
11856
|
+
"name": "ID",
|
|
11857
|
+
"ofType": null
|
|
11858
|
+
}
|
|
11859
|
+
},
|
|
11860
|
+
"isDeprecated": false,
|
|
11861
|
+
"deprecationReason": null
|
|
11862
|
+
},
|
|
11863
|
+
{
|
|
11864
|
+
"name": "operator",
|
|
11865
|
+
"description": "Station operator.",
|
|
11866
|
+
"args": [],
|
|
11867
|
+
"type": {
|
|
11868
|
+
"kind": "OBJECT",
|
|
11869
|
+
"name": "NavigationStationOperator",
|
|
11870
|
+
"ofType": null
|
|
11871
|
+
},
|
|
11872
|
+
"isDeprecated": false,
|
|
11873
|
+
"deprecationReason": null
|
|
11874
|
+
}
|
|
11875
|
+
],
|
|
11876
|
+
"inputFields": null,
|
|
11877
|
+
"interfaces": [],
|
|
11878
|
+
"enumValues": null,
|
|
11879
|
+
"possibleTypes": null
|
|
11880
|
+
},
|
|
11881
|
+
{
|
|
11882
|
+
"kind": "OBJECT",
|
|
11883
|
+
"name": "NavigationChange",
|
|
11884
|
+
"description": "Represents the most recent completed meaningful change to the navigation session.",
|
|
11885
|
+
"fields": [
|
|
11886
|
+
{
|
|
11887
|
+
"name": "created_at",
|
|
11888
|
+
"description": "Timestamp when the change was finalized.",
|
|
11889
|
+
"args": [],
|
|
11890
|
+
"type": {
|
|
11891
|
+
"kind": "NON_NULL",
|
|
11892
|
+
"name": null,
|
|
11893
|
+
"ofType": {
|
|
11894
|
+
"kind": "SCALAR",
|
|
11895
|
+
"name": "DateTime",
|
|
11896
|
+
"ofType": null
|
|
11897
|
+
}
|
|
11898
|
+
},
|
|
11899
|
+
"isDeprecated": false,
|
|
11900
|
+
"deprecationReason": null
|
|
11901
|
+
},
|
|
11902
|
+
{
|
|
11903
|
+
"name": "type",
|
|
11904
|
+
"description": "What kind of change occurred.",
|
|
11905
|
+
"args": [],
|
|
11906
|
+
"type": {
|
|
11907
|
+
"kind": "NON_NULL",
|
|
11908
|
+
"name": null,
|
|
11909
|
+
"ofType": {
|
|
11910
|
+
"kind": "ENUM",
|
|
11911
|
+
"name": "NavigationChangeType",
|
|
11912
|
+
"ofType": null
|
|
11913
|
+
}
|
|
11914
|
+
},
|
|
11915
|
+
"isDeprecated": false,
|
|
11916
|
+
"deprecationReason": null
|
|
11917
|
+
},
|
|
11918
|
+
{
|
|
11919
|
+
"name": "source",
|
|
11920
|
+
"description": "Where the change originated from.",
|
|
11921
|
+
"args": [],
|
|
11922
|
+
"type": {
|
|
11923
|
+
"kind": "NON_NULL",
|
|
11924
|
+
"name": null,
|
|
11925
|
+
"ofType": {
|
|
11926
|
+
"kind": "ENUM",
|
|
11927
|
+
"name": "NavigationChangeSource",
|
|
11928
|
+
"ofType": null
|
|
11929
|
+
}
|
|
11930
|
+
},
|
|
11931
|
+
"isDeprecated": false,
|
|
11932
|
+
"deprecationReason": null
|
|
11933
|
+
}
|
|
11934
|
+
],
|
|
11935
|
+
"inputFields": null,
|
|
11936
|
+
"interfaces": [],
|
|
11937
|
+
"enumValues": null,
|
|
11938
|
+
"possibleTypes": null
|
|
11939
|
+
},
|
|
11940
|
+
{
|
|
11941
|
+
"kind": "ENUM",
|
|
11942
|
+
"name": "NavigationChangeSource",
|
|
11943
|
+
"description": null,
|
|
11944
|
+
"fields": null,
|
|
11945
|
+
"inputFields": null,
|
|
11946
|
+
"interfaces": null,
|
|
11947
|
+
"enumValues": [
|
|
11948
|
+
{
|
|
11949
|
+
"name": "client",
|
|
11950
|
+
"description": "Triggered by an explicit client action (e.g. a recalculateNavigation call).",
|
|
11951
|
+
"isDeprecated": false,
|
|
11952
|
+
"deprecationReason": null
|
|
11953
|
+
},
|
|
11954
|
+
{
|
|
11955
|
+
"name": "server",
|
|
11956
|
+
"description": "Triggered by backend domain changes (e.g. station availability, background recalculation).",
|
|
11957
|
+
"isDeprecated": false,
|
|
11958
|
+
"deprecationReason": null
|
|
11959
|
+
}
|
|
11960
|
+
],
|
|
11961
|
+
"possibleTypes": null
|
|
11962
|
+
},
|
|
11963
|
+
{
|
|
11964
|
+
"kind": "ENUM",
|
|
11965
|
+
"name": "NavigationChangeType",
|
|
11966
|
+
"description": null,
|
|
11967
|
+
"fields": null,
|
|
11968
|
+
"inputFields": null,
|
|
11969
|
+
"interfaces": null,
|
|
11970
|
+
"enumValues": [
|
|
11971
|
+
{
|
|
11972
|
+
"name": "started",
|
|
11973
|
+
"description": "Navigation session has just started.",
|
|
11974
|
+
"isDeprecated": false,
|
|
11975
|
+
"deprecationReason": null
|
|
11976
|
+
},
|
|
11977
|
+
{
|
|
11978
|
+
"name": "route_updated",
|
|
11979
|
+
"description": "The route has been modified or recalculated.",
|
|
11980
|
+
"isDeprecated": false,
|
|
11981
|
+
"deprecationReason": null
|
|
11982
|
+
},
|
|
11983
|
+
{
|
|
11984
|
+
"name": "next_station_availability_updated",
|
|
11985
|
+
"description": "Next station availability has changed.",
|
|
11986
|
+
"isDeprecated": false,
|
|
11987
|
+
"deprecationReason": null
|
|
11988
|
+
}
|
|
11989
|
+
],
|
|
11990
|
+
"possibleTypes": null
|
|
11991
|
+
},
|
|
11645
11992
|
{
|
|
11646
11993
|
"kind": "INPUT_OBJECT",
|
|
11647
11994
|
"name": "NavigationFinishInput",
|
|
@@ -11685,6 +12032,134 @@
|
|
|
11685
12032
|
"enumValues": null,
|
|
11686
12033
|
"possibleTypes": null
|
|
11687
12034
|
},
|
|
12035
|
+
{
|
|
12036
|
+
"kind": "OBJECT",
|
|
12037
|
+
"name": "NavigationLegSection",
|
|
12038
|
+
"description": "Navigation route leg section details.",
|
|
12039
|
+
"fields": [
|
|
12040
|
+
{
|
|
12041
|
+
"name": "type",
|
|
12042
|
+
"description": "Section type.",
|
|
12043
|
+
"args": [],
|
|
12044
|
+
"type": {
|
|
12045
|
+
"kind": "NON_NULL",
|
|
12046
|
+
"name": null,
|
|
12047
|
+
"ofType": {
|
|
12048
|
+
"kind": "ENUM",
|
|
12049
|
+
"name": "RouteDetailsLegSectionType",
|
|
12050
|
+
"ofType": null
|
|
12051
|
+
}
|
|
12052
|
+
},
|
|
12053
|
+
"isDeprecated": false,
|
|
12054
|
+
"deprecationReason": null
|
|
12055
|
+
},
|
|
12056
|
+
{
|
|
12057
|
+
"name": "origin",
|
|
12058
|
+
"description": "Origin point.",
|
|
12059
|
+
"args": [],
|
|
12060
|
+
"type": {
|
|
12061
|
+
"kind": "NON_NULL",
|
|
12062
|
+
"name": null,
|
|
12063
|
+
"ofType": {
|
|
12064
|
+
"kind": "OBJECT",
|
|
12065
|
+
"name": "RouteDetailsLegSectionFeaturePoint",
|
|
12066
|
+
"ofType": null
|
|
12067
|
+
}
|
|
12068
|
+
},
|
|
12069
|
+
"isDeprecated": false,
|
|
12070
|
+
"deprecationReason": null
|
|
12071
|
+
},
|
|
12072
|
+
{
|
|
12073
|
+
"name": "destination",
|
|
12074
|
+
"description": "Destination point.",
|
|
12075
|
+
"args": [],
|
|
12076
|
+
"type": {
|
|
12077
|
+
"kind": "NON_NULL",
|
|
12078
|
+
"name": null,
|
|
12079
|
+
"ofType": {
|
|
12080
|
+
"kind": "OBJECT",
|
|
12081
|
+
"name": "RouteDetailsLegSectionFeaturePoint",
|
|
12082
|
+
"ofType": null
|
|
12083
|
+
}
|
|
12084
|
+
},
|
|
12085
|
+
"isDeprecated": false,
|
|
12086
|
+
"deprecationReason": null
|
|
12087
|
+
},
|
|
12088
|
+
{
|
|
12089
|
+
"name": "tags",
|
|
12090
|
+
"description": "Aggregation of tags over the current section.",
|
|
12091
|
+
"args": [],
|
|
12092
|
+
"type": {
|
|
12093
|
+
"kind": "NON_NULL",
|
|
12094
|
+
"name": null,
|
|
12095
|
+
"ofType": {
|
|
12096
|
+
"kind": "LIST",
|
|
12097
|
+
"name": null,
|
|
12098
|
+
"ofType": {
|
|
12099
|
+
"kind": "NON_NULL",
|
|
12100
|
+
"name": null,
|
|
12101
|
+
"ofType": {
|
|
12102
|
+
"kind": "ENUM",
|
|
12103
|
+
"name": "RouteDetailsTag",
|
|
12104
|
+
"ofType": null
|
|
12105
|
+
}
|
|
12106
|
+
}
|
|
12107
|
+
}
|
|
12108
|
+
},
|
|
12109
|
+
"isDeprecated": false,
|
|
12110
|
+
"deprecationReason": null
|
|
12111
|
+
},
|
|
12112
|
+
{
|
|
12113
|
+
"name": "polyline",
|
|
12114
|
+
"description": "Polyline containing encoded coordinates.",
|
|
12115
|
+
"args": [
|
|
12116
|
+
{
|
|
12117
|
+
"name": "decimals",
|
|
12118
|
+
"description": "Polyline decimals",
|
|
12119
|
+
"type": {
|
|
12120
|
+
"kind": "ENUM",
|
|
12121
|
+
"name": "PolylineInputDecimals",
|
|
12122
|
+
"ofType": null
|
|
12123
|
+
},
|
|
12124
|
+
"defaultValue": "five",
|
|
12125
|
+
"isDeprecated": false,
|
|
12126
|
+
"deprecationReason": null
|
|
12127
|
+
}
|
|
12128
|
+
],
|
|
12129
|
+
"type": {
|
|
12130
|
+
"kind": "NON_NULL",
|
|
12131
|
+
"name": null,
|
|
12132
|
+
"ofType": {
|
|
12133
|
+
"kind": "SCALAR",
|
|
12134
|
+
"name": "String",
|
|
12135
|
+
"ofType": null
|
|
12136
|
+
}
|
|
12137
|
+
},
|
|
12138
|
+
"isDeprecated": false,
|
|
12139
|
+
"deprecationReason": null
|
|
12140
|
+
},
|
|
12141
|
+
{
|
|
12142
|
+
"name": "duration",
|
|
12143
|
+
"description": "Total duration of a section, in seconds. The value will be 0 for walking sections.",
|
|
12144
|
+
"args": [],
|
|
12145
|
+
"type": {
|
|
12146
|
+
"kind": "NON_NULL",
|
|
12147
|
+
"name": null,
|
|
12148
|
+
"ofType": {
|
|
12149
|
+
"kind": "SCALAR",
|
|
12150
|
+
"name": "Float",
|
|
12151
|
+
"ofType": null
|
|
12152
|
+
}
|
|
12153
|
+
},
|
|
12154
|
+
"isDeprecated": false,
|
|
12155
|
+
"deprecationReason": null
|
|
12156
|
+
}
|
|
12157
|
+
],
|
|
12158
|
+
"inputFields": null,
|
|
12159
|
+
"interfaces": [],
|
|
12160
|
+
"enumValues": null,
|
|
12161
|
+
"possibleTypes": null
|
|
12162
|
+
},
|
|
11688
12163
|
{
|
|
11689
12164
|
"kind": "OBJECT",
|
|
11690
12165
|
"name": "NavigationMeta",
|
|
@@ -11731,7 +12206,7 @@
|
|
|
11731
12206
|
{
|
|
11732
12207
|
"kind": "OBJECT",
|
|
11733
12208
|
"name": "NavigationOverview",
|
|
11734
|
-
"description": "
|
|
12209
|
+
"description": "Navigation session overview details.",
|
|
11735
12210
|
"fields": [
|
|
11736
12211
|
{
|
|
11737
12212
|
"name": "state_of_charge",
|
|
@@ -11739,7 +12214,7 @@
|
|
|
11739
12214
|
"args": [
|
|
11740
12215
|
{
|
|
11741
12216
|
"name": "unit",
|
|
11742
|
-
"description":
|
|
12217
|
+
"description": "State of charge unit.",
|
|
11743
12218
|
"type": {
|
|
11744
12219
|
"kind": "ENUM",
|
|
11745
12220
|
"name": "StateOfChargeUnit",
|
|
@@ -11779,20 +12254,24 @@
|
|
|
11779
12254
|
"deprecationReason": null
|
|
11780
12255
|
},
|
|
11781
12256
|
{
|
|
11782
|
-
"name": "
|
|
11783
|
-
"description": "Next charging
|
|
12257
|
+
"name": "next_stop",
|
|
12258
|
+
"description": "Next stop details. Can be a charging or a location stop.",
|
|
11784
12259
|
"args": [],
|
|
11785
12260
|
"type": {
|
|
11786
|
-
"kind": "
|
|
11787
|
-
"name":
|
|
11788
|
-
"ofType":
|
|
12261
|
+
"kind": "NON_NULL",
|
|
12262
|
+
"name": null,
|
|
12263
|
+
"ofType": {
|
|
12264
|
+
"kind": "OBJECT",
|
|
12265
|
+
"name": "NavigationStop",
|
|
12266
|
+
"ofType": null
|
|
12267
|
+
}
|
|
11789
12268
|
},
|
|
11790
12269
|
"isDeprecated": false,
|
|
11791
12270
|
"deprecationReason": null
|
|
11792
12271
|
},
|
|
11793
12272
|
{
|
|
11794
|
-
"name": "
|
|
11795
|
-
"description": "
|
|
12273
|
+
"name": "legs",
|
|
12274
|
+
"description": "Continuously updated route legs.",
|
|
11796
12275
|
"args": [],
|
|
11797
12276
|
"type": {
|
|
11798
12277
|
"kind": "NON_NULL",
|
|
@@ -11801,19 +12280,31 @@
|
|
|
11801
12280
|
"kind": "LIST",
|
|
11802
12281
|
"name": null,
|
|
11803
12282
|
"ofType": {
|
|
11804
|
-
"kind": "
|
|
11805
|
-
"name":
|
|
11806
|
-
"ofType":
|
|
11807
|
-
"kind": "OBJECT",
|
|
11808
|
-
"name": "NavigationStation",
|
|
11809
|
-
"ofType": null
|
|
11810
|
-
}
|
|
12283
|
+
"kind": "OBJECT",
|
|
12284
|
+
"name": "NavigationRouteLeg",
|
|
12285
|
+
"ofType": null
|
|
11811
12286
|
}
|
|
11812
12287
|
}
|
|
11813
12288
|
},
|
|
11814
12289
|
"isDeprecated": false,
|
|
11815
12290
|
"deprecationReason": null
|
|
11816
12291
|
},
|
|
12292
|
+
{
|
|
12293
|
+
"name": "durations",
|
|
12294
|
+
"description": "Continuously updated durations of the route.",
|
|
12295
|
+
"args": [],
|
|
12296
|
+
"type": {
|
|
12297
|
+
"kind": "NON_NULL",
|
|
12298
|
+
"name": null,
|
|
12299
|
+
"ofType": {
|
|
12300
|
+
"kind": "OBJECT",
|
|
12301
|
+
"name": "RouteDetailsDurations",
|
|
12302
|
+
"ofType": null
|
|
12303
|
+
}
|
|
12304
|
+
},
|
|
12305
|
+
"isDeprecated": false,
|
|
12306
|
+
"deprecationReason": null
|
|
12307
|
+
},
|
|
11817
12308
|
{
|
|
11818
12309
|
"name": "instructions",
|
|
11819
12310
|
"description": "Navigation route instructions.",
|
|
@@ -11843,7 +12334,7 @@
|
|
|
11843
12334
|
"name": null,
|
|
11844
12335
|
"ofType": {
|
|
11845
12336
|
"kind": "OBJECT",
|
|
11846
|
-
"name": "
|
|
12337
|
+
"name": "LiveRouteRequest",
|
|
11847
12338
|
"ofType": null
|
|
11848
12339
|
}
|
|
11849
12340
|
},
|
|
@@ -11885,6 +12376,272 @@
|
|
|
11885
12376
|
"enumValues": null,
|
|
11886
12377
|
"possibleTypes": null
|
|
11887
12378
|
},
|
|
12379
|
+
{
|
|
12380
|
+
"kind": "OBJECT",
|
|
12381
|
+
"name": "NavigationPropertiesStation",
|
|
12382
|
+
"description": null,
|
|
12383
|
+
"fields": [
|
|
12384
|
+
{
|
|
12385
|
+
"name": "station_id",
|
|
12386
|
+
"description": "ID of the station. When provided and valid, the coordinates of this station will be used.",
|
|
12387
|
+
"args": [],
|
|
12388
|
+
"type": {
|
|
12389
|
+
"kind": "SCALAR",
|
|
12390
|
+
"name": "ID",
|
|
12391
|
+
"ofType": null
|
|
12392
|
+
},
|
|
12393
|
+
"isDeprecated": false,
|
|
12394
|
+
"deprecationReason": null
|
|
12395
|
+
},
|
|
12396
|
+
{
|
|
12397
|
+
"name": "external_station_id",
|
|
12398
|
+
"description": "External ID of the station. When provided and valid, the coordinates of this station will be used.",
|
|
12399
|
+
"args": [],
|
|
12400
|
+
"type": {
|
|
12401
|
+
"kind": "SCALAR",
|
|
12402
|
+
"name": "ID",
|
|
12403
|
+
"ofType": null
|
|
12404
|
+
},
|
|
12405
|
+
"isDeprecated": false,
|
|
12406
|
+
"deprecationReason": null
|
|
12407
|
+
},
|
|
12408
|
+
{
|
|
12409
|
+
"name": "stop_duration",
|
|
12410
|
+
"description": "Duration to stay at the station, in seconds. Includes charging time and charging penalty. When not provided, the duration is optimized based on the vehicle’s charging needs and selected charging mode.",
|
|
12411
|
+
"args": [],
|
|
12412
|
+
"type": {
|
|
12413
|
+
"kind": "SCALAR",
|
|
12414
|
+
"name": "Int",
|
|
12415
|
+
"ofType": null
|
|
12416
|
+
},
|
|
12417
|
+
"isDeprecated": false,
|
|
12418
|
+
"deprecationReason": null
|
|
12419
|
+
}
|
|
12420
|
+
],
|
|
12421
|
+
"inputFields": null,
|
|
12422
|
+
"interfaces": [],
|
|
12423
|
+
"enumValues": null,
|
|
12424
|
+
"possibleTypes": null
|
|
12425
|
+
},
|
|
12426
|
+
{
|
|
12427
|
+
"kind": "INPUT_OBJECT",
|
|
12428
|
+
"name": "NavigationPropertiesStationInput",
|
|
12429
|
+
"description": null,
|
|
12430
|
+
"fields": null,
|
|
12431
|
+
"inputFields": [
|
|
12432
|
+
{
|
|
12433
|
+
"name": "station_id",
|
|
12434
|
+
"description": "ID of the station. When provided and valid, the coordinates of this station will be used.",
|
|
12435
|
+
"type": {
|
|
12436
|
+
"kind": "SCALAR",
|
|
12437
|
+
"name": "ID",
|
|
12438
|
+
"ofType": null
|
|
12439
|
+
},
|
|
12440
|
+
"defaultValue": null,
|
|
12441
|
+
"isDeprecated": false,
|
|
12442
|
+
"deprecationReason": null
|
|
12443
|
+
},
|
|
12444
|
+
{
|
|
12445
|
+
"name": "external_station_id",
|
|
12446
|
+
"description": "External ID of the station. When provided and valid, the coordinates of this station will be used.",
|
|
12447
|
+
"type": {
|
|
12448
|
+
"kind": "SCALAR",
|
|
12449
|
+
"name": "ID",
|
|
12450
|
+
"ofType": null
|
|
12451
|
+
},
|
|
12452
|
+
"defaultValue": null,
|
|
12453
|
+
"isDeprecated": false,
|
|
12454
|
+
"deprecationReason": null
|
|
12455
|
+
},
|
|
12456
|
+
{
|
|
12457
|
+
"name": "stop_duration",
|
|
12458
|
+
"description": "Duration to stay at the station, in seconds. Includes charging time and charging penalty. When not provided, the duration is optimized based on the vehicle’s charging needs and selected charging mode.",
|
|
12459
|
+
"type": {
|
|
12460
|
+
"kind": "SCALAR",
|
|
12461
|
+
"name": "Int",
|
|
12462
|
+
"ofType": null
|
|
12463
|
+
},
|
|
12464
|
+
"defaultValue": null,
|
|
12465
|
+
"isDeprecated": false,
|
|
12466
|
+
"deprecationReason": null
|
|
12467
|
+
}
|
|
12468
|
+
],
|
|
12469
|
+
"interfaces": null,
|
|
12470
|
+
"enumValues": null,
|
|
12471
|
+
"possibleTypes": null
|
|
12472
|
+
},
|
|
12473
|
+
{
|
|
12474
|
+
"kind": "OBJECT",
|
|
12475
|
+
"name": "NavigationPropertiesVehicle",
|
|
12476
|
+
"description": null,
|
|
12477
|
+
"fields": [
|
|
12478
|
+
{
|
|
12479
|
+
"name": "occupants",
|
|
12480
|
+
"description": "Number of occupants present in the vehicle.",
|
|
12481
|
+
"args": [],
|
|
12482
|
+
"type": {
|
|
12483
|
+
"kind": "NON_NULL",
|
|
12484
|
+
"name": null,
|
|
12485
|
+
"ofType": {
|
|
12486
|
+
"kind": "SCALAR",
|
|
12487
|
+
"name": "Int",
|
|
12488
|
+
"ofType": null
|
|
12489
|
+
}
|
|
12490
|
+
},
|
|
12491
|
+
"isDeprecated": false,
|
|
12492
|
+
"deprecationReason": null
|
|
12493
|
+
},
|
|
12494
|
+
{
|
|
12495
|
+
"name": "total_occupant_weight",
|
|
12496
|
+
"description": "Combined weight of the occupants. This can only be used in combination with occupants.",
|
|
12497
|
+
"args": [],
|
|
12498
|
+
"type": {
|
|
12499
|
+
"kind": "NON_NULL",
|
|
12500
|
+
"name": null,
|
|
12501
|
+
"ofType": {
|
|
12502
|
+
"kind": "OBJECT",
|
|
12503
|
+
"name": "TotalOccupantWeight",
|
|
12504
|
+
"ofType": null
|
|
12505
|
+
}
|
|
12506
|
+
},
|
|
12507
|
+
"isDeprecated": false,
|
|
12508
|
+
"deprecationReason": null
|
|
12509
|
+
},
|
|
12510
|
+
{
|
|
12511
|
+
"name": "total_cargo_weight",
|
|
12512
|
+
"description": "Weight of the cargo.",
|
|
12513
|
+
"args": [],
|
|
12514
|
+
"type": {
|
|
12515
|
+
"kind": "OBJECT",
|
|
12516
|
+
"name": "TotalCargoWeight",
|
|
12517
|
+
"ofType": null
|
|
12518
|
+
},
|
|
12519
|
+
"isDeprecated": false,
|
|
12520
|
+
"deprecationReason": null
|
|
12521
|
+
}
|
|
12522
|
+
],
|
|
12523
|
+
"inputFields": null,
|
|
12524
|
+
"interfaces": [],
|
|
12525
|
+
"enumValues": null,
|
|
12526
|
+
"possibleTypes": null
|
|
12527
|
+
},
|
|
12528
|
+
{
|
|
12529
|
+
"kind": "INPUT_OBJECT",
|
|
12530
|
+
"name": "NavigationPropertiesVehicleInput",
|
|
12531
|
+
"description": null,
|
|
12532
|
+
"fields": null,
|
|
12533
|
+
"inputFields": [
|
|
12534
|
+
{
|
|
12535
|
+
"name": "occupants",
|
|
12536
|
+
"description": "Number of occupants present in the vehicle.",
|
|
12537
|
+
"type": {
|
|
12538
|
+
"kind": "SCALAR",
|
|
12539
|
+
"name": "Int",
|
|
12540
|
+
"ofType": null
|
|
12541
|
+
},
|
|
12542
|
+
"defaultValue": null,
|
|
12543
|
+
"isDeprecated": false,
|
|
12544
|
+
"deprecationReason": null
|
|
12545
|
+
},
|
|
12546
|
+
{
|
|
12547
|
+
"name": "total_occupant_weight",
|
|
12548
|
+
"description": "Combined weight of the occupants. This can only be used in combination with occupants.",
|
|
12549
|
+
"type": {
|
|
12550
|
+
"kind": "INPUT_OBJECT",
|
|
12551
|
+
"name": "TotalOccupantWeightInput",
|
|
12552
|
+
"ofType": null
|
|
12553
|
+
},
|
|
12554
|
+
"defaultValue": null,
|
|
12555
|
+
"isDeprecated": false,
|
|
12556
|
+
"deprecationReason": null
|
|
12557
|
+
},
|
|
12558
|
+
{
|
|
12559
|
+
"name": "total_cargo_weight",
|
|
12560
|
+
"description": "Weight of the cargo.",
|
|
12561
|
+
"type": {
|
|
12562
|
+
"kind": "INPUT_OBJECT",
|
|
12563
|
+
"name": "TotalCargoWeightInput",
|
|
12564
|
+
"ofType": null
|
|
12565
|
+
},
|
|
12566
|
+
"defaultValue": null,
|
|
12567
|
+
"isDeprecated": false,
|
|
12568
|
+
"deprecationReason": null
|
|
12569
|
+
}
|
|
12570
|
+
],
|
|
12571
|
+
"interfaces": null,
|
|
12572
|
+
"enumValues": null,
|
|
12573
|
+
"possibleTypes": null
|
|
12574
|
+
},
|
|
12575
|
+
{
|
|
12576
|
+
"kind": "OBJECT",
|
|
12577
|
+
"name": "NavigationPropertiesViaLocation",
|
|
12578
|
+
"description": null,
|
|
12579
|
+
"fields": [
|
|
12580
|
+
{
|
|
12581
|
+
"name": "name",
|
|
12582
|
+
"description": "Name that should overwrite the name that is automatically assigned to this location (for example: address or station name).",
|
|
12583
|
+
"args": [],
|
|
12584
|
+
"type": {
|
|
12585
|
+
"kind": "SCALAR",
|
|
12586
|
+
"name": "String",
|
|
12587
|
+
"ofType": null
|
|
12588
|
+
},
|
|
12589
|
+
"isDeprecated": false,
|
|
12590
|
+
"deprecationReason": null
|
|
12591
|
+
},
|
|
12592
|
+
{
|
|
12593
|
+
"name": "stop_duration",
|
|
12594
|
+
"description": "Duration to stay at this point, in seconds.",
|
|
12595
|
+
"args": [],
|
|
12596
|
+
"type": {
|
|
12597
|
+
"kind": "SCALAR",
|
|
12598
|
+
"name": "Int",
|
|
12599
|
+
"ofType": null
|
|
12600
|
+
},
|
|
12601
|
+
"isDeprecated": false,
|
|
12602
|
+
"deprecationReason": null
|
|
12603
|
+
}
|
|
12604
|
+
],
|
|
12605
|
+
"inputFields": null,
|
|
12606
|
+
"interfaces": [],
|
|
12607
|
+
"enumValues": null,
|
|
12608
|
+
"possibleTypes": null
|
|
12609
|
+
},
|
|
12610
|
+
{
|
|
12611
|
+
"kind": "INPUT_OBJECT",
|
|
12612
|
+
"name": "NavigationPropertiesViaLocationInput",
|
|
12613
|
+
"description": null,
|
|
12614
|
+
"fields": null,
|
|
12615
|
+
"inputFields": [
|
|
12616
|
+
{
|
|
12617
|
+
"name": "name",
|
|
12618
|
+
"description": "Name that should overwrite the name that is automatically assigned to this location (for example: address or station name).",
|
|
12619
|
+
"type": {
|
|
12620
|
+
"kind": "SCALAR",
|
|
12621
|
+
"name": "String",
|
|
12622
|
+
"ofType": null
|
|
12623
|
+
},
|
|
12624
|
+
"defaultValue": null,
|
|
12625
|
+
"isDeprecated": false,
|
|
12626
|
+
"deprecationReason": null
|
|
12627
|
+
},
|
|
12628
|
+
{
|
|
12629
|
+
"name": "stop_duration",
|
|
12630
|
+
"description": "Duration to stay at this point, in seconds.",
|
|
12631
|
+
"type": {
|
|
12632
|
+
"kind": "SCALAR",
|
|
12633
|
+
"name": "Int",
|
|
12634
|
+
"ofType": null
|
|
12635
|
+
},
|
|
12636
|
+
"defaultValue": null,
|
|
12637
|
+
"isDeprecated": false,
|
|
12638
|
+
"deprecationReason": null
|
|
12639
|
+
}
|
|
12640
|
+
],
|
|
12641
|
+
"interfaces": null,
|
|
12642
|
+
"enumValues": null,
|
|
12643
|
+
"possibleTypes": null
|
|
12644
|
+
},
|
|
11888
12645
|
{
|
|
11889
12646
|
"kind": "INPUT_OBJECT",
|
|
11890
12647
|
"name": "NavigationRecalculateInput",
|
|
@@ -11946,7 +12703,7 @@
|
|
|
11946
12703
|
"name": null,
|
|
11947
12704
|
"ofType": {
|
|
11948
12705
|
"kind": "INPUT_OBJECT",
|
|
11949
|
-
"name": "
|
|
12706
|
+
"name": "NavigationViaFeaturePointInput",
|
|
11950
12707
|
"ofType": null
|
|
11951
12708
|
}
|
|
11952
12709
|
}
|
|
@@ -11972,6 +12729,245 @@
|
|
|
11972
12729
|
"enumValues": null,
|
|
11973
12730
|
"possibleTypes": null
|
|
11974
12731
|
},
|
|
12732
|
+
{
|
|
12733
|
+
"kind": "OBJECT",
|
|
12734
|
+
"name": "NavigationRouteLeg",
|
|
12735
|
+
"description": "Navigation route leg details.",
|
|
12736
|
+
"fields": [
|
|
12737
|
+
{
|
|
12738
|
+
"name": "distance",
|
|
12739
|
+
"description": "Distance from the start to the end of a leg.",
|
|
12740
|
+
"args": [
|
|
12741
|
+
{
|
|
12742
|
+
"name": "unit",
|
|
12743
|
+
"description": "Distance unit.",
|
|
12744
|
+
"type": {
|
|
12745
|
+
"kind": "ENUM",
|
|
12746
|
+
"name": "DistanceUnit",
|
|
12747
|
+
"ofType": null
|
|
12748
|
+
},
|
|
12749
|
+
"defaultValue": "meter",
|
|
12750
|
+
"isDeprecated": false,
|
|
12751
|
+
"deprecationReason": null
|
|
12752
|
+
}
|
|
12753
|
+
],
|
|
12754
|
+
"type": {
|
|
12755
|
+
"kind": "NON_NULL",
|
|
12756
|
+
"name": null,
|
|
12757
|
+
"ofType": {
|
|
12758
|
+
"kind": "SCALAR",
|
|
12759
|
+
"name": "Float",
|
|
12760
|
+
"ofType": null
|
|
12761
|
+
}
|
|
12762
|
+
},
|
|
12763
|
+
"isDeprecated": false,
|
|
12764
|
+
"deprecationReason": null
|
|
12765
|
+
},
|
|
12766
|
+
{
|
|
12767
|
+
"name": "durations",
|
|
12768
|
+
"description": "Aggregation of all durations of a route leg.",
|
|
12769
|
+
"args": [],
|
|
12770
|
+
"type": {
|
|
12771
|
+
"kind": "NON_NULL",
|
|
12772
|
+
"name": null,
|
|
12773
|
+
"ofType": {
|
|
12774
|
+
"kind": "OBJECT",
|
|
12775
|
+
"name": "RouteDetailsDurations",
|
|
12776
|
+
"ofType": null
|
|
12777
|
+
}
|
|
12778
|
+
},
|
|
12779
|
+
"isDeprecated": false,
|
|
12780
|
+
"deprecationReason": null
|
|
12781
|
+
},
|
|
12782
|
+
{
|
|
12783
|
+
"name": "origin",
|
|
12784
|
+
"description": "Origin point location.",
|
|
12785
|
+
"args": [],
|
|
12786
|
+
"type": {
|
|
12787
|
+
"kind": "NON_NULL",
|
|
12788
|
+
"name": null,
|
|
12789
|
+
"ofType": {
|
|
12790
|
+
"kind": "OBJECT",
|
|
12791
|
+
"name": "RouteDetailsLegFeaturePoint",
|
|
12792
|
+
"ofType": null
|
|
12793
|
+
}
|
|
12794
|
+
},
|
|
12795
|
+
"isDeprecated": false,
|
|
12796
|
+
"deprecationReason": null
|
|
12797
|
+
},
|
|
12798
|
+
{
|
|
12799
|
+
"name": "destination",
|
|
12800
|
+
"description": "Destination point location.",
|
|
12801
|
+
"args": [],
|
|
12802
|
+
"type": {
|
|
12803
|
+
"kind": "NON_NULL",
|
|
12804
|
+
"name": null,
|
|
12805
|
+
"ofType": {
|
|
12806
|
+
"kind": "OBJECT",
|
|
12807
|
+
"name": "RouteDetailsLegFeaturePoint",
|
|
12808
|
+
"ofType": null
|
|
12809
|
+
}
|
|
12810
|
+
},
|
|
12811
|
+
"isDeprecated": false,
|
|
12812
|
+
"deprecationReason": null
|
|
12813
|
+
},
|
|
12814
|
+
{
|
|
12815
|
+
"name": "range_at_origin",
|
|
12816
|
+
"description": "Range at the start of a leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
|
|
12817
|
+
"args": [
|
|
12818
|
+
{
|
|
12819
|
+
"name": "unit",
|
|
12820
|
+
"description": "State of charge unit.",
|
|
12821
|
+
"type": {
|
|
12822
|
+
"kind": "ENUM",
|
|
12823
|
+
"name": "StateOfChargeUnit",
|
|
12824
|
+
"ofType": null
|
|
12825
|
+
},
|
|
12826
|
+
"defaultValue": "kilowatt_hour",
|
|
12827
|
+
"isDeprecated": false,
|
|
12828
|
+
"deprecationReason": null
|
|
12829
|
+
}
|
|
12830
|
+
],
|
|
12831
|
+
"type": {
|
|
12832
|
+
"kind": "SCALAR",
|
|
12833
|
+
"name": "Float",
|
|
12834
|
+
"ofType": null
|
|
12835
|
+
},
|
|
12836
|
+
"isDeprecated": false,
|
|
12837
|
+
"deprecationReason": null
|
|
12838
|
+
},
|
|
12839
|
+
{
|
|
12840
|
+
"name": "range_at_destination",
|
|
12841
|
+
"description": "Range available at the end of a leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
|
|
12842
|
+
"args": [
|
|
12843
|
+
{
|
|
12844
|
+
"name": "unit",
|
|
12845
|
+
"description": "State of charge unit.",
|
|
12846
|
+
"type": {
|
|
12847
|
+
"kind": "ENUM",
|
|
12848
|
+
"name": "StateOfChargeUnit",
|
|
12849
|
+
"ofType": null
|
|
12850
|
+
},
|
|
12851
|
+
"defaultValue": "kilowatt_hour",
|
|
12852
|
+
"isDeprecated": false,
|
|
12853
|
+
"deprecationReason": null
|
|
12854
|
+
}
|
|
12855
|
+
],
|
|
12856
|
+
"type": {
|
|
12857
|
+
"kind": "SCALAR",
|
|
12858
|
+
"name": "Float",
|
|
12859
|
+
"ofType": null
|
|
12860
|
+
},
|
|
12861
|
+
"isDeprecated": false,
|
|
12862
|
+
"deprecationReason": null
|
|
12863
|
+
},
|
|
12864
|
+
{
|
|
12865
|
+
"name": "range_after_charge",
|
|
12866
|
+
"description": "Range after charging on the leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
|
|
12867
|
+
"args": [
|
|
12868
|
+
{
|
|
12869
|
+
"name": "unit",
|
|
12870
|
+
"description": "State of charge unit.",
|
|
12871
|
+
"type": {
|
|
12872
|
+
"kind": "ENUM",
|
|
12873
|
+
"name": "StateOfChargeUnit",
|
|
12874
|
+
"ofType": null
|
|
12875
|
+
},
|
|
12876
|
+
"defaultValue": "kilowatt_hour",
|
|
12877
|
+
"isDeprecated": false,
|
|
12878
|
+
"deprecationReason": null
|
|
12879
|
+
}
|
|
12880
|
+
],
|
|
12881
|
+
"type": {
|
|
12882
|
+
"kind": "SCALAR",
|
|
12883
|
+
"name": "Float",
|
|
12884
|
+
"ofType": null
|
|
12885
|
+
},
|
|
12886
|
+
"isDeprecated": false,
|
|
12887
|
+
"deprecationReason": null
|
|
12888
|
+
},
|
|
12889
|
+
{
|
|
12890
|
+
"name": "type",
|
|
12891
|
+
"description": "Type of a leg.",
|
|
12892
|
+
"args": [],
|
|
12893
|
+
"type": {
|
|
12894
|
+
"kind": "NON_NULL",
|
|
12895
|
+
"name": null,
|
|
12896
|
+
"ofType": {
|
|
12897
|
+
"kind": "ENUM",
|
|
12898
|
+
"name": "RouteDetailsLegType",
|
|
12899
|
+
"ofType": null
|
|
12900
|
+
}
|
|
12901
|
+
},
|
|
12902
|
+
"isDeprecated": false,
|
|
12903
|
+
"deprecationReason": null
|
|
12904
|
+
},
|
|
12905
|
+
{
|
|
12906
|
+
"name": "station",
|
|
12907
|
+
"description": "Information about the station at the destination of a leg.",
|
|
12908
|
+
"args": [],
|
|
12909
|
+
"type": {
|
|
12910
|
+
"kind": "OBJECT",
|
|
12911
|
+
"name": "RouteDetailsLegStation",
|
|
12912
|
+
"ofType": null
|
|
12913
|
+
},
|
|
12914
|
+
"isDeprecated": false,
|
|
12915
|
+
"deprecationReason": null
|
|
12916
|
+
},
|
|
12917
|
+
{
|
|
12918
|
+
"name": "sections",
|
|
12919
|
+
"description": "Road sections of a leg - divided by means of transportation.",
|
|
12920
|
+
"args": [],
|
|
12921
|
+
"type": {
|
|
12922
|
+
"kind": "NON_NULL",
|
|
12923
|
+
"name": null,
|
|
12924
|
+
"ofType": {
|
|
12925
|
+
"kind": "LIST",
|
|
12926
|
+
"name": null,
|
|
12927
|
+
"ofType": {
|
|
12928
|
+
"kind": "NON_NULL",
|
|
12929
|
+
"name": null,
|
|
12930
|
+
"ofType": {
|
|
12931
|
+
"kind": "OBJECT",
|
|
12932
|
+
"name": "NavigationLegSection",
|
|
12933
|
+
"ofType": null
|
|
12934
|
+
}
|
|
12935
|
+
}
|
|
12936
|
+
}
|
|
12937
|
+
},
|
|
12938
|
+
"isDeprecated": false,
|
|
12939
|
+
"deprecationReason": null
|
|
12940
|
+
},
|
|
12941
|
+
{
|
|
12942
|
+
"name": "tags",
|
|
12943
|
+
"description": "Aggregation of tags over the current leg. Tags are further subdivided over individual sections and maneuvers.",
|
|
12944
|
+
"args": [],
|
|
12945
|
+
"type": {
|
|
12946
|
+
"kind": "NON_NULL",
|
|
12947
|
+
"name": null,
|
|
12948
|
+
"ofType": {
|
|
12949
|
+
"kind": "LIST",
|
|
12950
|
+
"name": null,
|
|
12951
|
+
"ofType": {
|
|
12952
|
+
"kind": "NON_NULL",
|
|
12953
|
+
"name": null,
|
|
12954
|
+
"ofType": {
|
|
12955
|
+
"kind": "ENUM",
|
|
12956
|
+
"name": "RouteDetailsTag",
|
|
12957
|
+
"ofType": null
|
|
12958
|
+
}
|
|
12959
|
+
}
|
|
12960
|
+
}
|
|
12961
|
+
},
|
|
12962
|
+
"isDeprecated": false,
|
|
12963
|
+
"deprecationReason": null
|
|
12964
|
+
}
|
|
12965
|
+
],
|
|
12966
|
+
"inputFields": null,
|
|
12967
|
+
"interfaces": [],
|
|
12968
|
+
"enumValues": null,
|
|
12969
|
+
"possibleTypes": null
|
|
12970
|
+
},
|
|
11975
12971
|
{
|
|
11976
12972
|
"kind": "INPUT_OBJECT",
|
|
11977
12973
|
"name": "NavigationStartInput",
|
|
@@ -12022,7 +13018,7 @@
|
|
|
12022
13018
|
"fields": [
|
|
12023
13019
|
{
|
|
12024
13020
|
"name": "station_id",
|
|
12025
|
-
"description": "
|
|
13021
|
+
"description": "ID of the station.",
|
|
12026
13022
|
"args": [],
|
|
12027
13023
|
"type": {
|
|
12028
13024
|
"kind": "NON_NULL",
|
|
@@ -12037,15 +13033,27 @@
|
|
|
12037
13033
|
"deprecationReason": null
|
|
12038
13034
|
},
|
|
12039
13035
|
{
|
|
12040
|
-
"name": "
|
|
12041
|
-
"description": "
|
|
13036
|
+
"name": "evse_id",
|
|
13037
|
+
"description": "ID of the EVSE that was selected in a route.",
|
|
13038
|
+
"args": [],
|
|
13039
|
+
"type": {
|
|
13040
|
+
"kind": "SCALAR",
|
|
13041
|
+
"name": "ID",
|
|
13042
|
+
"ofType": null
|
|
13043
|
+
},
|
|
13044
|
+
"isDeprecated": false,
|
|
13045
|
+
"deprecationReason": null
|
|
13046
|
+
},
|
|
13047
|
+
{
|
|
13048
|
+
"name": "connector_id",
|
|
13049
|
+
"description": "ID of the connector that was selected in a route.",
|
|
12042
13050
|
"args": [],
|
|
12043
13051
|
"type": {
|
|
12044
13052
|
"kind": "NON_NULL",
|
|
12045
13053
|
"name": null,
|
|
12046
13054
|
"ofType": {
|
|
12047
|
-
"kind": "
|
|
12048
|
-
"name": "
|
|
13055
|
+
"kind": "SCALAR",
|
|
13056
|
+
"name": "ID",
|
|
12049
13057
|
"ofType": null
|
|
12050
13058
|
}
|
|
12051
13059
|
},
|
|
@@ -12053,36 +13061,87 @@
|
|
|
12053
13061
|
"deprecationReason": null
|
|
12054
13062
|
},
|
|
12055
13063
|
{
|
|
12056
|
-
"name": "
|
|
12057
|
-
"description": "
|
|
13064
|
+
"name": "operator",
|
|
13065
|
+
"description": "Station operator.",
|
|
12058
13066
|
"args": [],
|
|
12059
13067
|
"type": {
|
|
12060
|
-
"kind": "
|
|
12061
|
-
"name":
|
|
12062
|
-
"ofType":
|
|
12063
|
-
|
|
12064
|
-
|
|
12065
|
-
|
|
12066
|
-
|
|
12067
|
-
|
|
12068
|
-
|
|
12069
|
-
|
|
12070
|
-
|
|
12071
|
-
|
|
12072
|
-
|
|
12073
|
-
|
|
12074
|
-
|
|
13068
|
+
"kind": "OBJECT",
|
|
13069
|
+
"name": "NavigationStationOperator",
|
|
13070
|
+
"ofType": null
|
|
13071
|
+
},
|
|
13072
|
+
"isDeprecated": false,
|
|
13073
|
+
"deprecationReason": null
|
|
13074
|
+
}
|
|
13075
|
+
],
|
|
13076
|
+
"inputFields": null,
|
|
13077
|
+
"interfaces": [],
|
|
13078
|
+
"enumValues": null,
|
|
13079
|
+
"possibleTypes": null
|
|
13080
|
+
},
|
|
13081
|
+
{
|
|
13082
|
+
"kind": "OBJECT",
|
|
13083
|
+
"name": "NavigationStationOperator",
|
|
13084
|
+
"description": "Navigation session station operator.",
|
|
13085
|
+
"fields": [
|
|
13086
|
+
{
|
|
13087
|
+
"name": "id",
|
|
13088
|
+
"description": "Unique operator ID.",
|
|
13089
|
+
"args": [],
|
|
13090
|
+
"type": {
|
|
13091
|
+
"kind": "SCALAR",
|
|
13092
|
+
"name": "ID",
|
|
13093
|
+
"ofType": null
|
|
12075
13094
|
},
|
|
12076
13095
|
"isDeprecated": false,
|
|
12077
13096
|
"deprecationReason": null
|
|
13097
|
+
}
|
|
13098
|
+
],
|
|
13099
|
+
"inputFields": null,
|
|
13100
|
+
"interfaces": [],
|
|
13101
|
+
"enumValues": null,
|
|
13102
|
+
"possibleTypes": null
|
|
13103
|
+
},
|
|
13104
|
+
{
|
|
13105
|
+
"kind": "ENUM",
|
|
13106
|
+
"name": "NavigationStatus",
|
|
13107
|
+
"description": "Status of navigation session.",
|
|
13108
|
+
"fields": null,
|
|
13109
|
+
"inputFields": null,
|
|
13110
|
+
"interfaces": null,
|
|
13111
|
+
"enumValues": [
|
|
13112
|
+
{
|
|
13113
|
+
"name": "active",
|
|
13114
|
+
"description": "Navigation session is live and currently tracking.",
|
|
13115
|
+
"isDeprecated": false,
|
|
13116
|
+
"deprecationReason": null
|
|
13117
|
+
},
|
|
13118
|
+
{
|
|
13119
|
+
"name": "finished",
|
|
13120
|
+
"description": "Navigation session is completed (either manually or automatically 48 hours after the last update).",
|
|
13121
|
+
"isDeprecated": false,
|
|
13122
|
+
"deprecationReason": null
|
|
12078
13123
|
},
|
|
12079
13124
|
{
|
|
12080
|
-
"name": "
|
|
12081
|
-
"description": "
|
|
13125
|
+
"name": "error",
|
|
13126
|
+
"description": "Failed to update navigation session due to route error or not found.",
|
|
13127
|
+
"isDeprecated": false,
|
|
13128
|
+
"deprecationReason": null
|
|
13129
|
+
}
|
|
13130
|
+
],
|
|
13131
|
+
"possibleTypes": null
|
|
13132
|
+
},
|
|
13133
|
+
{
|
|
13134
|
+
"kind": "OBJECT",
|
|
13135
|
+
"name": "NavigationStop",
|
|
13136
|
+
"description": "Next stop details. Can be a charging or a location stop.",
|
|
13137
|
+
"fields": [
|
|
13138
|
+
{
|
|
13139
|
+
"name": "arrival_state_of_charge",
|
|
13140
|
+
"description": "Estimated arrival state of charge at next stop. For HEVs and PHEVs this field will return null.",
|
|
12082
13141
|
"args": [
|
|
12083
13142
|
{
|
|
12084
13143
|
"name": "unit",
|
|
12085
|
-
"description":
|
|
13144
|
+
"description": "State of charge unit.",
|
|
12086
13145
|
"type": {
|
|
12087
13146
|
"kind": "ENUM",
|
|
12088
13147
|
"name": "StateOfChargeUnit",
|
|
@@ -12106,15 +13165,15 @@
|
|
|
12106
13165
|
"deprecationReason": null
|
|
12107
13166
|
},
|
|
12108
13167
|
{
|
|
12109
|
-
"name": "
|
|
12110
|
-
"description": "Estimated
|
|
13168
|
+
"name": "arrival_time",
|
|
13169
|
+
"description": "Estimated arrival time at the next stop.",
|
|
12111
13170
|
"args": [],
|
|
12112
13171
|
"type": {
|
|
12113
13172
|
"kind": "NON_NULL",
|
|
12114
13173
|
"name": null,
|
|
12115
13174
|
"ofType": {
|
|
12116
13175
|
"kind": "SCALAR",
|
|
12117
|
-
"name": "
|
|
13176
|
+
"name": "DateTime",
|
|
12118
13177
|
"ofType": null
|
|
12119
13178
|
}
|
|
12120
13179
|
},
|
|
@@ -12122,60 +13181,57 @@
|
|
|
12122
13181
|
"deprecationReason": null
|
|
12123
13182
|
},
|
|
12124
13183
|
{
|
|
12125
|
-
"name": "
|
|
12126
|
-
"description": "
|
|
13184
|
+
"name": "location",
|
|
13185
|
+
"description": "Coordinates of the next stop.",
|
|
12127
13186
|
"args": [],
|
|
12128
13187
|
"type": {
|
|
12129
13188
|
"kind": "NON_NULL",
|
|
12130
13189
|
"name": null,
|
|
12131
13190
|
"ofType": {
|
|
12132
|
-
"kind": "
|
|
12133
|
-
"name": "
|
|
13191
|
+
"kind": "OBJECT",
|
|
13192
|
+
"name": "Point",
|
|
12134
13193
|
"ofType": null
|
|
12135
13194
|
}
|
|
12136
13195
|
},
|
|
12137
13196
|
"isDeprecated": false,
|
|
12138
13197
|
"deprecationReason": null
|
|
12139
|
-
}
|
|
12140
|
-
],
|
|
12141
|
-
"inputFields": null,
|
|
12142
|
-
"interfaces": [],
|
|
12143
|
-
"enumValues": null,
|
|
12144
|
-
"possibleTypes": null
|
|
12145
|
-
},
|
|
12146
|
-
{
|
|
12147
|
-
"kind": "ENUM",
|
|
12148
|
-
"name": "NavigationStatus",
|
|
12149
|
-
"description": "State of navigation session.",
|
|
12150
|
-
"fields": null,
|
|
12151
|
-
"inputFields": null,
|
|
12152
|
-
"interfaces": null,
|
|
12153
|
-
"enumValues": [
|
|
12154
|
-
{
|
|
12155
|
-
"name": "driving",
|
|
12156
|
-
"description": "Vehicle is driving.",
|
|
12157
|
-
"isDeprecated": false,
|
|
12158
|
-
"deprecationReason": null
|
|
12159
|
-
},
|
|
12160
|
-
{
|
|
12161
|
-
"name": "charging",
|
|
12162
|
-
"description": "Vehicle is charging.",
|
|
12163
|
-
"isDeprecated": false,
|
|
12164
|
-
"deprecationReason": null
|
|
12165
13198
|
},
|
|
12166
13199
|
{
|
|
12167
|
-
"name": "
|
|
12168
|
-
"description": "
|
|
13200
|
+
"name": "station",
|
|
13201
|
+
"description": "Next stop's station to charge. Only present if the next stop is a station.",
|
|
13202
|
+
"args": [],
|
|
13203
|
+
"type": {
|
|
13204
|
+
"kind": "OBJECT",
|
|
13205
|
+
"name": "NavigationStation",
|
|
13206
|
+
"ofType": null
|
|
13207
|
+
},
|
|
12169
13208
|
"isDeprecated": false,
|
|
12170
13209
|
"deprecationReason": null
|
|
12171
13210
|
},
|
|
12172
13211
|
{
|
|
12173
|
-
"name": "
|
|
12174
|
-
"description": "
|
|
13212
|
+
"name": "alternative_stations",
|
|
13213
|
+
"description": "A set of alternative charging stations to next station. Only present if next stop is a station.",
|
|
13214
|
+
"args": [],
|
|
13215
|
+
"type": {
|
|
13216
|
+
"kind": "LIST",
|
|
13217
|
+
"name": null,
|
|
13218
|
+
"ofType": {
|
|
13219
|
+
"kind": "NON_NULL",
|
|
13220
|
+
"name": null,
|
|
13221
|
+
"ofType": {
|
|
13222
|
+
"kind": "OBJECT",
|
|
13223
|
+
"name": "NavigationAlternativeStation",
|
|
13224
|
+
"ofType": null
|
|
13225
|
+
}
|
|
13226
|
+
}
|
|
13227
|
+
},
|
|
12175
13228
|
"isDeprecated": false,
|
|
12176
13229
|
"deprecationReason": null
|
|
12177
13230
|
}
|
|
12178
13231
|
],
|
|
13232
|
+
"inputFields": null,
|
|
13233
|
+
"interfaces": [],
|
|
13234
|
+
"enumValues": null,
|
|
12179
13235
|
"possibleTypes": null
|
|
12180
13236
|
},
|
|
12181
13237
|
{
|
|
@@ -12199,9 +13255,25 @@
|
|
|
12199
13255
|
"isDeprecated": false,
|
|
12200
13256
|
"deprecationReason": null
|
|
12201
13257
|
},
|
|
13258
|
+
{
|
|
13259
|
+
"name": "vehicle_status",
|
|
13260
|
+
"description": "The status of the navigation session vehicle. The status can be driving, charging or parked.",
|
|
13261
|
+
"args": [],
|
|
13262
|
+
"type": {
|
|
13263
|
+
"kind": "NON_NULL",
|
|
13264
|
+
"name": null,
|
|
13265
|
+
"ofType": {
|
|
13266
|
+
"kind": "ENUM",
|
|
13267
|
+
"name": "NavigationVehicleStatus",
|
|
13268
|
+
"ofType": null
|
|
13269
|
+
}
|
|
13270
|
+
},
|
|
13271
|
+
"isDeprecated": false,
|
|
13272
|
+
"deprecationReason": null
|
|
13273
|
+
},
|
|
12202
13274
|
{
|
|
12203
13275
|
"name": "status",
|
|
12204
|
-
"description": "The status of
|
|
13276
|
+
"description": "The status of the navigation session. The status can be active, finished or error.",
|
|
12205
13277
|
"args": [],
|
|
12206
13278
|
"type": {
|
|
12207
13279
|
"kind": "NON_NULL",
|
|
@@ -12226,6 +13298,22 @@
|
|
|
12226
13298
|
},
|
|
12227
13299
|
"isDeprecated": false,
|
|
12228
13300
|
"deprecationReason": null
|
|
13301
|
+
},
|
|
13302
|
+
{
|
|
13303
|
+
"name": "last_change",
|
|
13304
|
+
"description": "Information about the latest completed change.",
|
|
13305
|
+
"args": [],
|
|
13306
|
+
"type": {
|
|
13307
|
+
"kind": "NON_NULL",
|
|
13308
|
+
"name": null,
|
|
13309
|
+
"ofType": {
|
|
13310
|
+
"kind": "OBJECT",
|
|
13311
|
+
"name": "NavigationChange",
|
|
13312
|
+
"ofType": null
|
|
13313
|
+
}
|
|
13314
|
+
},
|
|
13315
|
+
"isDeprecated": false,
|
|
13316
|
+
"deprecationReason": null
|
|
12229
13317
|
}
|
|
12230
13318
|
],
|
|
12231
13319
|
"inputFields": null,
|
|
@@ -12278,18 +13366,6 @@
|
|
|
12278
13366
|
"defaultValue": null,
|
|
12279
13367
|
"isDeprecated": false,
|
|
12280
13368
|
"deprecationReason": null
|
|
12281
|
-
},
|
|
12282
|
-
{
|
|
12283
|
-
"name": "telemetry",
|
|
12284
|
-
"description": "Telemetry data input.",
|
|
12285
|
-
"type": {
|
|
12286
|
-
"kind": "INPUT_OBJECT",
|
|
12287
|
-
"name": "TelemetryInput",
|
|
12288
|
-
"ofType": null
|
|
12289
|
-
},
|
|
12290
|
-
"defaultValue": null,
|
|
12291
|
-
"isDeprecated": false,
|
|
12292
|
-
"deprecationReason": null
|
|
12293
13369
|
}
|
|
12294
13370
|
],
|
|
12295
13371
|
"interfaces": null,
|
|
@@ -12298,20 +13374,28 @@
|
|
|
12298
13374
|
},
|
|
12299
13375
|
{
|
|
12300
13376
|
"kind": "INPUT_OBJECT",
|
|
12301
|
-
"name": "
|
|
12302
|
-
"description": "
|
|
13377
|
+
"name": "NavigationUpdateLocationsInput",
|
|
13378
|
+
"description": "Input for the navigation update locations.",
|
|
12303
13379
|
"fields": null,
|
|
12304
13380
|
"inputFields": [
|
|
12305
13381
|
{
|
|
12306
|
-
"name": "
|
|
12307
|
-
"description": "
|
|
13382
|
+
"name": "coordinates",
|
|
13383
|
+
"description": "Location coordinates [longitude, latitude].",
|
|
12308
13384
|
"type": {
|
|
12309
13385
|
"kind": "NON_NULL",
|
|
12310
13386
|
"name": null,
|
|
12311
13387
|
"ofType": {
|
|
12312
|
-
"kind": "
|
|
12313
|
-
"name":
|
|
12314
|
-
"ofType":
|
|
13388
|
+
"kind": "LIST",
|
|
13389
|
+
"name": null,
|
|
13390
|
+
"ofType": {
|
|
13391
|
+
"kind": "NON_NULL",
|
|
13392
|
+
"name": null,
|
|
13393
|
+
"ofType": {
|
|
13394
|
+
"kind": "SCALAR",
|
|
13395
|
+
"name": "Float",
|
|
13396
|
+
"ofType": null
|
|
13397
|
+
}
|
|
13398
|
+
}
|
|
12315
13399
|
}
|
|
12316
13400
|
},
|
|
12317
13401
|
"defaultValue": null,
|
|
@@ -12319,12 +13403,16 @@
|
|
|
12319
13403
|
"deprecationReason": null
|
|
12320
13404
|
},
|
|
12321
13405
|
{
|
|
12322
|
-
"name": "
|
|
12323
|
-
"description": "
|
|
13406
|
+
"name": "route_leg",
|
|
13407
|
+
"description": "Current route leg index corresponding to a location.",
|
|
12324
13408
|
"type": {
|
|
12325
|
-
"kind": "
|
|
12326
|
-
"name":
|
|
12327
|
-
"ofType":
|
|
13409
|
+
"kind": "NON_NULL",
|
|
13410
|
+
"name": null,
|
|
13411
|
+
"ofType": {
|
|
13412
|
+
"kind": "SCALAR",
|
|
13413
|
+
"name": "Int",
|
|
13414
|
+
"ofType": null
|
|
13415
|
+
}
|
|
12328
13416
|
},
|
|
12329
13417
|
"defaultValue": null,
|
|
12330
13418
|
"isDeprecated": false,
|
|
@@ -12347,11 +13435,11 @@
|
|
|
12347
13435
|
"deprecationReason": null
|
|
12348
13436
|
},
|
|
12349
13437
|
{
|
|
12350
|
-
"name": "
|
|
12351
|
-
"description": "
|
|
13438
|
+
"name": "telemetry",
|
|
13439
|
+
"description": "Telemetry data input.",
|
|
12352
13440
|
"type": {
|
|
12353
13441
|
"kind": "INPUT_OBJECT",
|
|
12354
|
-
"name": "
|
|
13442
|
+
"name": "TelemetryInput",
|
|
12355
13443
|
"ofType": null
|
|
12356
13444
|
},
|
|
12357
13445
|
"defaultValue": null,
|
|
@@ -12363,21 +13451,129 @@
|
|
|
12363
13451
|
"enumValues": null,
|
|
12364
13452
|
"possibleTypes": null
|
|
12365
13453
|
},
|
|
13454
|
+
{
|
|
13455
|
+
"kind": "ENUM",
|
|
13456
|
+
"name": "NavigationVehicleStatus",
|
|
13457
|
+
"description": "Status of navigation session vehicle.",
|
|
13458
|
+
"fields": null,
|
|
13459
|
+
"inputFields": null,
|
|
13460
|
+
"interfaces": null,
|
|
13461
|
+
"enumValues": [
|
|
13462
|
+
{
|
|
13463
|
+
"name": "driving",
|
|
13464
|
+
"description": "Vehicle is driving.",
|
|
13465
|
+
"isDeprecated": false,
|
|
13466
|
+
"deprecationReason": null
|
|
13467
|
+
},
|
|
13468
|
+
{
|
|
13469
|
+
"name": "charging",
|
|
13470
|
+
"description": "Vehicle is charging.",
|
|
13471
|
+
"isDeprecated": false,
|
|
13472
|
+
"deprecationReason": null
|
|
13473
|
+
},
|
|
13474
|
+
{
|
|
13475
|
+
"name": "parked",
|
|
13476
|
+
"description": "Vehicle is parked.",
|
|
13477
|
+
"isDeprecated": false,
|
|
13478
|
+
"deprecationReason": null
|
|
13479
|
+
}
|
|
13480
|
+
],
|
|
13481
|
+
"possibleTypes": null
|
|
13482
|
+
},
|
|
13483
|
+
{
|
|
13484
|
+
"kind": "OBJECT",
|
|
13485
|
+
"name": "NavigationViaFeaturePoint",
|
|
13486
|
+
"description": null,
|
|
13487
|
+
"fields": [
|
|
13488
|
+
{
|
|
13489
|
+
"name": "id",
|
|
13490
|
+
"description": "ID of the feature.",
|
|
13491
|
+
"args": [],
|
|
13492
|
+
"type": {
|
|
13493
|
+
"kind": "SCALAR",
|
|
13494
|
+
"name": "ID",
|
|
13495
|
+
"ofType": null
|
|
13496
|
+
},
|
|
13497
|
+
"isDeprecated": false,
|
|
13498
|
+
"deprecationReason": null
|
|
13499
|
+
},
|
|
13500
|
+
{
|
|
13501
|
+
"name": "type",
|
|
13502
|
+
"description": "Feature type.",
|
|
13503
|
+
"args": [],
|
|
13504
|
+
"type": {
|
|
13505
|
+
"kind": "NON_NULL",
|
|
13506
|
+
"name": null,
|
|
13507
|
+
"ofType": {
|
|
13508
|
+
"kind": "ENUM",
|
|
13509
|
+
"name": "FeatureType",
|
|
13510
|
+
"ofType": null
|
|
13511
|
+
}
|
|
13512
|
+
},
|
|
13513
|
+
"isDeprecated": false,
|
|
13514
|
+
"deprecationReason": null
|
|
13515
|
+
},
|
|
13516
|
+
{
|
|
13517
|
+
"name": "geometry",
|
|
13518
|
+
"description": "Geometry of the feature.",
|
|
13519
|
+
"args": [],
|
|
13520
|
+
"type": {
|
|
13521
|
+
"kind": "NON_NULL",
|
|
13522
|
+
"name": null,
|
|
13523
|
+
"ofType": {
|
|
13524
|
+
"kind": "OBJECT",
|
|
13525
|
+
"name": "Point",
|
|
13526
|
+
"ofType": null
|
|
13527
|
+
}
|
|
13528
|
+
},
|
|
13529
|
+
"isDeprecated": false,
|
|
13530
|
+
"deprecationReason": null
|
|
13531
|
+
},
|
|
13532
|
+
{
|
|
13533
|
+
"name": "properties",
|
|
13534
|
+
"description": "Additional feature properties for via. If a `station.id` or `station.external_id` are provided, it will be treated as a charging stop. If omitted or `location.name` is provided, the stop is treated as a non-charging stop location.",
|
|
13535
|
+
"args": [],
|
|
13536
|
+
"type": {
|
|
13537
|
+
"kind": "OBJECT",
|
|
13538
|
+
"name": "NavigationViaProperties",
|
|
13539
|
+
"ofType": null
|
|
13540
|
+
},
|
|
13541
|
+
"isDeprecated": false,
|
|
13542
|
+
"deprecationReason": null
|
|
13543
|
+
}
|
|
13544
|
+
],
|
|
13545
|
+
"inputFields": null,
|
|
13546
|
+
"interfaces": [],
|
|
13547
|
+
"enumValues": null,
|
|
13548
|
+
"possibleTypes": null
|
|
13549
|
+
},
|
|
12366
13550
|
{
|
|
12367
13551
|
"kind": "INPUT_OBJECT",
|
|
12368
|
-
"name": "
|
|
12369
|
-
"description":
|
|
13552
|
+
"name": "NavigationViaFeaturePointInput",
|
|
13553
|
+
"description": null,
|
|
12370
13554
|
"fields": null,
|
|
12371
13555
|
"inputFields": [
|
|
12372
13556
|
{
|
|
12373
|
-
"name": "
|
|
12374
|
-
"description": "
|
|
13557
|
+
"name": "id",
|
|
13558
|
+
"description": "ID of the feature.",
|
|
13559
|
+
"type": {
|
|
13560
|
+
"kind": "SCALAR",
|
|
13561
|
+
"name": "ID",
|
|
13562
|
+
"ofType": null
|
|
13563
|
+
},
|
|
13564
|
+
"defaultValue": null,
|
|
13565
|
+
"isDeprecated": false,
|
|
13566
|
+
"deprecationReason": null
|
|
13567
|
+
},
|
|
13568
|
+
{
|
|
13569
|
+
"name": "type",
|
|
13570
|
+
"description": "Feature type.",
|
|
12375
13571
|
"type": {
|
|
12376
13572
|
"kind": "NON_NULL",
|
|
12377
13573
|
"name": null,
|
|
12378
13574
|
"ofType": {
|
|
12379
|
-
"kind": "
|
|
12380
|
-
"name": "
|
|
13575
|
+
"kind": "ENUM",
|
|
13576
|
+
"name": "FeatureType",
|
|
12381
13577
|
"ofType": null
|
|
12382
13578
|
}
|
|
12383
13579
|
},
|
|
@@ -12386,20 +13582,126 @@
|
|
|
12386
13582
|
"deprecationReason": null
|
|
12387
13583
|
},
|
|
12388
13584
|
{
|
|
12389
|
-
"name": "
|
|
12390
|
-
"description": "
|
|
13585
|
+
"name": "geometry",
|
|
13586
|
+
"description": "Geometry of the feature.",
|
|
12391
13587
|
"type": {
|
|
12392
13588
|
"kind": "NON_NULL",
|
|
12393
13589
|
"name": null,
|
|
12394
13590
|
"ofType": {
|
|
12395
13591
|
"kind": "INPUT_OBJECT",
|
|
12396
|
-
"name": "
|
|
13592
|
+
"name": "PointInput",
|
|
12397
13593
|
"ofType": null
|
|
12398
13594
|
}
|
|
12399
13595
|
},
|
|
12400
13596
|
"defaultValue": null,
|
|
12401
13597
|
"isDeprecated": false,
|
|
12402
13598
|
"deprecationReason": null
|
|
13599
|
+
},
|
|
13600
|
+
{
|
|
13601
|
+
"name": "properties",
|
|
13602
|
+
"description": "Additional feature properties for via. If a `station.id` or `station.external_id` are provided, it will be treated as a charging stop. If omitted or `location.name` is provided, the stop is treated as a non-charging stop location.",
|
|
13603
|
+
"type": {
|
|
13604
|
+
"kind": "INPUT_OBJECT",
|
|
13605
|
+
"name": "NavigationViaPropertiesInput",
|
|
13606
|
+
"ofType": null
|
|
13607
|
+
},
|
|
13608
|
+
"defaultValue": null,
|
|
13609
|
+
"isDeprecated": false,
|
|
13610
|
+
"deprecationReason": null
|
|
13611
|
+
}
|
|
13612
|
+
],
|
|
13613
|
+
"interfaces": null,
|
|
13614
|
+
"enumValues": null,
|
|
13615
|
+
"possibleTypes": null
|
|
13616
|
+
},
|
|
13617
|
+
{
|
|
13618
|
+
"kind": "OBJECT",
|
|
13619
|
+
"name": "NavigationViaProperties",
|
|
13620
|
+
"description": null,
|
|
13621
|
+
"fields": [
|
|
13622
|
+
{
|
|
13623
|
+
"name": "location",
|
|
13624
|
+
"description": "Location data of the via point.",
|
|
13625
|
+
"args": [],
|
|
13626
|
+
"type": {
|
|
13627
|
+
"kind": "OBJECT",
|
|
13628
|
+
"name": "NavigationPropertiesViaLocation",
|
|
13629
|
+
"ofType": null
|
|
13630
|
+
},
|
|
13631
|
+
"isDeprecated": false,
|
|
13632
|
+
"deprecationReason": null
|
|
13633
|
+
},
|
|
13634
|
+
{
|
|
13635
|
+
"name": "vehicle",
|
|
13636
|
+
"description": "Vehicle data of the via point.",
|
|
13637
|
+
"args": [],
|
|
13638
|
+
"type": {
|
|
13639
|
+
"kind": "OBJECT",
|
|
13640
|
+
"name": "NavigationPropertiesVehicle",
|
|
13641
|
+
"ofType": null
|
|
13642
|
+
},
|
|
13643
|
+
"isDeprecated": false,
|
|
13644
|
+
"deprecationReason": null
|
|
13645
|
+
},
|
|
13646
|
+
{
|
|
13647
|
+
"name": "station",
|
|
13648
|
+
"description": "Station data of the via point.",
|
|
13649
|
+
"args": [],
|
|
13650
|
+
"type": {
|
|
13651
|
+
"kind": "OBJECT",
|
|
13652
|
+
"name": "NavigationPropertiesStation",
|
|
13653
|
+
"ofType": null
|
|
13654
|
+
},
|
|
13655
|
+
"isDeprecated": false,
|
|
13656
|
+
"deprecationReason": null
|
|
13657
|
+
}
|
|
13658
|
+
],
|
|
13659
|
+
"inputFields": null,
|
|
13660
|
+
"interfaces": [],
|
|
13661
|
+
"enumValues": null,
|
|
13662
|
+
"possibleTypes": null
|
|
13663
|
+
},
|
|
13664
|
+
{
|
|
13665
|
+
"kind": "INPUT_OBJECT",
|
|
13666
|
+
"name": "NavigationViaPropertiesInput",
|
|
13667
|
+
"description": null,
|
|
13668
|
+
"fields": null,
|
|
13669
|
+
"inputFields": [
|
|
13670
|
+
{
|
|
13671
|
+
"name": "location",
|
|
13672
|
+
"description": "Location data of the via point.",
|
|
13673
|
+
"type": {
|
|
13674
|
+
"kind": "INPUT_OBJECT",
|
|
13675
|
+
"name": "NavigationPropertiesViaLocationInput",
|
|
13676
|
+
"ofType": null
|
|
13677
|
+
},
|
|
13678
|
+
"defaultValue": null,
|
|
13679
|
+
"isDeprecated": false,
|
|
13680
|
+
"deprecationReason": null
|
|
13681
|
+
},
|
|
13682
|
+
{
|
|
13683
|
+
"name": "vehicle",
|
|
13684
|
+
"description": "Vehicle data of the via point.",
|
|
13685
|
+
"type": {
|
|
13686
|
+
"kind": "INPUT_OBJECT",
|
|
13687
|
+
"name": "NavigationPropertiesVehicleInput",
|
|
13688
|
+
"ofType": null
|
|
13689
|
+
},
|
|
13690
|
+
"defaultValue": null,
|
|
13691
|
+
"isDeprecated": false,
|
|
13692
|
+
"deprecationReason": null
|
|
13693
|
+
},
|
|
13694
|
+
{
|
|
13695
|
+
"name": "station",
|
|
13696
|
+
"description": "Specifies a charging station at the via. If a known station is provided, it will be used as charging stop. Any configured operator preferences are ignored for this stop.",
|
|
13697
|
+
"type": {
|
|
13698
|
+
"kind": "INPUT_OBJECT",
|
|
13699
|
+
"name": "NavigationPropertiesStationInput",
|
|
13700
|
+
"ofType": null
|
|
13701
|
+
},
|
|
13702
|
+
"defaultValue": null,
|
|
13703
|
+
"isDeprecated": false,
|
|
13704
|
+
"deprecationReason": null
|
|
12403
13705
|
}
|
|
12404
13706
|
],
|
|
12405
13707
|
"interfaces": null,
|
|
@@ -12423,7 +13725,7 @@
|
|
|
12423
13725
|
"fields": [
|
|
12424
13726
|
{
|
|
12425
13727
|
"name": "latitude",
|
|
12426
|
-
"description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}
|
|
13728
|
+
"description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}",
|
|
12427
13729
|
"args": [],
|
|
12428
13730
|
"type": {
|
|
12429
13731
|
"kind": "SCALAR",
|
|
@@ -12435,7 +13737,7 @@
|
|
|
12435
13737
|
},
|
|
12436
13738
|
{
|
|
12437
13739
|
"name": "longitude",
|
|
12438
|
-
"description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}
|
|
13740
|
+
"description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}",
|
|
12439
13741
|
"args": [],
|
|
12440
13742
|
"type": {
|
|
12441
13743
|
"kind": "SCALAR",
|
|
@@ -12447,7 +13749,7 @@
|
|
|
12447
13749
|
},
|
|
12448
13750
|
{
|
|
12449
13751
|
"name": "name",
|
|
12450
|
-
"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.
|
|
13752
|
+
"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.",
|
|
12451
13753
|
"args": [],
|
|
12452
13754
|
"type": {
|
|
12453
13755
|
"kind": "OBJECT",
|
|
@@ -12578,7 +13880,7 @@
|
|
|
12578
13880
|
{
|
|
12579
13881
|
"kind": "ENUM",
|
|
12580
13882
|
"name": "OCPIConnectorType",
|
|
12581
|
-
"description": "
|
|
13883
|
+
"description": "Socket or plug standard of the charging point.",
|
|
12582
13884
|
"fields": null,
|
|
12583
13885
|
"inputFields": null,
|
|
12584
13886
|
"interfaces": null,
|
|
@@ -12892,7 +14194,7 @@
|
|
|
12892
14194
|
"fields": [
|
|
12893
14195
|
{
|
|
12894
14196
|
"name": "language",
|
|
12895
|
-
"description": "Language Code ISO 639-1
|
|
14197
|
+
"description": "Language Code ISO 639-1",
|
|
12896
14198
|
"args": [],
|
|
12897
14199
|
"type": {
|
|
12898
14200
|
"kind": "SCALAR",
|
|
@@ -12904,7 +14206,7 @@
|
|
|
12904
14206
|
},
|
|
12905
14207
|
{
|
|
12906
14208
|
"name": "text",
|
|
12907
|
-
"description": "Text to be displayed to an end user. No markup, html etc. allowed.
|
|
14209
|
+
"description": "Text to be displayed to an end user. No markup, html etc. allowed.",
|
|
12908
14210
|
"args": [],
|
|
12909
14211
|
"type": {
|
|
12910
14212
|
"kind": "SCALAR",
|
|
@@ -12927,7 +14229,7 @@
|
|
|
12927
14229
|
"fields": [
|
|
12928
14230
|
{
|
|
12929
14231
|
"name": "is_green_energy",
|
|
12930
|
-
"description": "True if the power is 100% from regenerative sources
|
|
14232
|
+
"description": "True if the power is 100% from regenerative sources",
|
|
12931
14233
|
"args": [],
|
|
12932
14234
|
"type": {
|
|
12933
14235
|
"kind": "SCALAR",
|
|
@@ -12939,7 +14241,7 @@
|
|
|
12939
14241
|
},
|
|
12940
14242
|
{
|
|
12941
14243
|
"name": "energy_sources",
|
|
12942
|
-
"description": "Key-value pairs (enum + percentage) of energy sources of this location’s tariff.
|
|
14244
|
+
"description": "Key-value pairs (enum + percentage) of energy sources of this location’s tariff.",
|
|
12943
14245
|
"args": [],
|
|
12944
14246
|
"type": {
|
|
12945
14247
|
"kind": "LIST",
|
|
@@ -12955,7 +14257,7 @@
|
|
|
12955
14257
|
},
|
|
12956
14258
|
{
|
|
12957
14259
|
"name": "environ_impact",
|
|
12958
|
-
"description": "Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff.
|
|
14260
|
+
"description": "Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff.",
|
|
12959
14261
|
"args": [],
|
|
12960
14262
|
"type": {
|
|
12961
14263
|
"kind": "LIST",
|
|
@@ -12971,7 +14273,7 @@
|
|
|
12971
14273
|
},
|
|
12972
14274
|
{
|
|
12973
14275
|
"name": "supplier_name",
|
|
12974
|
-
"description": "Name of the energy supplier, delivering the energy for this location or tariff
|
|
14276
|
+
"description": "Name of the energy supplier, delivering the energy for this location or tariff.*",
|
|
12975
14277
|
"args": [],
|
|
12976
14278
|
"type": {
|
|
12977
14279
|
"kind": "SCALAR",
|
|
@@ -12983,7 +14285,7 @@
|
|
|
12983
14285
|
},
|
|
12984
14286
|
{
|
|
12985
14287
|
"name": "energy_product_name",
|
|
12986
|
-
"description": "Name of the energy suppliers product/tariff plan used at this location
|
|
14288
|
+
"description": "Name of the energy suppliers product/tariff plan used at this location.*",
|
|
12987
14289
|
"args": [],
|
|
12988
14290
|
"type": {
|
|
12989
14291
|
"kind": "SCALAR",
|
|
@@ -13006,7 +14308,7 @@
|
|
|
13006
14308
|
"fields": [
|
|
13007
14309
|
{
|
|
13008
14310
|
"name": "source",
|
|
13009
|
-
"description": "The type of energy source.
|
|
14311
|
+
"description": "The type of energy source.",
|
|
13010
14312
|
"args": [],
|
|
13011
14313
|
"type": {
|
|
13012
14314
|
"kind": "ENUM",
|
|
@@ -13018,7 +14320,7 @@
|
|
|
13018
14320
|
},
|
|
13019
14321
|
{
|
|
13020
14322
|
"name": "percentage",
|
|
13021
|
-
"description": "Percentage of this source (0-100) in the mix.
|
|
14323
|
+
"description": "Percentage of this source (0-100) in the mix.",
|
|
13022
14324
|
"args": [],
|
|
13023
14325
|
"type": {
|
|
13024
14326
|
"kind": "SCALAR",
|
|
@@ -13100,7 +14402,7 @@
|
|
|
13100
14402
|
"fields": [
|
|
13101
14403
|
{
|
|
13102
14404
|
"name": "category",
|
|
13103
|
-
"description": "The environmental impact category of this value.
|
|
14405
|
+
"description": "The environmental impact category of this value.",
|
|
13104
14406
|
"args": [],
|
|
13105
14407
|
"type": {
|
|
13106
14408
|
"kind": "ENUM",
|
|
@@ -13112,7 +14414,7 @@
|
|
|
13112
14414
|
},
|
|
13113
14415
|
{
|
|
13114
14416
|
"name": "amount",
|
|
13115
|
-
"description": "Amount of this portion in g/kWh.
|
|
14417
|
+
"description": "Amount of this portion in g/kWh.",
|
|
13116
14418
|
"args": [],
|
|
13117
14419
|
"type": {
|
|
13118
14420
|
"kind": "SCALAR",
|
|
@@ -13158,7 +14460,7 @@
|
|
|
13158
14460
|
"fields": [
|
|
13159
14461
|
{
|
|
13160
14462
|
"name": "period_begin",
|
|
13161
|
-
"description": "Begin of the exception. In UTC, time_zone field can be used to convert to local time.
|
|
14463
|
+
"description": "Begin of the exception. In UTC, time_zone field can be used to convert to local time.",
|
|
13162
14464
|
"args": [],
|
|
13163
14465
|
"type": {
|
|
13164
14466
|
"kind": "SCALAR",
|
|
@@ -13170,7 +14472,7 @@
|
|
|
13170
14472
|
},
|
|
13171
14473
|
{
|
|
13172
14474
|
"name": "period_end",
|
|
13173
|
-
"description": "End of the exception. In UTC, time_zone field can be used to convert to local time.
|
|
14475
|
+
"description": "End of the exception. In UTC, time_zone field can be used to convert to local time.",
|
|
13174
14476
|
"args": [],
|
|
13175
14477
|
"type": {
|
|
13176
14478
|
"kind": "SCALAR",
|
|
@@ -13324,7 +14626,7 @@
|
|
|
13324
14626
|
"fields": [
|
|
13325
14627
|
{
|
|
13326
14628
|
"name": "latitude",
|
|
13327
|
-
"description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}
|
|
14629
|
+
"description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}",
|
|
13328
14630
|
"args": [],
|
|
13329
14631
|
"type": {
|
|
13330
14632
|
"kind": "SCALAR",
|
|
@@ -13336,7 +14638,7 @@
|
|
|
13336
14638
|
},
|
|
13337
14639
|
{
|
|
13338
14640
|
"name": "longitude",
|
|
13339
|
-
"description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}
|
|
14641
|
+
"description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}",
|
|
13340
14642
|
"args": [],
|
|
13341
14643
|
"type": {
|
|
13342
14644
|
"kind": "SCALAR",
|
|
@@ -13359,7 +14661,7 @@
|
|
|
13359
14661
|
"fields": [
|
|
13360
14662
|
{
|
|
13361
14663
|
"name": "twentyfourseven",
|
|
13362
|
-
"description": "True to represent 24 hours a day and 7 days a week, except the given exceptions.
|
|
14664
|
+
"description": "True to represent 24 hours a day and 7 days a week, except the given exceptions.",
|
|
13363
14665
|
"args": [],
|
|
13364
14666
|
"type": {
|
|
13365
14667
|
"kind": "SCALAR",
|
|
@@ -13371,7 +14673,7 @@
|
|
|
13371
14673
|
},
|
|
13372
14674
|
{
|
|
13373
14675
|
"name": "regular_hours",
|
|
13374
|
-
"description": "Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object.
|
|
14676
|
+
"description": "Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object.",
|
|
13375
14677
|
"args": [],
|
|
13376
14678
|
"type": {
|
|
13377
14679
|
"kind": "LIST",
|
|
@@ -13387,7 +14689,7 @@
|
|
|
13387
14689
|
},
|
|
13388
14690
|
{
|
|
13389
14691
|
"name": "exceptional_openings",
|
|
13390
|
-
"description": "Exceptions for specified calendar dates, time-range based. Periods the station is operating/accessible. Additional to regular_hours. May overlap regular rules.
|
|
14692
|
+
"description": "Exceptions for specified calendar dates, time-range based. Periods the station is operating/accessible. Additional to regular_hours. May overlap regular rules.",
|
|
13391
14693
|
"args": [],
|
|
13392
14694
|
"type": {
|
|
13393
14695
|
"kind": "LIST",
|
|
@@ -13403,7 +14705,7 @@
|
|
|
13403
14705
|
},
|
|
13404
14706
|
{
|
|
13405
14707
|
"name": "exceptional_closings",
|
|
13406
|
-
"description": "Exceptions for specified calendar dates, time-range based. Periods the station is not operating/accessible. Overwriting regular_hours and exceptional_openings. Should not overlap exceptional_openings.
|
|
14708
|
+
"description": "Exceptions for specified calendar dates, time-range based. Periods the station is not operating/accessible. Overwriting regular_hours and exceptional_openings. Should not overlap exceptional_openings.",
|
|
13407
14709
|
"args": [],
|
|
13408
14710
|
"type": {
|
|
13409
14711
|
"kind": "LIST",
|
|
@@ -13430,7 +14732,7 @@
|
|
|
13430
14732
|
"fields": [
|
|
13431
14733
|
{
|
|
13432
14734
|
"name": "url",
|
|
13433
|
-
"description": "URL from where the image data can be fetched through a web browser.
|
|
14735
|
+
"description": "URL from where the image data can be fetched through a web browser.",
|
|
13434
14736
|
"args": [],
|
|
13435
14737
|
"type": {
|
|
13436
14738
|
"kind": "SCALAR",
|
|
@@ -13442,7 +14744,7 @@
|
|
|
13442
14744
|
},
|
|
13443
14745
|
{
|
|
13444
14746
|
"name": "thumbnail",
|
|
13445
|
-
"description": "URL from where a thumbnail of the image can be fetched through a webbrowser.
|
|
14747
|
+
"description": "URL from where a thumbnail of the image can be fetched through a webbrowser.",
|
|
13446
14748
|
"args": [],
|
|
13447
14749
|
"type": {
|
|
13448
14750
|
"kind": "SCALAR",
|
|
@@ -13454,7 +14756,7 @@
|
|
|
13454
14756
|
},
|
|
13455
14757
|
{
|
|
13456
14758
|
"name": "category",
|
|
13457
|
-
"description": "Category of an image
|
|
14759
|
+
"description": "Category of an image",
|
|
13458
14760
|
"args": [],
|
|
13459
14761
|
"type": {
|
|
13460
14762
|
"kind": "ENUM",
|
|
@@ -13466,7 +14768,7 @@
|
|
|
13466
14768
|
},
|
|
13467
14769
|
{
|
|
13468
14770
|
"name": "type",
|
|
13469
|
-
"description": "Image type: gif, jpeg, png, svg
|
|
14771
|
+
"description": "Image type: gif, jpeg, png, svg",
|
|
13470
14772
|
"args": [],
|
|
13471
14773
|
"type": {
|
|
13472
14774
|
"kind": "SCALAR",
|
|
@@ -13478,7 +14780,7 @@
|
|
|
13478
14780
|
},
|
|
13479
14781
|
{
|
|
13480
14782
|
"name": "width",
|
|
13481
|
-
"description": "Width of the full scale image
|
|
14783
|
+
"description": "Width of the full scale image",
|
|
13482
14784
|
"args": [],
|
|
13483
14785
|
"type": {
|
|
13484
14786
|
"kind": "SCALAR",
|
|
@@ -13490,7 +14792,7 @@
|
|
|
13490
14792
|
},
|
|
13491
14793
|
{
|
|
13492
14794
|
"name": "height",
|
|
13493
|
-
"description": "Height of the full scale image
|
|
14795
|
+
"description": "Height of the full scale image",
|
|
13494
14796
|
"args": [],
|
|
13495
14797
|
"type": {
|
|
13496
14798
|
"kind": "SCALAR",
|
|
@@ -13695,7 +14997,7 @@
|
|
|
13695
14997
|
"fields": [
|
|
13696
14998
|
{
|
|
13697
14999
|
"name": "excl_vat",
|
|
13698
|
-
"description": "Price/Cost excluding VAT.
|
|
15000
|
+
"description": "Price/Cost excluding VAT.",
|
|
13699
15001
|
"args": [],
|
|
13700
15002
|
"type": {
|
|
13701
15003
|
"kind": "SCALAR",
|
|
@@ -13707,7 +15009,7 @@
|
|
|
13707
15009
|
},
|
|
13708
15010
|
{
|
|
13709
15011
|
"name": "incl_vat",
|
|
13710
|
-
"description": "Price/Cost including VAT.
|
|
15012
|
+
"description": "Price/Cost including VAT.",
|
|
13711
15013
|
"args": [],
|
|
13712
15014
|
"type": {
|
|
13713
15015
|
"kind": "SCALAR",
|
|
@@ -13730,7 +15032,7 @@
|
|
|
13730
15032
|
"fields": [
|
|
13731
15033
|
{
|
|
13732
15034
|
"name": "type",
|
|
13733
|
-
"description": "Type of tariff dimension.
|
|
15035
|
+
"description": "Type of tariff dimension.",
|
|
13734
15036
|
"args": [],
|
|
13735
15037
|
"type": {
|
|
13736
15038
|
"kind": "ENUM",
|
|
@@ -13742,7 +15044,7 @@
|
|
|
13742
15044
|
},
|
|
13743
15045
|
{
|
|
13744
15046
|
"name": "price",
|
|
13745
|
-
"description": "Price per unit (excl. VAT) for this tariff dimension.
|
|
15047
|
+
"description": "Price per unit (excl. VAT) for this tariff dimension.",
|
|
13746
15048
|
"args": [],
|
|
13747
15049
|
"type": {
|
|
13748
15050
|
"kind": "SCALAR",
|
|
@@ -13754,7 +15056,7 @@
|
|
|
13754
15056
|
},
|
|
13755
15057
|
{
|
|
13756
15058
|
"name": "vat",
|
|
13757
|
-
"description": "Applicable VAT percentage for this tariff dimension. If omitted, no VAT is applicable. Not providing a VAT is different from 0% VAT, which would be a value of 0.0 here.
|
|
15059
|
+
"description": "Applicable VAT percentage for this tariff dimension. If omitted, no VAT is applicable. Not providing a VAT is different from 0% VAT, which would be a value of 0.0 here.",
|
|
13758
15060
|
"args": [],
|
|
13759
15061
|
"type": {
|
|
13760
15062
|
"kind": "SCALAR",
|
|
@@ -13766,7 +15068,7 @@
|
|
|
13766
15068
|
},
|
|
13767
15069
|
{
|
|
13768
15070
|
"name": "step_size",
|
|
13769
|
-
"description": "Minimum amount to be billed. This unit will be billed in this step_size blocks. For example: if type is TIME and step_size has a value of 300, then time will be billed in blocks of 5 minutes. If 6 minutes were used, 10 minutes (2 blocks of step_size) will be billed.
|
|
15071
|
+
"description": "Minimum amount to be billed. This unit will be billed in this step_size blocks. For example: if type is TIME and step_size has a value of 300, then time will be billed in blocks of 5 minutes. If 6 minutes were used, 10 minutes (2 blocks of step_size) will be billed.",
|
|
13770
15072
|
"args": [],
|
|
13771
15073
|
"type": {
|
|
13772
15074
|
"kind": "SCALAR",
|
|
@@ -13789,7 +15091,7 @@
|
|
|
13789
15091
|
"fields": [
|
|
13790
15092
|
{
|
|
13791
15093
|
"name": "weekday",
|
|
13792
|
-
"description": "Number of days in the week, from Monday (1) till Sunday (7)
|
|
15094
|
+
"description": "Number of days in the week, from Monday (1) till Sunday (7)",
|
|
13793
15095
|
"args": [],
|
|
13794
15096
|
"type": {
|
|
13795
15097
|
"kind": "SCALAR",
|
|
@@ -13801,7 +15103,7 @@
|
|
|
13801
15103
|
},
|
|
13802
15104
|
{
|
|
13803
15105
|
"name": "period_begin",
|
|
13804
|
-
"description": "Begin of the regular period, in local time, given in hours and minutes. Must be in 24h format with leading zeros. Example: \"18:15\". Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9].
|
|
15106
|
+
"description": "Begin of the regular period, in local time, given in hours and minutes. Must be in 24h format with leading zeros. Example: \"18:15\". Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9].",
|
|
13805
15107
|
"args": [],
|
|
13806
15108
|
"type": {
|
|
13807
15109
|
"kind": "SCALAR",
|
|
@@ -13813,7 +15115,7 @@
|
|
|
13813
15115
|
},
|
|
13814
15116
|
{
|
|
13815
15117
|
"name": "period_end",
|
|
13816
|
-
"description": "End of the regular period, in local time, syntax as for period_begin. Must be later than period_begin.
|
|
15118
|
+
"description": "End of the regular period, in local time, syntax as for period_begin. Must be later than period_begin.",
|
|
13817
15119
|
"args": [],
|
|
13818
15120
|
"type": {
|
|
13819
15121
|
"kind": "SCALAR",
|
|
@@ -13924,7 +15226,7 @@
|
|
|
13924
15226
|
"fields": [
|
|
13925
15227
|
{
|
|
13926
15228
|
"name": "period_begin",
|
|
13927
|
-
"description": "Begin of the scheduled period.
|
|
15229
|
+
"description": "Begin of the scheduled period.",
|
|
13928
15230
|
"args": [],
|
|
13929
15231
|
"type": {
|
|
13930
15232
|
"kind": "SCALAR",
|
|
@@ -13936,7 +15238,7 @@
|
|
|
13936
15238
|
},
|
|
13937
15239
|
{
|
|
13938
15240
|
"name": "period_end",
|
|
13939
|
-
"description": "End of the scheduled period, if known.
|
|
15241
|
+
"description": "End of the scheduled period, if known.",
|
|
13940
15242
|
"args": [],
|
|
13941
15243
|
"type": {
|
|
13942
15244
|
"kind": "SCALAR",
|
|
@@ -13948,7 +15250,7 @@
|
|
|
13948
15250
|
},
|
|
13949
15251
|
{
|
|
13950
15252
|
"name": "status",
|
|
13951
|
-
"description": "Status value during the scheduled period.
|
|
15253
|
+
"description": "Status value during the scheduled period.",
|
|
13952
15254
|
"args": [],
|
|
13953
15255
|
"type": {
|
|
13954
15256
|
"kind": "ENUM",
|
|
@@ -13971,7 +15273,7 @@
|
|
|
13971
15273
|
"fields": [
|
|
13972
15274
|
{
|
|
13973
15275
|
"name": "country_code",
|
|
13974
|
-
"description": "ISO-3166 alpha-2 country code of the CPO that owns this tariff
|
|
15276
|
+
"description": "ISO-3166 alpha-2 country code of the CPO that owns this tariff",
|
|
13975
15277
|
"args": [],
|
|
13976
15278
|
"type": {
|
|
13977
15279
|
"kind": "SCALAR",
|
|
@@ -13983,7 +15285,7 @@
|
|
|
13983
15285
|
},
|
|
13984
15286
|
{
|
|
13985
15287
|
"name": "party_id",
|
|
13986
|
-
"description": "CPO ID of the CPO that owns this tariff (following the ISO-15118 standard)
|
|
15288
|
+
"description": "CPO ID of the CPO that owns this tariff (following the ISO-15118 standard)",
|
|
13987
15289
|
"args": [],
|
|
13988
15290
|
"type": {
|
|
13989
15291
|
"kind": "SCALAR",
|
|
@@ -13995,7 +15297,7 @@
|
|
|
13995
15297
|
},
|
|
13996
15298
|
{
|
|
13997
15299
|
"name": "id",
|
|
13998
|
-
"description": "Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms)
|
|
15300
|
+
"description": "Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms)",
|
|
13999
15301
|
"args": [],
|
|
14000
15302
|
"type": {
|
|
14001
15303
|
"kind": "SCALAR",
|
|
@@ -14007,7 +15309,7 @@
|
|
|
14007
15309
|
},
|
|
14008
15310
|
{
|
|
14009
15311
|
"name": "currency",
|
|
14010
|
-
"description": "ISO-4217 code of the currency of this tariff.
|
|
15312
|
+
"description": "ISO-4217 code of the currency of this tariff.",
|
|
14011
15313
|
"args": [],
|
|
14012
15314
|
"type": {
|
|
14013
15315
|
"kind": "SCALAR",
|
|
@@ -14019,7 +15321,7 @@
|
|
|
14019
15321
|
},
|
|
14020
15322
|
{
|
|
14021
15323
|
"name": "type",
|
|
14022
|
-
"description": "Defines the type of the tariff. This allows for distinction in case of given charging preferences. When omitted, this tariff is valid for all sessions
|
|
15324
|
+
"description": "Defines the type of the tariff. This allows for distinction in case of given charging preferences. When omitted, this tariff is valid for all sessions",
|
|
14023
15325
|
"args": [],
|
|
14024
15326
|
"type": {
|
|
14025
15327
|
"kind": "ENUM",
|
|
@@ -14031,7 +15333,7 @@
|
|
|
14031
15333
|
},
|
|
14032
15334
|
{
|
|
14033
15335
|
"name": "tariff_alt_text",
|
|
14034
|
-
"description": "List of alternative tariff information texts, in multiple languages
|
|
15336
|
+
"description": "List of alternative tariff information texts, in multiple languages",
|
|
14035
15337
|
"args": [],
|
|
14036
15338
|
"type": {
|
|
14037
15339
|
"kind": "LIST",
|
|
@@ -14047,7 +15349,7 @@
|
|
|
14047
15349
|
},
|
|
14048
15350
|
{
|
|
14049
15351
|
"name": "tariff_alt_url",
|
|
14050
|
-
"description": "URL to a web page that contains an explanation of the tariff information in human readable form
|
|
15352
|
+
"description": "URL to a web page that contains an explanation of the tariff information in human readable form",
|
|
14051
15353
|
"args": [],
|
|
14052
15354
|
"type": {
|
|
14053
15355
|
"kind": "SCALAR",
|
|
@@ -14059,7 +15361,7 @@
|
|
|
14059
15361
|
},
|
|
14060
15362
|
{
|
|
14061
15363
|
"name": "min_price",
|
|
14062
|
-
"description": "When this field is set, a charging session with this tariff will cost at least the amount shown. This is different from a FLAT fee (start tariff, transaction fee), as a FLAT fee is a fixed amount that must be paid for any charging session. A minimum price indicates that when the cost of a charging session is lower than this amount, the cost of the session will be equal to this amount
|
|
15364
|
+
"description": "When this field is set, a charging session with this tariff will cost at least the amount shown. This is different from a FLAT fee (start tariff, transaction fee), as a FLAT fee is a fixed amount that must be paid for any charging session. A minimum price indicates that when the cost of a charging session is lower than this amount, the cost of the session will be equal to this amount",
|
|
14063
15365
|
"args": [],
|
|
14064
15366
|
"type": {
|
|
14065
15367
|
"kind": "OBJECT",
|
|
@@ -14071,7 +15373,7 @@
|
|
|
14071
15373
|
},
|
|
14072
15374
|
{
|
|
14073
15375
|
"name": "max_price",
|
|
14074
|
-
"description": "When this field is set, a charging session with this tariff will NOT cost more than this amount
|
|
15376
|
+
"description": "When this field is set, a charging session with this tariff will NOT cost more than this amount",
|
|
14075
15377
|
"args": [],
|
|
14076
15378
|
"type": {
|
|
14077
15379
|
"kind": "OBJECT",
|
|
@@ -14083,7 +15385,7 @@
|
|
|
14083
15385
|
},
|
|
14084
15386
|
{
|
|
14085
15387
|
"name": "elements",
|
|
14086
|
-
"description": "List of tariff elements
|
|
15388
|
+
"description": "List of tariff elements",
|
|
14087
15389
|
"args": [],
|
|
14088
15390
|
"type": {
|
|
14089
15391
|
"kind": "LIST",
|
|
@@ -14099,7 +15401,7 @@
|
|
|
14099
15401
|
},
|
|
14100
15402
|
{
|
|
14101
15403
|
"name": "start_date_time",
|
|
14102
|
-
"description": "Time when this tariff becomes active, in UTC, time_zone field of the Location can be used to convert to local time. Typically used for a new tariff that is already given with the location, before it becomes active
|
|
15404
|
+
"description": "Time when this tariff becomes active, in UTC, time_zone field of the Location can be used to convert to local time. Typically used for a new tariff that is already given with the location, before it becomes active",
|
|
14103
15405
|
"args": [],
|
|
14104
15406
|
"type": {
|
|
14105
15407
|
"kind": "SCALAR",
|
|
@@ -14111,7 +15413,7 @@
|
|
|
14111
15413
|
},
|
|
14112
15414
|
{
|
|
14113
15415
|
"name": "end_date_time",
|
|
14114
|
-
"description": "Time after which this tariff is no longer valid, in UTC, time_zone field if the location can be used to convert to local time. Typically used when this tariff is going to be replaced with a different tariff in the near future
|
|
15416
|
+
"description": "Time after which this tariff is no longer valid, in UTC, time_zone field if the location can be used to convert to local time. Typically used when this tariff is going to be replaced with a different tariff in the near future",
|
|
14115
15417
|
"args": [],
|
|
14116
15418
|
"type": {
|
|
14117
15419
|
"kind": "SCALAR",
|
|
@@ -14123,7 +15425,7 @@
|
|
|
14123
15425
|
},
|
|
14124
15426
|
{
|
|
14125
15427
|
"name": "energy_mix",
|
|
14126
|
-
"description": "Details about the energy supplied with this tariff
|
|
15428
|
+
"description": "Details about the energy supplied with this tariff",
|
|
14127
15429
|
"args": [],
|
|
14128
15430
|
"type": {
|
|
14129
15431
|
"kind": "OBJECT",
|
|
@@ -14135,7 +15437,7 @@
|
|
|
14135
15437
|
},
|
|
14136
15438
|
{
|
|
14137
15439
|
"name": "last_updated",
|
|
14138
|
-
"description": "Timestamp when this tariff was last updated (or created)
|
|
15440
|
+
"description": "Timestamp when this tariff was last updated (or created)",
|
|
14139
15441
|
"args": [],
|
|
14140
15442
|
"type": {
|
|
14141
15443
|
"kind": "SCALAR",
|
|
@@ -14193,7 +15495,7 @@
|
|
|
14193
15495
|
"fields": [
|
|
14194
15496
|
{
|
|
14195
15497
|
"name": "price_components",
|
|
14196
|
-
"description": "List of price components that describe the pricing of a tariff.
|
|
15498
|
+
"description": "List of price components that describe the pricing of a tariff.",
|
|
14197
15499
|
"args": [],
|
|
14198
15500
|
"type": {
|
|
14199
15501
|
"kind": "LIST",
|
|
@@ -14209,7 +15511,7 @@
|
|
|
14209
15511
|
},
|
|
14210
15512
|
{
|
|
14211
15513
|
"name": "restrictions",
|
|
14212
|
-
"description": "Restrictions that describe the applicability of a tariff.
|
|
15514
|
+
"description": "Restrictions that describe the applicability of a tariff.",
|
|
14213
15515
|
"args": [],
|
|
14214
15516
|
"type": {
|
|
14215
15517
|
"kind": "LIST",
|
|
@@ -14236,7 +15538,7 @@
|
|
|
14236
15538
|
"fields": [
|
|
14237
15539
|
{
|
|
14238
15540
|
"name": "start_time",
|
|
14239
|
-
"description": "Start time of day in local time, the time zone is defined in the time_zone field of the Location, for example 13:30, valid from this time of the day. Must be in 24h format with leading zeros. Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9]
|
|
15541
|
+
"description": "Start time of day in local time, the time zone is defined in the time_zone field of the Location, for example 13:30, valid from this time of the day. Must be in 24h format with leading zeros. Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9]",
|
|
14240
15542
|
"args": [],
|
|
14241
15543
|
"type": {
|
|
14242
15544
|
"kind": "SCALAR",
|
|
@@ -14248,7 +15550,7 @@
|
|
|
14248
15550
|
},
|
|
14249
15551
|
{
|
|
14250
15552
|
"name": "end_time",
|
|
14251
|
-
"description": "End time of day in local time, the time zone is defined in the time_zone field of the Location, for example 19:45, valid until this time of the day. Same syntax as start_time.
|
|
15553
|
+
"description": "End time of day in local time, the time zone is defined in the time_zone field of the Location, for example 19:45, valid until this time of the day. Same syntax as start_time.",
|
|
14252
15554
|
"args": [],
|
|
14253
15555
|
"type": {
|
|
14254
15556
|
"kind": "SCALAR",
|
|
@@ -14260,7 +15562,7 @@
|
|
|
14260
15562
|
},
|
|
14261
15563
|
{
|
|
14262
15564
|
"name": "start_date",
|
|
14263
|
-
"description": "Start date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-24, valid from this day. Regex: ([12][0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])
|
|
15565
|
+
"description": "Start date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-24, valid from this day. Regex: ([12][0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])",
|
|
14264
15566
|
"args": [],
|
|
14265
15567
|
"type": {
|
|
14266
15568
|
"kind": "SCALAR",
|
|
@@ -14272,7 +15574,7 @@
|
|
|
14272
15574
|
},
|
|
14273
15575
|
{
|
|
14274
15576
|
"name": "end_date",
|
|
14275
|
-
"description": "End date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-27, valid until this day (exclusive). Same syntax as start_date
|
|
15577
|
+
"description": "End date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-27, valid until this day (exclusive). Same syntax as start_date",
|
|
14276
15578
|
"args": [],
|
|
14277
15579
|
"type": {
|
|
14278
15580
|
"kind": "SCALAR",
|
|
@@ -14284,7 +15586,7 @@
|
|
|
14284
15586
|
},
|
|
14285
15587
|
{
|
|
14286
15588
|
"name": "min_kwh",
|
|
14287
|
-
"description": "Minimum consumed energy in kWh, for example 20, valid from this amount of energy being used
|
|
15589
|
+
"description": "Minimum consumed energy in kWh, for example 20, valid from this amount of energy being used",
|
|
14288
15590
|
"args": [],
|
|
14289
15591
|
"type": {
|
|
14290
15592
|
"kind": "SCALAR",
|
|
@@ -14296,7 +15598,7 @@
|
|
|
14296
15598
|
},
|
|
14297
15599
|
{
|
|
14298
15600
|
"name": "max_kwh",
|
|
14299
|
-
"description": "Maximum consumed energy in kWh, for example 50, valid until this amount of energy being used
|
|
15601
|
+
"description": "Maximum consumed energy in kWh, for example 50, valid until this amount of energy being used",
|
|
14300
15602
|
"args": [],
|
|
14301
15603
|
"type": {
|
|
14302
15604
|
"kind": "SCALAR",
|
|
@@ -14308,7 +15610,7 @@
|
|
|
14308
15610
|
},
|
|
14309
15611
|
{
|
|
14310
15612
|
"name": "min_current",
|
|
14311
|
-
"description": "Sum of the minimum current in over all phases, for example 5. When the EV is charging with more than the defined amount of current, this tariff element is/becomes active. If the charging current is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum current over the entire charging session. This restriction can make a tariff element become active when the charging current is above the defined value, but the tariff element MUST no longer be active when the charging current drops below the defined value
|
|
15613
|
+
"description": "Sum of the minimum current in over all phases, for example 5. When the EV is charging with more than the defined amount of current, this tariff element is/becomes active. If the charging current is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum current over the entire charging session. This restriction can make a tariff element become active when the charging current is above the defined value, but the tariff element MUST no longer be active when the charging current drops below the defined value",
|
|
14312
15614
|
"args": [],
|
|
14313
15615
|
"type": {
|
|
14314
15616
|
"kind": "SCALAR",
|
|
@@ -14320,7 +15622,7 @@
|
|
|
14320
15622
|
},
|
|
14321
15623
|
{
|
|
14322
15624
|
"name": "max_current",
|
|
14323
|
-
"description": "Sum of the maximum current in over all phases, for example 20. When the EV is charging with less than the defined amount of current, this tariff element becomes/is active. If the charging current is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This describes NOT the maximum current over the entire Charging Session. This restriction can make a tariff element become active when the charging current is below this value, but the tariff element MUST no longer be active when the charging current raises above the defined value
|
|
15625
|
+
"description": "Sum of the maximum current in over all phases, for example 20. When the EV is charging with less than the defined amount of current, this tariff element becomes/is active. If the charging current is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This describes NOT the maximum current over the entire Charging Session. This restriction can make a tariff element become active when the charging current is below this value, but the tariff element MUST no longer be active when the charging current raises above the defined value",
|
|
14324
15626
|
"args": [],
|
|
14325
15627
|
"type": {
|
|
14326
15628
|
"kind": "SCALAR",
|
|
@@ -14332,7 +15634,7 @@
|
|
|
14332
15634
|
},
|
|
14333
15635
|
{
|
|
14334
15636
|
"name": "min_power",
|
|
14335
|
-
"description": "Minimum power in kW, for example 5. When the EV is charging with more than the defined amount of power, this tariff element is/becomes active. If the charging power is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum power over the entire charging session. This restriction can make a tariff element become active when the charging power is above this value, but the TariffElement MUST no longer be active when the charging power drops below the defined value
|
|
15637
|
+
"description": "Minimum power in kW, for example 5. When the EV is charging with more than the defined amount of power, this tariff element is/becomes active. If the charging power is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum power over the entire charging session. This restriction can make a tariff element become active when the charging power is above this value, but the TariffElement MUST no longer be active when the charging power drops below the defined value",
|
|
14336
15638
|
"args": [],
|
|
14337
15639
|
"type": {
|
|
14338
15640
|
"kind": "SCALAR",
|
|
@@ -14344,7 +15646,7 @@
|
|
|
14344
15646
|
},
|
|
14345
15647
|
{
|
|
14346
15648
|
"name": "max_power",
|
|
14347
|
-
"description": "Maximum power in kW, for example 20. When the EV is charging with less than the defined amount of power, this tariff element becomes/is active. If the charging power is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This does not describe the maximum power over the entire charging session. This restriction can make a tariff element become active when the charging power is below this value, but the TariffElement MUST no longer be active when the charging power raises above the defined value
|
|
15649
|
+
"description": "Maximum power in kW, for example 20. When the EV is charging with less than the defined amount of power, this tariff element becomes/is active. If the charging power is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This does not describe the maximum power over the entire charging session. This restriction can make a tariff element become active when the charging power is below this value, but the TariffElement MUST no longer be active when the charging power raises above the defined value",
|
|
14348
15650
|
"args": [],
|
|
14349
15651
|
"type": {
|
|
14350
15652
|
"kind": "SCALAR",
|
|
@@ -14356,7 +15658,7 @@
|
|
|
14356
15658
|
},
|
|
14357
15659
|
{
|
|
14358
15660
|
"name": "min_duration",
|
|
14359
|
-
"description": "Minimum duration in seconds the charging session MUST last (inclusive). When the duration of a charging session is longer than the defined value, this TariffElement is or becomes active. Before that moment, this tariff element is not yet active
|
|
15661
|
+
"description": "Minimum duration in seconds the charging session MUST last (inclusive). When the duration of a charging session is longer than the defined value, this TariffElement is or becomes active. Before that moment, this tariff element is not yet active",
|
|
14360
15662
|
"args": [],
|
|
14361
15663
|
"type": {
|
|
14362
15664
|
"kind": "SCALAR",
|
|
@@ -14368,7 +15670,7 @@
|
|
|
14368
15670
|
},
|
|
14369
15671
|
{
|
|
14370
15672
|
"name": "max_duration",
|
|
14371
|
-
"description": "Maximum duration in seconds the charging session MUST last (exclusive). When the duration of a charging session is shorter than the defined value, this tariff element is or becomes active. After that moment, this tariff element is no longer active
|
|
15673
|
+
"description": "Maximum duration in seconds the charging session MUST last (exclusive). When the duration of a charging session is shorter than the defined value, this tariff element is or becomes active. After that moment, this tariff element is no longer active",
|
|
14372
15674
|
"args": [],
|
|
14373
15675
|
"type": {
|
|
14374
15676
|
"kind": "SCALAR",
|
|
@@ -14380,7 +15682,7 @@
|
|
|
14380
15682
|
},
|
|
14381
15683
|
{
|
|
14382
15684
|
"name": "day_of_week",
|
|
14383
|
-
"description": "Which day(s) of the week this tariff element is active.
|
|
15685
|
+
"description": "Which day(s) of the week this tariff element is active.",
|
|
14384
15686
|
"args": [],
|
|
14385
15687
|
"type": {
|
|
14386
15688
|
"kind": "ENUM",
|
|
@@ -14392,7 +15694,7 @@
|
|
|
14392
15694
|
},
|
|
14393
15695
|
{
|
|
14394
15696
|
"name": "reservation",
|
|
14395
|
-
"description": "When this field is present, the tariff element describes reservation costs. A reservation starts when the reservation is made, and ends when the drivers starts charging on the reserved EVSE/Location, or when the reservation expires. A reservation can only have: FLAT and TIME TariffDimensions, where TIME is for the duration of the reservation
|
|
15697
|
+
"description": "When this field is present, the tariff element describes reservation costs. A reservation starts when the reservation is made, and ends when the drivers starts charging on the reserved EVSE/Location, or when the reservation expires. A reservation can only have: FLAT and TIME TariffDimensions, where TIME is for the duration of the reservation",
|
|
14396
15698
|
"args": [],
|
|
14397
15699
|
"type": {
|
|
14398
15700
|
"kind": "ENUM",
|
|
@@ -15054,7 +16356,7 @@
|
|
|
15054
16356
|
},
|
|
15055
16357
|
{
|
|
15056
16358
|
"name": "name",
|
|
15057
|
-
"description": "Name of an operator.
|
|
16359
|
+
"description": "Name of an operator.",
|
|
15058
16360
|
"args": [],
|
|
15059
16361
|
"type": {
|
|
15060
16362
|
"kind": "SCALAR",
|
|
@@ -15066,7 +16368,7 @@
|
|
|
15066
16368
|
},
|
|
15067
16369
|
{
|
|
15068
16370
|
"name": "website",
|
|
15069
|
-
"description": "Link to an operator’s website.
|
|
16371
|
+
"description": "Link to an operator’s website.",
|
|
15070
16372
|
"args": [],
|
|
15071
16373
|
"type": {
|
|
15072
16374
|
"kind": "SCALAR",
|
|
@@ -15078,7 +16380,7 @@
|
|
|
15078
16380
|
},
|
|
15079
16381
|
{
|
|
15080
16382
|
"name": "logo",
|
|
15081
|
-
"description": "Image link to an operator’s logo.
|
|
16383
|
+
"description": "Image link to an operator’s logo.",
|
|
15082
16384
|
"args": [],
|
|
15083
16385
|
"type": {
|
|
15084
16386
|
"kind": "OBJECT",
|
|
@@ -15098,7 +16400,7 @@
|
|
|
15098
16400
|
"ofType": null
|
|
15099
16401
|
},
|
|
15100
16402
|
"isDeprecated": true,
|
|
15101
|
-
"deprecationReason": "In favor of countries
|
|
16403
|
+
"deprecationReason": "In favor of `countries`."
|
|
15102
16404
|
},
|
|
15103
16405
|
{
|
|
15104
16406
|
"name": "countries",
|
|
@@ -15142,7 +16444,7 @@
|
|
|
15142
16444
|
"ofType": null
|
|
15143
16445
|
},
|
|
15144
16446
|
"isDeprecated": true,
|
|
15145
|
-
"deprecationReason": "In favor of ranking_levels
|
|
16447
|
+
"deprecationReason": "In favor of `ranking_levels`."
|
|
15146
16448
|
},
|
|
15147
16449
|
{
|
|
15148
16450
|
"name": "excluded",
|
|
@@ -15154,7 +16456,7 @@
|
|
|
15154
16456
|
"ofType": null
|
|
15155
16457
|
},
|
|
15156
16458
|
"isDeprecated": true,
|
|
15157
|
-
"deprecationReason": "In favor of excluded_countries
|
|
16459
|
+
"deprecationReason": "In favor of `excluded_countries`."
|
|
15158
16460
|
},
|
|
15159
16461
|
{
|
|
15160
16462
|
"name": "ranking_levels",
|
|
@@ -15217,7 +16519,7 @@
|
|
|
15217
16519
|
{
|
|
15218
16520
|
"kind": "INPUT_OBJECT",
|
|
15219
16521
|
"name": "OperatorListFilter",
|
|
15220
|
-
"description": "
|
|
16522
|
+
"description": "Criteria to filter operators in the operator list query.",
|
|
15221
16523
|
"fields": null,
|
|
15222
16524
|
"inputFields": [
|
|
15223
16525
|
{
|
|
@@ -15312,7 +16614,7 @@
|
|
|
15312
16614
|
{
|
|
15313
16615
|
"kind": "INPUT_OBJECT",
|
|
15314
16616
|
"name": "OperatorListQuery",
|
|
15315
|
-
"description": "
|
|
16617
|
+
"description": "Query parameters to filter operators in the operator list query.",
|
|
15316
16618
|
"fields": null,
|
|
15317
16619
|
"inputFields": [
|
|
15318
16620
|
{
|
|
@@ -16735,7 +18037,7 @@
|
|
|
16735
18037
|
"args": [
|
|
16736
18038
|
{
|
|
16737
18039
|
"name": "query",
|
|
16738
|
-
"description": "
|
|
18040
|
+
"description": "Query parameters to filter operators.",
|
|
16739
18041
|
"type": {
|
|
16740
18042
|
"kind": "INPUT_OBJECT",
|
|
16741
18043
|
"name": "OperatorListQuery",
|
|
@@ -16759,7 +18061,7 @@
|
|
|
16759
18061
|
},
|
|
16760
18062
|
{
|
|
16761
18063
|
"name": "filter",
|
|
16762
|
-
"description": "
|
|
18064
|
+
"description": "Criteria to filter operators.",
|
|
16763
18065
|
"type": {
|
|
16764
18066
|
"kind": "INPUT_OBJECT",
|
|
16765
18067
|
"name": "OperatorListFilter",
|
|
@@ -16943,7 +18245,7 @@
|
|
|
16943
18245
|
},
|
|
16944
18246
|
{
|
|
16945
18247
|
"name": "routeEmissions",
|
|
16946
|
-
"description": "
|
|
18248
|
+
"description": "Get emissions for a route.",
|
|
16947
18249
|
"args": [
|
|
16948
18250
|
{
|
|
16949
18251
|
"name": "route_id",
|
|
@@ -16988,7 +18290,7 @@
|
|
|
16988
18290
|
},
|
|
16989
18291
|
{
|
|
16990
18292
|
"name": "route",
|
|
16991
|
-
"description": "
|
|
18293
|
+
"description": "Get a route by ID.",
|
|
16992
18294
|
"args": [
|
|
16993
18295
|
{
|
|
16994
18296
|
"name": "id",
|
|
@@ -17017,7 +18319,7 @@
|
|
|
17017
18319
|
},
|
|
17018
18320
|
{
|
|
17019
18321
|
"name": "routePath",
|
|
17020
|
-
"description": "
|
|
18322
|
+
"description": "Get a route path segment by ID.",
|
|
17021
18323
|
"args": [
|
|
17022
18324
|
{
|
|
17023
18325
|
"name": "id",
|
|
@@ -17322,7 +18624,7 @@
|
|
|
17322
18624
|
"args": [
|
|
17323
18625
|
{
|
|
17324
18626
|
"name": "query",
|
|
17325
|
-
"description": "
|
|
18627
|
+
"description": "Query parameters to filter stations.",
|
|
17326
18628
|
"type": {
|
|
17327
18629
|
"kind": "INPUT_OBJECT",
|
|
17328
18630
|
"name": "StationListQuery",
|
|
@@ -17334,7 +18636,7 @@
|
|
|
17334
18636
|
},
|
|
17335
18637
|
{
|
|
17336
18638
|
"name": "filter",
|
|
17337
|
-
"description": "
|
|
18639
|
+
"description": "Criteria to filter stations.",
|
|
17338
18640
|
"type": {
|
|
17339
18641
|
"kind": "INPUT_OBJECT",
|
|
17340
18642
|
"name": "StationListFilter",
|
|
@@ -17399,7 +18701,7 @@
|
|
|
17399
18701
|
"args": [
|
|
17400
18702
|
{
|
|
17401
18703
|
"name": "query",
|
|
17402
|
-
"description": "
|
|
18704
|
+
"description": "Query parameters to filter stations.",
|
|
17403
18705
|
"type": {
|
|
17404
18706
|
"kind": "INPUT_OBJECT",
|
|
17405
18707
|
"name": "StationAroundQuery",
|
|
@@ -17411,7 +18713,7 @@
|
|
|
17411
18713
|
},
|
|
17412
18714
|
{
|
|
17413
18715
|
"name": "filter",
|
|
17414
|
-
"description": "
|
|
18716
|
+
"description": "Criteria to filter stations.",
|
|
17415
18717
|
"type": {
|
|
17416
18718
|
"kind": "INPUT_OBJECT",
|
|
17417
18719
|
"name": "StationAroundFilter",
|
|
@@ -17949,7 +19251,7 @@
|
|
|
17949
19251
|
},
|
|
17950
19252
|
{
|
|
17951
19253
|
"name": "numberOfPassengers",
|
|
17952
|
-
"description": "
|
|
19254
|
+
"description": "Number of passengers on board.",
|
|
17953
19255
|
"args": [],
|
|
17954
19256
|
"type": {
|
|
17955
19257
|
"kind": "SCALAR",
|
|
@@ -17957,7 +19259,7 @@
|
|
|
17957
19259
|
"ofType": null
|
|
17958
19260
|
},
|
|
17959
19261
|
"isDeprecated": true,
|
|
17960
|
-
"deprecationReason": "In favor of occupants
|
|
19262
|
+
"deprecationReason": "In favor of `occupants`."
|
|
17961
19263
|
},
|
|
17962
19264
|
{
|
|
17963
19265
|
"name": "occupants",
|
|
@@ -18315,11 +19617,11 @@
|
|
|
18315
19617
|
"ofType": null
|
|
18316
19618
|
},
|
|
18317
19619
|
"isDeprecated": true,
|
|
18318
|
-
"deprecationReason": "In favor of auxiliary"
|
|
19620
|
+
"deprecationReason": "In favor of `auxiliary`"
|
|
18319
19621
|
},
|
|
18320
19622
|
{
|
|
18321
19623
|
"name": "bms",
|
|
18322
|
-
"description": "
|
|
19624
|
+
"description": "Consumption, in kWh, of the battery management system.",
|
|
18323
19625
|
"args": [],
|
|
18324
19626
|
"type": {
|
|
18325
19627
|
"kind": "OBJECT",
|
|
@@ -18327,11 +19629,11 @@
|
|
|
18327
19629
|
"ofType": null
|
|
18328
19630
|
},
|
|
18329
19631
|
"isDeprecated": true,
|
|
18330
|
-
"deprecationReason": "In favor of auxiliary"
|
|
19632
|
+
"deprecationReason": "In favor of `auxiliary`"
|
|
18331
19633
|
},
|
|
18332
19634
|
{
|
|
18333
19635
|
"name": "idle",
|
|
18334
|
-
"description": "
|
|
19636
|
+
"description": "Consumption, in kWh, of the vehicle in idle mode.",
|
|
18335
19637
|
"args": [],
|
|
18336
19638
|
"type": {
|
|
18337
19639
|
"kind": "OBJECT",
|
|
@@ -18339,7 +19641,7 @@
|
|
|
18339
19641
|
"ofType": null
|
|
18340
19642
|
},
|
|
18341
19643
|
"isDeprecated": true,
|
|
18342
|
-
"deprecationReason": "In favor of auxiliary"
|
|
19644
|
+
"deprecationReason": "In favor of `auxiliary`"
|
|
18343
19645
|
}
|
|
18344
19646
|
],
|
|
18345
19647
|
"inputFields": null,
|
|
@@ -18355,7 +19657,7 @@
|
|
|
18355
19657
|
"inputFields": [
|
|
18356
19658
|
{
|
|
18357
19659
|
"name": "auxiliary",
|
|
18358
|
-
"description": "
|
|
19660
|
+
"description": "Amount of energy, in kWh, used by the auxiliary systems of the vehicle in an hour, like media box, etc.",
|
|
18359
19661
|
"type": {
|
|
18360
19662
|
"kind": "SCALAR",
|
|
18361
19663
|
"name": "Float",
|
|
@@ -18367,7 +19669,7 @@
|
|
|
18367
19669
|
},
|
|
18368
19670
|
{
|
|
18369
19671
|
"name": "aux",
|
|
18370
|
-
"description": "
|
|
19672
|
+
"description": "Consumption, in kWh, of the auxiliaries.",
|
|
18371
19673
|
"type": {
|
|
18372
19674
|
"kind": "INPUT_OBJECT",
|
|
18373
19675
|
"name": "CarConsumptionInput",
|
|
@@ -18379,7 +19681,7 @@
|
|
|
18379
19681
|
},
|
|
18380
19682
|
{
|
|
18381
19683
|
"name": "bms",
|
|
18382
|
-
"description": "
|
|
19684
|
+
"description": "Consumption, in kWh, of the battery management system.",
|
|
18383
19685
|
"type": {
|
|
18384
19686
|
"kind": "INPUT_OBJECT",
|
|
18385
19687
|
"name": "CarConsumptionInput",
|
|
@@ -18391,7 +19693,7 @@
|
|
|
18391
19693
|
},
|
|
18392
19694
|
{
|
|
18393
19695
|
"name": "idle",
|
|
18394
|
-
"description": "
|
|
19696
|
+
"description": "Consumption, in kWh, of the vehicle in idle mode.",
|
|
18395
19697
|
"type": {
|
|
18396
19698
|
"kind": "INPUT_OBJECT",
|
|
18397
19699
|
"name": "CarConsumptionInput",
|
|
@@ -18570,7 +19872,7 @@
|
|
|
18570
19872
|
},
|
|
18571
19873
|
{
|
|
18572
19874
|
"name": "auxConsumption",
|
|
18573
|
-
"description": "
|
|
19875
|
+
"description": "Consumption, in kWh, of the auxiliaries.",
|
|
18574
19876
|
"type": {
|
|
18575
19877
|
"kind": "SCALAR",
|
|
18576
19878
|
"name": "Float",
|
|
@@ -18582,7 +19884,7 @@
|
|
|
18582
19884
|
},
|
|
18583
19885
|
{
|
|
18584
19886
|
"name": "bmsConsumption",
|
|
18585
|
-
"description": "
|
|
19887
|
+
"description": "Consumption, in kWh, of the battery management system.",
|
|
18586
19888
|
"type": {
|
|
18587
19889
|
"kind": "SCALAR",
|
|
18588
19890
|
"name": "Float",
|
|
@@ -18749,7 +20051,7 @@
|
|
|
18749
20051
|
}
|
|
18750
20052
|
},
|
|
18751
20053
|
"isDeprecated": true,
|
|
18752
|
-
"deprecationReason": "
|
|
20054
|
+
"deprecationReason": "In favor of `amenity_preferences`."
|
|
18753
20055
|
},
|
|
18754
20056
|
{
|
|
18755
20057
|
"name": "amenity_preferences",
|
|
@@ -18777,7 +20079,7 @@
|
|
|
18777
20079
|
}
|
|
18778
20080
|
},
|
|
18779
20081
|
"isDeprecated": true,
|
|
18780
|
-
"deprecationReason": "
|
|
20082
|
+
"deprecationReason": "In favor of `operators`."
|
|
18781
20083
|
},
|
|
18782
20084
|
{
|
|
18783
20085
|
"name": "operatorRequired",
|
|
@@ -18789,7 +20091,7 @@
|
|
|
18789
20091
|
"ofType": null
|
|
18790
20092
|
},
|
|
18791
20093
|
"isDeprecated": true,
|
|
18792
|
-
"deprecationReason": "
|
|
20094
|
+
"deprecationReason": "In favor of `operators`."
|
|
18793
20095
|
},
|
|
18794
20096
|
{
|
|
18795
20097
|
"name": "operatorPrefer",
|
|
@@ -18801,7 +20103,7 @@
|
|
|
18801
20103
|
"ofType": null
|
|
18802
20104
|
},
|
|
18803
20105
|
"isDeprecated": true,
|
|
18804
|
-
"deprecationReason": "
|
|
20106
|
+
"deprecationReason": "In favor of `operators`."
|
|
18805
20107
|
},
|
|
18806
20108
|
{
|
|
18807
20109
|
"name": "operators",
|
|
@@ -18901,7 +20203,7 @@
|
|
|
18901
20203
|
"ofType": null
|
|
18902
20204
|
},
|
|
18903
20205
|
"isDeprecated": true,
|
|
18904
|
-
"deprecationReason": "
|
|
20206
|
+
"deprecationReason": "All routes will have turn-by-turn instructions prepared. Boolean will be ignored."
|
|
18905
20207
|
},
|
|
18906
20208
|
{
|
|
18907
20209
|
"name": "chargeMode",
|
|
@@ -18929,7 +20231,7 @@
|
|
|
18929
20231
|
"inputFields": [
|
|
18930
20232
|
{
|
|
18931
20233
|
"name": "amenities",
|
|
18932
|
-
"description": "
|
|
20234
|
+
"description": "A list of desired amenities near the stations, with a 1 kilometer radius.",
|
|
18933
20235
|
"type": {
|
|
18934
20236
|
"kind": "LIST",
|
|
18935
20237
|
"name": null,
|
|
@@ -18957,7 +20259,7 @@
|
|
|
18957
20259
|
},
|
|
18958
20260
|
{
|
|
18959
20261
|
"name": "operatorIds",
|
|
18960
|
-
"description": "
|
|
20262
|
+
"description": "A list of requested operators.",
|
|
18961
20263
|
"type": {
|
|
18962
20264
|
"kind": "LIST",
|
|
18963
20265
|
"name": null,
|
|
@@ -18973,7 +20275,7 @@
|
|
|
18973
20275
|
},
|
|
18974
20276
|
{
|
|
18975
20277
|
"name": "operatorRequired",
|
|
18976
|
-
"description": "
|
|
20278
|
+
"description": "Flag which indicates if the operators are required.",
|
|
18977
20279
|
"type": {
|
|
18978
20280
|
"kind": "SCALAR",
|
|
18979
20281
|
"name": "Boolean",
|
|
@@ -18985,7 +20287,7 @@
|
|
|
18985
20287
|
},
|
|
18986
20288
|
{
|
|
18987
20289
|
"name": "operatorPrefer",
|
|
18988
|
-
"description": "
|
|
20290
|
+
"description": "Flag which indicates if the preferred operators should be loaded.",
|
|
18989
20291
|
"type": {
|
|
18990
20292
|
"kind": "SCALAR",
|
|
18991
20293
|
"name": "Boolean",
|
|
@@ -19105,7 +20407,7 @@
|
|
|
19105
20407
|
},
|
|
19106
20408
|
{
|
|
19107
20409
|
"name": "instructions",
|
|
19108
|
-
"description": "
|
|
20410
|
+
"description": "Flag to enable turn-by-turn instructions.",
|
|
19109
20411
|
"type": {
|
|
19110
20412
|
"kind": "SCALAR",
|
|
19111
20413
|
"name": "Boolean",
|
|
@@ -19878,7 +21180,7 @@
|
|
|
19878
21180
|
"ofType": null
|
|
19879
21181
|
},
|
|
19880
21182
|
"isDeprecated": true,
|
|
19881
|
-
"deprecationReason": "Will be removed
|
|
21183
|
+
"deprecationReason": "Will be removed."
|
|
19882
21184
|
},
|
|
19883
21185
|
{
|
|
19884
21186
|
"name": "rangeStart",
|
|
@@ -20019,7 +21321,7 @@
|
|
|
20019
21321
|
}
|
|
20020
21322
|
},
|
|
20021
21323
|
"isDeprecated": true,
|
|
20022
|
-
"deprecationReason": "
|
|
21324
|
+
"deprecationReason": "In favor of `pathPlot`."
|
|
20023
21325
|
},
|
|
20024
21326
|
{
|
|
20025
21327
|
"name": "elevationUp",
|
|
@@ -21827,7 +23129,7 @@
|
|
|
21827
23129
|
"ofType": null
|
|
21828
23130
|
},
|
|
21829
23131
|
"isDeprecated": true,
|
|
21830
|
-
"deprecationReason": "In favor of legs.durations"
|
|
23132
|
+
"deprecationReason": "In favor of `legs.durations`."
|
|
21831
23133
|
},
|
|
21832
23134
|
{
|
|
21833
23135
|
"name": "occupants",
|
|
@@ -23049,7 +24351,7 @@
|
|
|
23049
24351
|
}
|
|
23050
24352
|
},
|
|
23051
24353
|
"isDeprecated": true,
|
|
23052
|
-
"deprecationReason": "Will be removed
|
|
24354
|
+
"deprecationReason": "Will be removed."
|
|
23053
24355
|
}
|
|
23054
24356
|
],
|
|
23055
24357
|
"inputFields": null,
|
|
@@ -29233,7 +30535,7 @@
|
|
|
29233
30535
|
"fields": [
|
|
29234
30536
|
{
|
|
29235
30537
|
"name": "prefer_highway_charging",
|
|
29236
|
-
"description": "
|
|
30538
|
+
"description": "Prioritises charging stations located directly on the highway, avoiding exiting highways to charge. It's considered alongside final SOC and operator preferences, and may reduce their influence if they conflict.",
|
|
29237
30539
|
"args": [],
|
|
29238
30540
|
"type": {
|
|
29239
30541
|
"kind": "SCALAR",
|
|
@@ -29257,7 +30559,7 @@
|
|
|
29257
30559
|
"inputFields": [
|
|
29258
30560
|
{
|
|
29259
30561
|
"name": "prefer_highway_charging",
|
|
29260
|
-
"description": "
|
|
30562
|
+
"description": "Prioritises charging stations located directly on the highway, avoiding exiting highways to charge. It's considered alongside final SOC and operator preferences, and may reduce their influence if they conflict. This logic may require additional client-specific tuning. Please contact Chargetrip if the behavior seems suboptimal.",
|
|
29261
30563
|
"type": {
|
|
29262
30564
|
"kind": "SCALAR",
|
|
29263
30565
|
"name": "Boolean",
|
|
@@ -31524,6 +32826,12 @@
|
|
|
31524
32826
|
"description": "Traffic data for this route is not available.",
|
|
31525
32827
|
"isDeprecated": false,
|
|
31526
32828
|
"deprecationReason": null
|
|
32829
|
+
},
|
|
32830
|
+
{
|
|
32831
|
+
"name": "operators_ignored",
|
|
32832
|
+
"description": "One or more preferred, excluded, or avoided operators have no active stations available and were ignored.",
|
|
32833
|
+
"isDeprecated": false,
|
|
32834
|
+
"deprecationReason": null
|
|
31527
32835
|
}
|
|
31528
32836
|
],
|
|
31529
32837
|
"possibleTypes": null
|
|
@@ -32116,7 +33424,7 @@
|
|
|
32116
33424
|
"fields": [
|
|
32117
33425
|
{
|
|
32118
33426
|
"name": "id",
|
|
32119
|
-
"description": "Unique ID of a station.
|
|
33427
|
+
"description": "Unique ID of a station.",
|
|
32120
33428
|
"args": [],
|
|
32121
33429
|
"type": {
|
|
32122
33430
|
"kind": "NON_NULL",
|
|
@@ -32132,7 +33440,7 @@
|
|
|
32132
33440
|
},
|
|
32133
33441
|
{
|
|
32134
33442
|
"name": "country_code",
|
|
32135
|
-
"description": "ISO-3166 alpha-2 country code of a station.
|
|
33443
|
+
"description": "ISO-3166 alpha-2 country code of a station.",
|
|
32136
33444
|
"args": [],
|
|
32137
33445
|
"type": {
|
|
32138
33446
|
"kind": "SCALAR",
|
|
@@ -32144,7 +33452,7 @@
|
|
|
32144
33452
|
},
|
|
32145
33453
|
{
|
|
32146
33454
|
"name": "party_id",
|
|
32147
|
-
"description": "CPO ID of a CPO that 'owns' this station (following the ISO-15118 standard).
|
|
33455
|
+
"description": "CPO ID of a CPO that 'owns' this station (following the ISO-15118 standard).",
|
|
32148
33456
|
"args": [],
|
|
32149
33457
|
"type": {
|
|
32150
33458
|
"kind": "SCALAR",
|
|
@@ -32156,7 +33464,7 @@
|
|
|
32156
33464
|
},
|
|
32157
33465
|
{
|
|
32158
33466
|
"name": "publish",
|
|
32159
|
-
"description": "Defines if a location may be published on a website or app etc.\nWhen this is set to false, only tokens identified in the field: publish_allowed_to are allowed to show this location.\nWhen the same location has EVSEs that may be published and may not be published, two 'locations' should be created.
|
|
33467
|
+
"description": "Defines if a location may be published on a website or app etc.\nWhen this is set to false, only tokens identified in the field: publish_allowed_to are allowed to show this location.\nWhen the same location has EVSEs that may be published and may not be published, two 'locations' should be created.",
|
|
32160
33468
|
"args": [],
|
|
32161
33469
|
"type": {
|
|
32162
33470
|
"kind": "SCALAR",
|
|
@@ -32168,7 +33476,7 @@
|
|
|
32168
33476
|
},
|
|
32169
33477
|
{
|
|
32170
33478
|
"name": "name",
|
|
32171
|
-
"description": "Name of a charging station.
|
|
33479
|
+
"description": "Name of a charging station.",
|
|
32172
33480
|
"args": [],
|
|
32173
33481
|
"type": {
|
|
32174
33482
|
"kind": "SCALAR",
|
|
@@ -32180,7 +33488,7 @@
|
|
|
32180
33488
|
},
|
|
32181
33489
|
{
|
|
32182
33490
|
"name": "address",
|
|
32183
|
-
"description": "Street/block name and house number if available.
|
|
33491
|
+
"description": "Street/block name and house number if available.",
|
|
32184
33492
|
"args": [],
|
|
32185
33493
|
"type": {
|
|
32186
33494
|
"kind": "SCALAR",
|
|
@@ -32192,7 +33500,7 @@
|
|
|
32192
33500
|
},
|
|
32193
33501
|
{
|
|
32194
33502
|
"name": "city",
|
|
32195
|
-
"description": "City or town
|
|
33503
|
+
"description": "City or town",
|
|
32196
33504
|
"args": [],
|
|
32197
33505
|
"type": {
|
|
32198
33506
|
"kind": "SCALAR",
|
|
@@ -32204,7 +33512,7 @@
|
|
|
32204
33512
|
},
|
|
32205
33513
|
{
|
|
32206
33514
|
"name": "postal_code",
|
|
32207
|
-
"description": "Postal code of a location, may only be omitted when a location has no postal code: in some countries charging locations at highways don’t have postal codes.
|
|
33515
|
+
"description": "Postal code of a location, may only be omitted when a location has no postal code: in some countries charging locations at highways don’t have postal codes.",
|
|
32208
33516
|
"args": [],
|
|
32209
33517
|
"type": {
|
|
32210
33518
|
"kind": "SCALAR",
|
|
@@ -32216,7 +33524,7 @@
|
|
|
32216
33524
|
},
|
|
32217
33525
|
{
|
|
32218
33526
|
"name": "state",
|
|
32219
|
-
"description": "State or province of a location, only to be used when relevant.
|
|
33527
|
+
"description": "State or province of a location, only to be used when relevant.",
|
|
32220
33528
|
"args": [],
|
|
32221
33529
|
"type": {
|
|
32222
33530
|
"kind": "SCALAR",
|
|
@@ -32228,7 +33536,7 @@
|
|
|
32228
33536
|
},
|
|
32229
33537
|
{
|
|
32230
33538
|
"name": "country",
|
|
32231
|
-
"description": "ISO 3166-1 alpha-3 code for the country of this station.
|
|
33539
|
+
"description": "ISO 3166-1 alpha-3 code for the country of this station.",
|
|
32232
33540
|
"args": [],
|
|
32233
33541
|
"type": {
|
|
32234
33542
|
"kind": "SCALAR",
|
|
@@ -32240,7 +33548,7 @@
|
|
|
32240
33548
|
},
|
|
32241
33549
|
{
|
|
32242
33550
|
"name": "coordinates",
|
|
32243
|
-
"description": "Coordinates of a location.
|
|
33551
|
+
"description": "Coordinates of a location.",
|
|
32244
33552
|
"args": [],
|
|
32245
33553
|
"type": {
|
|
32246
33554
|
"kind": "OBJECT",
|
|
@@ -32252,7 +33560,7 @@
|
|
|
32252
33560
|
},
|
|
32253
33561
|
{
|
|
32254
33562
|
"name": "related_locations",
|
|
32255
|
-
"description": "Geographical location of related points relevant to a user.
|
|
33563
|
+
"description": "Geographical location of related points relevant to a user.",
|
|
32256
33564
|
"args": [],
|
|
32257
33565
|
"type": {
|
|
32258
33566
|
"kind": "LIST",
|
|
@@ -32268,7 +33576,7 @@
|
|
|
32268
33576
|
},
|
|
32269
33577
|
{
|
|
32270
33578
|
"name": "parking_type",
|
|
32271
|
-
"description": "Type of parking at a charge point location.
|
|
33579
|
+
"description": "Type of parking at a charge point location.",
|
|
32272
33580
|
"args": [],
|
|
32273
33581
|
"type": {
|
|
32274
33582
|
"kind": "ENUM",
|
|
@@ -32280,7 +33588,7 @@
|
|
|
32280
33588
|
},
|
|
32281
33589
|
{
|
|
32282
33590
|
"name": "evses",
|
|
32283
|
-
"description": "EVSEs that belong to a station.
|
|
33591
|
+
"description": "EVSEs that belong to a station.",
|
|
32284
33592
|
"args": [],
|
|
32285
33593
|
"type": {
|
|
32286
33594
|
"kind": "LIST",
|
|
@@ -32296,7 +33604,7 @@
|
|
|
32296
33604
|
},
|
|
32297
33605
|
{
|
|
32298
33606
|
"name": "directions",
|
|
32299
|
-
"description": "Human-readable directions on how to reach a station.
|
|
33607
|
+
"description": "Human-readable directions on how to reach a station.",
|
|
32300
33608
|
"args": [],
|
|
32301
33609
|
"type": {
|
|
32302
33610
|
"kind": "LIST",
|
|
@@ -32312,7 +33620,7 @@
|
|
|
32312
33620
|
},
|
|
32313
33621
|
{
|
|
32314
33622
|
"name": "operator",
|
|
32315
|
-
"description": "Information about an operator.
|
|
33623
|
+
"description": "Information about an operator.",
|
|
32316
33624
|
"args": [],
|
|
32317
33625
|
"type": {
|
|
32318
33626
|
"kind": "OBJECT",
|
|
@@ -32324,7 +33632,7 @@
|
|
|
32324
33632
|
},
|
|
32325
33633
|
{
|
|
32326
33634
|
"name": "suboperator",
|
|
32327
|
-
"description": "Information about a suboperator if applicable.
|
|
33635
|
+
"description": "Information about a suboperator if applicable.",
|
|
32328
33636
|
"args": [],
|
|
32329
33637
|
"type": {
|
|
32330
33638
|
"kind": "OBJECT",
|
|
@@ -32336,7 +33644,7 @@
|
|
|
32336
33644
|
},
|
|
32337
33645
|
{
|
|
32338
33646
|
"name": "owner",
|
|
32339
|
-
"description": "Information about an owner if available.
|
|
33647
|
+
"description": "Information about an owner if available.",
|
|
32340
33648
|
"args": [],
|
|
32341
33649
|
"type": {
|
|
32342
33650
|
"kind": "OBJECT",
|
|
@@ -32348,7 +33656,7 @@
|
|
|
32348
33656
|
},
|
|
32349
33657
|
{
|
|
32350
33658
|
"name": "facilities",
|
|
32351
|
-
"description": "Facilities a charging station belongs to.
|
|
33659
|
+
"description": "Facilities a charging station belongs to.",
|
|
32352
33660
|
"args": [],
|
|
32353
33661
|
"type": {
|
|
32354
33662
|
"kind": "LIST",
|
|
@@ -32364,7 +33672,7 @@
|
|
|
32364
33672
|
},
|
|
32365
33673
|
{
|
|
32366
33674
|
"name": "time_zone",
|
|
32367
|
-
"description": "Value from the IANA time zone database representing the time zone of a location. Examples: \"Europe/Oslo\", \"Europe/Zurich\". (http://www.iana.org/time-zones).
|
|
33675
|
+
"description": "Value from the IANA time zone database representing the time zone of a location. Examples: \"Europe/Oslo\", \"Europe/Zurich\". (http://www.iana.org/time-zones).",
|
|
32368
33676
|
"args": [],
|
|
32369
33677
|
"type": {
|
|
32370
33678
|
"kind": "SCALAR",
|
|
@@ -32376,7 +33684,7 @@
|
|
|
32376
33684
|
},
|
|
32377
33685
|
{
|
|
32378
33686
|
"name": "opening_times",
|
|
32379
|
-
"description": "Times when an EVSEs at a location can be accessed for charging.
|
|
33687
|
+
"description": "Times when an EVSEs at a location can be accessed for charging.",
|
|
32380
33688
|
"args": [],
|
|
32381
33689
|
"type": {
|
|
32382
33690
|
"kind": "OBJECT",
|
|
@@ -32388,7 +33696,7 @@
|
|
|
32388
33696
|
},
|
|
32389
33697
|
{
|
|
32390
33698
|
"name": "charging_when_closed",
|
|
32391
|
-
"description": "Indicates if the EVSEs are still charging outside the opening hours. E.g. when a parking garage closes its barriers overnight, is it allowed to charge till the next morning? Default: true.
|
|
33699
|
+
"description": "Indicates if the EVSEs are still charging outside the opening hours. E.g. when a parking garage closes its barriers overnight, is it allowed to charge till the next morning? Default: true.",
|
|
32392
33700
|
"args": [],
|
|
32393
33701
|
"type": {
|
|
32394
33702
|
"kind": "SCALAR",
|
|
@@ -32400,7 +33708,7 @@
|
|
|
32400
33708
|
},
|
|
32401
33709
|
{
|
|
32402
33710
|
"name": "images",
|
|
32403
|
-
"description": "Links to images related to a location such as photos or logos.
|
|
33711
|
+
"description": "Links to images related to a location such as photos or logos.",
|
|
32404
33712
|
"args": [],
|
|
32405
33713
|
"type": {
|
|
32406
33714
|
"kind": "LIST",
|
|
@@ -32416,7 +33724,7 @@
|
|
|
32416
33724
|
},
|
|
32417
33725
|
{
|
|
32418
33726
|
"name": "energy_mix",
|
|
32419
|
-
"description": "Details of the energy supplied at a location.
|
|
33727
|
+
"description": "Details of the energy supplied at a location.",
|
|
32420
33728
|
"args": [],
|
|
32421
33729
|
"type": {
|
|
32422
33730
|
"kind": "OBJECT",
|
|
@@ -32428,7 +33736,7 @@
|
|
|
32428
33736
|
},
|
|
32429
33737
|
{
|
|
32430
33738
|
"name": "last_updated",
|
|
32431
|
-
"description": "Timestamp when a location, or one of its EVSEs or Connectors were last updated (or created).
|
|
33739
|
+
"description": "Timestamp when a location, or one of its EVSEs or Connectors were last updated (or created).",
|
|
32432
33740
|
"args": [],
|
|
32433
33741
|
"type": {
|
|
32434
33742
|
"kind": "SCALAR",
|
|
@@ -32876,7 +34184,7 @@
|
|
|
32876
34184
|
{
|
|
32877
34185
|
"kind": "INPUT_OBJECT",
|
|
32878
34186
|
"name": "StationAroundFilter",
|
|
32879
|
-
"description": "
|
|
34187
|
+
"description": "Criteria to filter stations in the station around query.",
|
|
32880
34188
|
"fields": null,
|
|
32881
34189
|
"inputFields": [
|
|
32882
34190
|
{
|
|
@@ -32999,7 +34307,7 @@
|
|
|
32999
34307
|
{
|
|
33000
34308
|
"kind": "INPUT_OBJECT",
|
|
33001
34309
|
"name": "StationAroundQuery",
|
|
33002
|
-
"description": "
|
|
34310
|
+
"description": "Query parameters to filter stations in the station around query.",
|
|
33003
34311
|
"fields": null,
|
|
33004
34312
|
"inputFields": [
|
|
33005
34313
|
{
|
|
@@ -33078,7 +34386,7 @@
|
|
|
33078
34386
|
"ofType": null
|
|
33079
34387
|
},
|
|
33080
34388
|
"isDeprecated": true,
|
|
33081
|
-
"deprecationReason": "In favor of station.reliability_score
|
|
34389
|
+
"deprecationReason": "In favor of `station.reliability_score`."
|
|
33082
34390
|
},
|
|
33083
34391
|
{
|
|
33084
34392
|
"name": "oicp",
|
|
@@ -33335,7 +34643,7 @@
|
|
|
33335
34643
|
{
|
|
33336
34644
|
"kind": "INPUT_OBJECT",
|
|
33337
34645
|
"name": "StationListFilter",
|
|
33338
|
-
"description": "
|
|
34646
|
+
"description": "Criteria to filter stations in the station list query.",
|
|
33339
34647
|
"fields": null,
|
|
33340
34648
|
"inputFields": [
|
|
33341
34649
|
{
|
|
@@ -33434,7 +34742,7 @@
|
|
|
33434
34742
|
{
|
|
33435
34743
|
"kind": "INPUT_OBJECT",
|
|
33436
34744
|
"name": "StationListQuery",
|
|
33437
|
-
"description": "
|
|
34745
|
+
"description": "Query parameters to filter stations in the station list query.",
|
|
33438
34746
|
"fields": null,
|
|
33439
34747
|
"inputFields": [
|
|
33440
34748
|
{
|
|
@@ -33861,7 +35169,7 @@
|
|
|
33861
35169
|
"fields": [
|
|
33862
35170
|
{
|
|
33863
35171
|
"name": "routeUpdatedById",
|
|
33864
|
-
"description": "
|
|
35172
|
+
"description": "Subscribe to a specific route to receive system event updates.",
|
|
33865
35173
|
"args": [
|
|
33866
35174
|
{
|
|
33867
35175
|
"name": "id",
|
|
@@ -33885,8 +35193,8 @@
|
|
|
33885
35193
|
"name": "Route",
|
|
33886
35194
|
"ofType": null
|
|
33887
35195
|
},
|
|
33888
|
-
"isDeprecated":
|
|
33889
|
-
"deprecationReason":
|
|
35196
|
+
"isDeprecated": true,
|
|
35197
|
+
"deprecationReason": "In favor of `route`."
|
|
33890
35198
|
},
|
|
33891
35199
|
{
|
|
33892
35200
|
"name": "route",
|
|
@@ -33922,8 +35230,8 @@
|
|
|
33922
35230
|
"deprecationReason": null
|
|
33923
35231
|
},
|
|
33924
35232
|
{
|
|
33925
|
-
"name": "
|
|
33926
|
-
"description": "[BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates",
|
|
35233
|
+
"name": "navigation",
|
|
35234
|
+
"description": "[BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates.",
|
|
33927
35235
|
"args": [
|
|
33928
35236
|
{
|
|
33929
35237
|
"name": "id",
|
|
@@ -34411,18 +35719,6 @@
|
|
|
34411
35719
|
"isDeprecated": false,
|
|
34412
35720
|
"deprecationReason": null
|
|
34413
35721
|
},
|
|
34414
|
-
{
|
|
34415
|
-
"name": "timestamp",
|
|
34416
|
-
"description": "UNIX timestamp in seconds.",
|
|
34417
|
-
"args": [],
|
|
34418
|
-
"type": {
|
|
34419
|
-
"kind": "SCALAR",
|
|
34420
|
-
"name": "Int",
|
|
34421
|
-
"ofType": null
|
|
34422
|
-
},
|
|
34423
|
-
"isDeprecated": false,
|
|
34424
|
-
"deprecationReason": null
|
|
34425
|
-
},
|
|
34426
35722
|
{
|
|
34427
35723
|
"name": "vehicle_speed",
|
|
34428
35724
|
"description": "Value of the vehicle speed.",
|
|
@@ -34700,18 +35996,6 @@
|
|
|
34700
35996
|
"isDeprecated": false,
|
|
34701
35997
|
"deprecationReason": null
|
|
34702
35998
|
},
|
|
34703
|
-
{
|
|
34704
|
-
"name": "timestamp",
|
|
34705
|
-
"description": "UNIX timestamp in seconds.",
|
|
34706
|
-
"type": {
|
|
34707
|
-
"kind": "SCALAR",
|
|
34708
|
-
"name": "Int",
|
|
34709
|
-
"ofType": null
|
|
34710
|
-
},
|
|
34711
|
-
"defaultValue": null,
|
|
34712
|
-
"isDeprecated": false,
|
|
34713
|
-
"deprecationReason": null
|
|
34714
|
-
},
|
|
34715
35999
|
{
|
|
34716
36000
|
"name": "vehicle_speed",
|
|
34717
36001
|
"description": "Vehicle speed.",
|
|
@@ -36198,7 +37482,7 @@
|
|
|
36198
37482
|
}
|
|
36199
37483
|
},
|
|
36200
37484
|
"isDeprecated": true,
|
|
36201
|
-
"deprecationReason": "In favor of charge_speed
|
|
37485
|
+
"deprecationReason": "In favor of `charge_speed`."
|
|
36202
37486
|
},
|
|
36203
37487
|
{
|
|
36204
37488
|
"name": "charge_speed",
|
|
@@ -37261,7 +38545,7 @@
|
|
|
37261
38545
|
}
|
|
37262
38546
|
},
|
|
37263
38547
|
"isDeprecated": true,
|
|
37264
|
-
"deprecationReason": "In favor of make
|
|
38548
|
+
"deprecationReason": "In favor of `make`."
|
|
37265
38549
|
},
|
|
37266
38550
|
{
|
|
37267
38551
|
"name": "make",
|
|
@@ -37547,7 +38831,7 @@
|
|
|
37547
38831
|
}
|
|
37548
38832
|
},
|
|
37549
38833
|
"isDeprecated": true,
|
|
37550
|
-
"deprecationReason": "In favor of make
|
|
38834
|
+
"deprecationReason": "In favor of `make`."
|
|
37551
38835
|
},
|
|
37552
38836
|
{
|
|
37553
38837
|
"name": "make",
|
|
@@ -41009,7 +42293,7 @@
|
|
|
41009
42293
|
}
|
|
41010
42294
|
},
|
|
41011
42295
|
"isDeprecated": true,
|
|
41012
|
-
"deprecationReason": "In favor of make
|
|
42296
|
+
"deprecationReason": "In favor of `make`."
|
|
41013
42297
|
},
|
|
41014
42298
|
{
|
|
41015
42299
|
"name": "make",
|
|
@@ -43720,22 +45004,45 @@
|
|
|
43720
45004
|
}
|
|
43721
45005
|
],
|
|
43722
45006
|
"directives": [
|
|
45007
|
+
{
|
|
45008
|
+
"name": "chargeSpeedConvert",
|
|
45009
|
+
"description": "Converting the value of a charge speed input to a single unit.",
|
|
45010
|
+
"isRepeatable": false,
|
|
45011
|
+
"locations": ["FIELD_DEFINITION"],
|
|
45012
|
+
"args": [
|
|
45013
|
+
{
|
|
45014
|
+
"name": "unitParameterName",
|
|
45015
|
+
"description": null,
|
|
45016
|
+
"type": {
|
|
45017
|
+
"kind": "SCALAR",
|
|
45018
|
+
"name": "PlainString",
|
|
45019
|
+
"ofType": null
|
|
45020
|
+
},
|
|
45021
|
+
"defaultValue": null,
|
|
45022
|
+
"isDeprecated": false,
|
|
45023
|
+
"deprecationReason": null
|
|
45024
|
+
}
|
|
45025
|
+
]
|
|
45026
|
+
},
|
|
43723
45027
|
{
|
|
43724
45028
|
"name": "chargetripDeprecated",
|
|
43725
|
-
"description":
|
|
45029
|
+
"description": "Chargetrip own deprecation directive which is overwriting the default GraphQL deprecated directive by adding the deprecation service and after how much time.",
|
|
43726
45030
|
"isRepeatable": false,
|
|
43727
45031
|
"locations": [
|
|
43728
45032
|
"FIELD_DEFINITION",
|
|
43729
45033
|
"INPUT_FIELD_DEFINITION",
|
|
43730
|
-
"
|
|
45034
|
+
"INPUT_OBJECT",
|
|
45035
|
+
"ENUM",
|
|
45036
|
+
"ENUM_VALUE",
|
|
45037
|
+
"ARGUMENT_DEFINITION"
|
|
43731
45038
|
],
|
|
43732
45039
|
"args": [
|
|
43733
45040
|
{
|
|
43734
45041
|
"name": "reason",
|
|
43735
|
-
"description":
|
|
45042
|
+
"description": "Reason why this field is deprecated.",
|
|
43736
45043
|
"type": {
|
|
43737
45044
|
"kind": "SCALAR",
|
|
43738
|
-
"name": "
|
|
45045
|
+
"name": "String",
|
|
43739
45046
|
"ofType": null
|
|
43740
45047
|
},
|
|
43741
45048
|
"defaultValue": null,
|
|
@@ -43744,10 +45051,10 @@
|
|
|
43744
45051
|
},
|
|
43745
45052
|
{
|
|
43746
45053
|
"name": "serviceName",
|
|
43747
|
-
"description":
|
|
45054
|
+
"description": "Name of the service that is deprecating this field.",
|
|
43748
45055
|
"type": {
|
|
43749
45056
|
"kind": "SCALAR",
|
|
43750
|
-
"name": "
|
|
45057
|
+
"name": "String",
|
|
43751
45058
|
"ofType": null
|
|
43752
45059
|
},
|
|
43753
45060
|
"defaultValue": null,
|
|
@@ -43756,10 +45063,10 @@
|
|
|
43756
45063
|
},
|
|
43757
45064
|
{
|
|
43758
45065
|
"name": "removeAfter",
|
|
43759
|
-
"description":
|
|
45066
|
+
"description": "Time after which this field will be removed, in format like '1 year' or '2 years', default to '1 year'.",
|
|
43760
45067
|
"type": {
|
|
43761
45068
|
"kind": "SCALAR",
|
|
43762
|
-
"name": "
|
|
45069
|
+
"name": "String",
|
|
43763
45070
|
"ofType": null
|
|
43764
45071
|
},
|
|
43765
45072
|
"defaultValue": null,
|
|
@@ -43768,10 +45075,10 @@
|
|
|
43768
45075
|
},
|
|
43769
45076
|
{
|
|
43770
45077
|
"name": "replacedBy",
|
|
43771
|
-
"description":
|
|
45078
|
+
"description": "Name of the field that replaces this one, if applicable.",
|
|
43772
45079
|
"type": {
|
|
43773
45080
|
"kind": "SCALAR",
|
|
43774
|
-
"name": "
|
|
45081
|
+
"name": "String",
|
|
43775
45082
|
"ofType": null
|
|
43776
45083
|
},
|
|
43777
45084
|
"defaultValue": null,
|
|
@@ -43811,6 +45118,78 @@
|
|
|
43811
45118
|
}
|
|
43812
45119
|
]
|
|
43813
45120
|
},
|
|
45121
|
+
{
|
|
45122
|
+
"name": "defaultValue",
|
|
45123
|
+
"description": null,
|
|
45124
|
+
"isRepeatable": false,
|
|
45125
|
+
"locations": ["FIELD_DEFINITION"],
|
|
45126
|
+
"args": [
|
|
45127
|
+
{
|
|
45128
|
+
"name": "type",
|
|
45129
|
+
"description": null,
|
|
45130
|
+
"type": {
|
|
45131
|
+
"kind": "SCALAR",
|
|
45132
|
+
"name": "PlainString",
|
|
45133
|
+
"ofType": null
|
|
45134
|
+
},
|
|
45135
|
+
"defaultValue": null,
|
|
45136
|
+
"isDeprecated": false,
|
|
45137
|
+
"deprecationReason": null
|
|
45138
|
+
},
|
|
45139
|
+
{
|
|
45140
|
+
"name": "defaultValue",
|
|
45141
|
+
"description": null,
|
|
45142
|
+
"type": {
|
|
45143
|
+
"kind": "LIST",
|
|
45144
|
+
"name": null,
|
|
45145
|
+
"ofType": {
|
|
45146
|
+
"kind": "SCALAR",
|
|
45147
|
+
"name": "PlainString",
|
|
45148
|
+
"ofType": null
|
|
45149
|
+
}
|
|
45150
|
+
},
|
|
45151
|
+
"defaultValue": null,
|
|
45152
|
+
"isDeprecated": false,
|
|
45153
|
+
"deprecationReason": null
|
|
45154
|
+
},
|
|
45155
|
+
{
|
|
45156
|
+
"name": "description",
|
|
45157
|
+
"description": null,
|
|
45158
|
+
"type": {
|
|
45159
|
+
"kind": "SCALAR",
|
|
45160
|
+
"name": "PlainString",
|
|
45161
|
+
"ofType": null
|
|
45162
|
+
},
|
|
45163
|
+
"defaultValue": null,
|
|
45164
|
+
"isDeprecated": false,
|
|
45165
|
+
"deprecationReason": null
|
|
45166
|
+
}
|
|
45167
|
+
]
|
|
45168
|
+
},
|
|
45169
|
+
{
|
|
45170
|
+
"name": "experimental",
|
|
45171
|
+
"description": null,
|
|
45172
|
+
"isRepeatable": false,
|
|
45173
|
+
"locations": [
|
|
45174
|
+
"FIELD_DEFINITION",
|
|
45175
|
+
"INPUT_FIELD_DEFINITION",
|
|
45176
|
+
"ARGUMENT_DEFINITION"
|
|
45177
|
+
],
|
|
45178
|
+
"args": [
|
|
45179
|
+
{
|
|
45180
|
+
"name": "stage",
|
|
45181
|
+
"description": null,
|
|
45182
|
+
"type": {
|
|
45183
|
+
"kind": "SCALAR",
|
|
45184
|
+
"name": "String",
|
|
45185
|
+
"ofType": null
|
|
45186
|
+
},
|
|
45187
|
+
"defaultValue": null,
|
|
45188
|
+
"isDeprecated": false,
|
|
45189
|
+
"deprecationReason": null
|
|
45190
|
+
}
|
|
45191
|
+
]
|
|
45192
|
+
},
|
|
43814
45193
|
{
|
|
43815
45194
|
"name": "listSize",
|
|
43816
45195
|
"description": null,
|
|
@@ -43885,7 +45264,7 @@
|
|
|
43885
45264
|
},
|
|
43886
45265
|
{
|
|
43887
45266
|
"name": "ocpi",
|
|
43888
|
-
"description":
|
|
45267
|
+
"description": "Indicates that a property is OCPI-compliant.",
|
|
43889
45268
|
"isRepeatable": false,
|
|
43890
45269
|
"locations": ["FIELD_DEFINITION"],
|
|
43891
45270
|
"args": []
|
|
@@ -43897,6 +45276,241 @@
|
|
|
43897
45276
|
"locations": ["INPUT_OBJECT"],
|
|
43898
45277
|
"args": []
|
|
43899
45278
|
},
|
|
45279
|
+
{
|
|
45280
|
+
"name": "roundValue",
|
|
45281
|
+
"description": "Rounds a number to a given number of significant figures.",
|
|
45282
|
+
"isRepeatable": false,
|
|
45283
|
+
"locations": ["FIELD_DEFINITION"],
|
|
45284
|
+
"args": [
|
|
45285
|
+
{
|
|
45286
|
+
"name": "precision",
|
|
45287
|
+
"description": null,
|
|
45288
|
+
"type": {
|
|
45289
|
+
"kind": "SCALAR",
|
|
45290
|
+
"name": "Int",
|
|
45291
|
+
"ofType": null
|
|
45292
|
+
},
|
|
45293
|
+
"defaultValue": null,
|
|
45294
|
+
"isDeprecated": false,
|
|
45295
|
+
"deprecationReason": null
|
|
45296
|
+
}
|
|
45297
|
+
]
|
|
45298
|
+
},
|
|
45299
|
+
{
|
|
45300
|
+
"name": "sanitizeHtml",
|
|
45301
|
+
"description": null,
|
|
45302
|
+
"isRepeatable": false,
|
|
45303
|
+
"locations": ["FIELD_DEFINITION", "INPUT_FIELD_DEFINITION"],
|
|
45304
|
+
"args": [
|
|
45305
|
+
{
|
|
45306
|
+
"name": "allowedTags",
|
|
45307
|
+
"description": null,
|
|
45308
|
+
"type": {
|
|
45309
|
+
"kind": "LIST",
|
|
45310
|
+
"name": null,
|
|
45311
|
+
"ofType": {
|
|
45312
|
+
"kind": "SCALAR",
|
|
45313
|
+
"name": "String",
|
|
45314
|
+
"ofType": null
|
|
45315
|
+
}
|
|
45316
|
+
},
|
|
45317
|
+
"defaultValue": null,
|
|
45318
|
+
"isDeprecated": false,
|
|
45319
|
+
"deprecationReason": null
|
|
45320
|
+
},
|
|
45321
|
+
{
|
|
45322
|
+
"name": "allowedIframeHostnames",
|
|
45323
|
+
"description": null,
|
|
45324
|
+
"type": {
|
|
45325
|
+
"kind": "LIST",
|
|
45326
|
+
"name": null,
|
|
45327
|
+
"ofType": {
|
|
45328
|
+
"kind": "SCALAR",
|
|
45329
|
+
"name": "String",
|
|
45330
|
+
"ofType": null
|
|
45331
|
+
}
|
|
45332
|
+
},
|
|
45333
|
+
"defaultValue": null,
|
|
45334
|
+
"isDeprecated": false,
|
|
45335
|
+
"deprecationReason": null
|
|
45336
|
+
},
|
|
45337
|
+
{
|
|
45338
|
+
"name": "selfClosing",
|
|
45339
|
+
"description": null,
|
|
45340
|
+
"type": {
|
|
45341
|
+
"kind": "LIST",
|
|
45342
|
+
"name": null,
|
|
45343
|
+
"ofType": {
|
|
45344
|
+
"kind": "SCALAR",
|
|
45345
|
+
"name": "String",
|
|
45346
|
+
"ofType": null
|
|
45347
|
+
}
|
|
45348
|
+
},
|
|
45349
|
+
"defaultValue": null,
|
|
45350
|
+
"isDeprecated": false,
|
|
45351
|
+
"deprecationReason": null
|
|
45352
|
+
},
|
|
45353
|
+
{
|
|
45354
|
+
"name": "allowedSchemes",
|
|
45355
|
+
"description": null,
|
|
45356
|
+
"type": {
|
|
45357
|
+
"kind": "LIST",
|
|
45358
|
+
"name": null,
|
|
45359
|
+
"ofType": {
|
|
45360
|
+
"kind": "SCALAR",
|
|
45361
|
+
"name": "String",
|
|
45362
|
+
"ofType": null
|
|
45363
|
+
}
|
|
45364
|
+
},
|
|
45365
|
+
"defaultValue": null,
|
|
45366
|
+
"isDeprecated": false,
|
|
45367
|
+
"deprecationReason": null
|
|
45368
|
+
},
|
|
45369
|
+
{
|
|
45370
|
+
"name": "allowedSchemesAppliedToAttributes",
|
|
45371
|
+
"description": null,
|
|
45372
|
+
"type": {
|
|
45373
|
+
"kind": "LIST",
|
|
45374
|
+
"name": null,
|
|
45375
|
+
"ofType": {
|
|
45376
|
+
"kind": "SCALAR",
|
|
45377
|
+
"name": "String",
|
|
45378
|
+
"ofType": null
|
|
45379
|
+
}
|
|
45380
|
+
},
|
|
45381
|
+
"defaultValue": null,
|
|
45382
|
+
"isDeprecated": false,
|
|
45383
|
+
"deprecationReason": null
|
|
45384
|
+
}
|
|
45385
|
+
]
|
|
45386
|
+
},
|
|
45387
|
+
{
|
|
45388
|
+
"name": "shareable",
|
|
45389
|
+
"description": null,
|
|
45390
|
+
"isRepeatable": false,
|
|
45391
|
+
"locations": ["FIELD_DEFINITION", "OBJECT"],
|
|
45392
|
+
"args": []
|
|
45393
|
+
},
|
|
45394
|
+
{
|
|
45395
|
+
"name": "stateOfChargeConvert",
|
|
45396
|
+
"description": "Converting the value of a state of charge input to a single unit.",
|
|
45397
|
+
"isRepeatable": false,
|
|
45398
|
+
"locations": ["FIELD_DEFINITION"],
|
|
45399
|
+
"args": [
|
|
45400
|
+
{
|
|
45401
|
+
"name": "unitParameterName",
|
|
45402
|
+
"description": null,
|
|
45403
|
+
"type": {
|
|
45404
|
+
"kind": "SCALAR",
|
|
45405
|
+
"name": "PlainString",
|
|
45406
|
+
"ofType": null
|
|
45407
|
+
},
|
|
45408
|
+
"defaultValue": null,
|
|
45409
|
+
"isDeprecated": false,
|
|
45410
|
+
"deprecationReason": null
|
|
45411
|
+
}
|
|
45412
|
+
]
|
|
45413
|
+
},
|
|
45414
|
+
{
|
|
45415
|
+
"name": "subFieldUnitConvert",
|
|
45416
|
+
"description": "Converts the value of a member with nested fields to another unit type.",
|
|
45417
|
+
"isRepeatable": false,
|
|
45418
|
+
"locations": ["FIELD_DEFINITION"],
|
|
45419
|
+
"args": [
|
|
45420
|
+
{
|
|
45421
|
+
"name": "fromUnit",
|
|
45422
|
+
"description": null,
|
|
45423
|
+
"type": {
|
|
45424
|
+
"kind": "SCALAR",
|
|
45425
|
+
"name": "PlainString",
|
|
45426
|
+
"ofType": null
|
|
45427
|
+
},
|
|
45428
|
+
"defaultValue": null,
|
|
45429
|
+
"isDeprecated": false,
|
|
45430
|
+
"deprecationReason": null
|
|
45431
|
+
},
|
|
45432
|
+
{
|
|
45433
|
+
"name": "subField",
|
|
45434
|
+
"description": null,
|
|
45435
|
+
"type": {
|
|
45436
|
+
"kind": "SCALAR",
|
|
45437
|
+
"name": "PlainString",
|
|
45438
|
+
"ofType": null
|
|
45439
|
+
},
|
|
45440
|
+
"defaultValue": null,
|
|
45441
|
+
"isDeprecated": false,
|
|
45442
|
+
"deprecationReason": null
|
|
45443
|
+
},
|
|
45444
|
+
{
|
|
45445
|
+
"name": "unitParameterName",
|
|
45446
|
+
"description": null,
|
|
45447
|
+
"type": {
|
|
45448
|
+
"kind": "SCALAR",
|
|
45449
|
+
"name": "PlainString",
|
|
45450
|
+
"ofType": null
|
|
45451
|
+
},
|
|
45452
|
+
"defaultValue": null,
|
|
45453
|
+
"isDeprecated": false,
|
|
45454
|
+
"deprecationReason": null
|
|
45455
|
+
},
|
|
45456
|
+
{
|
|
45457
|
+
"name": "round",
|
|
45458
|
+
"description": null,
|
|
45459
|
+
"type": {
|
|
45460
|
+
"kind": "SCALAR",
|
|
45461
|
+
"name": "Boolean",
|
|
45462
|
+
"ofType": null
|
|
45463
|
+
},
|
|
45464
|
+
"defaultValue": "false",
|
|
45465
|
+
"isDeprecated": false,
|
|
45466
|
+
"deprecationReason": null
|
|
45467
|
+
}
|
|
45468
|
+
]
|
|
45469
|
+
},
|
|
45470
|
+
{
|
|
45471
|
+
"name": "unitConvert",
|
|
45472
|
+
"description": "Converts the value of a field to another unit type.",
|
|
45473
|
+
"isRepeatable": false,
|
|
45474
|
+
"locations": ["FIELD_DEFINITION"],
|
|
45475
|
+
"args": [
|
|
45476
|
+
{
|
|
45477
|
+
"name": "fromUnit",
|
|
45478
|
+
"description": null,
|
|
45479
|
+
"type": {
|
|
45480
|
+
"kind": "SCALAR",
|
|
45481
|
+
"name": "PlainString",
|
|
45482
|
+
"ofType": null
|
|
45483
|
+
},
|
|
45484
|
+
"defaultValue": null,
|
|
45485
|
+
"isDeprecated": false,
|
|
45486
|
+
"deprecationReason": null
|
|
45487
|
+
},
|
|
45488
|
+
{
|
|
45489
|
+
"name": "unitParameterName",
|
|
45490
|
+
"description": null,
|
|
45491
|
+
"type": {
|
|
45492
|
+
"kind": "SCALAR",
|
|
45493
|
+
"name": "PlainString",
|
|
45494
|
+
"ofType": null
|
|
45495
|
+
},
|
|
45496
|
+
"defaultValue": null,
|
|
45497
|
+
"isDeprecated": false,
|
|
45498
|
+
"deprecationReason": null
|
|
45499
|
+
},
|
|
45500
|
+
{
|
|
45501
|
+
"name": "precision",
|
|
45502
|
+
"description": null,
|
|
45503
|
+
"type": {
|
|
45504
|
+
"kind": "SCALAR",
|
|
45505
|
+
"name": "Int",
|
|
45506
|
+
"ofType": null
|
|
45507
|
+
},
|
|
45508
|
+
"defaultValue": null,
|
|
45509
|
+
"isDeprecated": false,
|
|
45510
|
+
"deprecationReason": null
|
|
45511
|
+
}
|
|
45512
|
+
]
|
|
45513
|
+
},
|
|
43900
45514
|
{
|
|
43901
45515
|
"name": "include",
|
|
43902
45516
|
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
|