You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql.schema.json
+236-2Lines changed: 236 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10249,15 +10249,27 @@
10249
10249
"isDeprecated": false,
10250
10250
"deprecationReason": null
10251
10251
},
10252
+
{
10253
+
"name": "weather",
10254
+
"description": "Weather configuration for the isoline. Defined by a preset or custom weather conditions. If not specified, defaults to real-time weather data.",
10255
+
"type": {
10256
+
"kind": "INPUT_OBJECT",
10257
+
"name": "IsolineWeatherInput",
10258
+
"ofType": null
10259
+
},
10260
+
"defaultValue": null,
10261
+
"isDeprecated": false,
10262
+
"deprecationReason": null
10263
+
},
10252
10264
{
10253
10265
"name": "season",
10254
-
"description": "Season to be taken into account when generating the isoline.",
10266
+
"description": "Season to be taken into account when generating the isoline. If not specified, defaults to real-time weather data.",
10255
10267
"type": {
10256
10268
"kind": "ENUM",
10257
10269
"name": "RouteSeason",
10258
10270
"ofType": null
10259
10271
},
10260
-
"defaultValue": "current",
10272
+
"defaultValue": null,
10261
10273
"isDeprecated": false,
10262
10274
"deprecationReason": null
10263
10275
},
@@ -10517,6 +10529,18 @@
10517
10529
"name": "RouteSeason",
10518
10530
"ofType": null
10519
10531
},
10532
+
"isDeprecated": true,
10533
+
"deprecationReason": "In favor of weather."
10534
+
},
10535
+
{
10536
+
"name": "weather",
10537
+
"description": "Weather configuration for the isoline. Defined by a preset or custom weather conditions.",
10538
+
"args": [],
10539
+
"type": {
10540
+
"kind": "OBJECT",
10541
+
"name": "IsolineWeather",
10542
+
"ofType": null
10543
+
},
10520
10544
"isDeprecated": false,
10521
10545
"deprecationReason": null
10522
10546
},
@@ -10649,6 +10673,198 @@
10649
10673
],
10650
10674
"possibleTypes": null
10651
10675
},
10676
+
{
10677
+
"kind": "OBJECT",
10678
+
"name": "IsolineWeather",
10679
+
"description": null,
10680
+
"fields": [
10681
+
{
10682
+
"name": "type",
10683
+
"description": "Weather configuration applied to the isoline.",
10684
+
"args": [],
10685
+
"type": {
10686
+
"kind": "NON_NULL",
10687
+
"name": null,
10688
+
"ofType": {
10689
+
"kind": "ENUM",
10690
+
"name": "WeatherType",
10691
+
"ofType": null
10692
+
}
10693
+
},
10694
+
"isDeprecated": false,
10695
+
"deprecationReason": null
10696
+
},
10697
+
{
10698
+
"name": "custom",
10699
+
"description": "[BETA] Custom weather conditions applied to the isoline. Only present when 'type' is set to 'CUSTOM'.",
10700
+
"args": [],
10701
+
"type": {
10702
+
"kind": "OBJECT",
10703
+
"name": "IsolineWeatherCustomConditions",
10704
+
"ofType": null
10705
+
},
10706
+
"isDeprecated": false,
10707
+
"deprecationReason": null
10708
+
}
10709
+
],
10710
+
"inputFields": null,
10711
+
"interfaces": [],
10712
+
"enumValues": null,
10713
+
"possibleTypes": null
10714
+
},
10715
+
{
10716
+
"kind": "OBJECT",
10717
+
"name": "IsolineWeatherCustomConditions",
10718
+
"description": null,
10719
+
"fields": [
10720
+
{
10721
+
"name": "temperature",
10722
+
"description": "Average ambient temperature estimated along the isoline.",
10723
+
"args": [],
10724
+
"type": {
10725
+
"kind": "NON_NULL",
10726
+
"name": null,
10727
+
"ofType": {
10728
+
"kind": "OBJECT",
10729
+
"name": "Temperature",
10730
+
"ofType": null
10731
+
}
10732
+
},
10733
+
"isDeprecated": false,
10734
+
"deprecationReason": null
10735
+
},
10736
+
{
10737
+
"name": "air_pressure",
10738
+
"description": "Atmospheric pressure along the isoline.",
10739
+
"args": [],
10740
+
"type": {
10741
+
"kind": "NON_NULL",
10742
+
"name": null,
10743
+
"ofType": {
10744
+
"kind": "OBJECT",
10745
+
"name": "AirPressure",
10746
+
"ofType": null
10747
+
}
10748
+
},
10749
+
"isDeprecated": false,
10750
+
"deprecationReason": null
10751
+
},
10752
+
{
10753
+
"name": "solar_irradiance",
10754
+
"description": "Solar irradiance along the isoline.",
10755
+
"args": [],
10756
+
"type": {
10757
+
"kind": "NON_NULL",
10758
+
"name": null,
10759
+
"ofType": {
10760
+
"kind": "OBJECT",
10761
+
"name": "SolarIrradiance",
10762
+
"ofType": null
10763
+
}
10764
+
},
10765
+
"isDeprecated": false,
10766
+
"deprecationReason": null
10767
+
}
10768
+
],
10769
+
"inputFields": null,
10770
+
"interfaces": [],
10771
+
"enumValues": null,
10772
+
"possibleTypes": null
10773
+
},
10774
+
{
10775
+
"kind": "INPUT_OBJECT",
10776
+
"name": "IsolineWeatherCustomConditionsInput",
10777
+
"description": null,
10778
+
"fields": null,
10779
+
"inputFields": [
10780
+
{
10781
+
"name": "temperature",
10782
+
"description": "Average ambient temperature estimated within the isoline.",
10783
+
"type": {
10784
+
"kind": "NON_NULL",
10785
+
"name": null,
10786
+
"ofType": {
10787
+
"kind": "INPUT_OBJECT",
10788
+
"name": "TemperatureInput",
10789
+
"ofType": null
10790
+
}
10791
+
},
10792
+
"defaultValue": null,
10793
+
"isDeprecated": false,
10794
+
"deprecationReason": null
10795
+
},
10796
+
{
10797
+
"name": "air_pressure",
10798
+
"description": "Atmospheric pressure within the isoline.",
10799
+
"type": {
10800
+
"kind": "NON_NULL",
10801
+
"name": null,
10802
+
"ofType": {
10803
+
"kind": "INPUT_OBJECT",
10804
+
"name": "AirPressureInput",
10805
+
"ofType": null
10806
+
}
10807
+
},
10808
+
"defaultValue": null,
10809
+
"isDeprecated": false,
10810
+
"deprecationReason": null
10811
+
},
10812
+
{
10813
+
"name": "solar_irradiance",
10814
+
"description": "Solar irradiance within the isoline.",
10815
+
"type": {
10816
+
"kind": "NON_NULL",
10817
+
"name": null,
10818
+
"ofType": {
10819
+
"kind": "INPUT_OBJECT",
10820
+
"name": "SolarIrradianceInput",
10821
+
"ofType": null
10822
+
}
10823
+
},
10824
+
"defaultValue": null,
10825
+
"isDeprecated": false,
10826
+
"deprecationReason": null
10827
+
}
10828
+
],
10829
+
"interfaces": null,
10830
+
"enumValues": null,
10831
+
"possibleTypes": null
10832
+
},
10833
+
{
10834
+
"kind": "INPUT_OBJECT",
10835
+
"name": "IsolineWeatherInput",
10836
+
"description": null,
10837
+
"fields": null,
10838
+
"inputFields": [
10839
+
{
10840
+
"name": "type",
10841
+
"description": "Weather configuration applied within the isoline.",
10842
+
"type": {
10843
+
"kind": "ENUM",
10844
+
"name": "WeatherType",
10845
+
"ofType": null
10846
+
},
10847
+
"defaultValue": "actual",
10848
+
"isDeprecated": false,
10849
+
"deprecationReason": null
10850
+
},
10851
+
{
10852
+
"name": "custom",
10853
+
"description": "[BETA] Custom weather conditions to apply within the isoline. Required only when 'type' is 'CUSTOM'. Must be omitted for other weather types.",
10854
+
"type": {
10855
+
"kind": "INPUT_OBJECT",
10856
+
"name": "IsolineWeatherCustomConditionsInput",
10857
+
"ofType": null
10858
+
},
10859
+
"defaultValue": null,
10860
+
"isDeprecated": false,
10861
+
"deprecationReason": null
10862
+
}
10863
+
],
10864
+
"interfaces": null,
10865
+
"enumValues": null,
10866
+
"possibleTypes": null
10867
+
},
10652
10868
{
10653
10869
"kind": "SCALAR",
10654
10870
"name": "JSON",
@@ -22470,6 +22686,24 @@
22470
22686
"isDeprecated": false,
22471
22687
"deprecationReason": null
22472
22688
},
22689
+
{
22690
+
"name": "station_unknown_open_hours",
22691
+
"description": "The leg's charging station has unknown open hours.",
22692
+
"isDeprecated": false,
22693
+
"deprecationReason": null
22694
+
},
22695
+
{
22696
+
"name": "station_closed",
22697
+
"description": "The leg's charging station is closed at the estimated time of arrival.",
22698
+
"isDeprecated": false,
22699
+
"deprecationReason": null
22700
+
},
22701
+
{
22702
+
"name": "station_closing_soon",
22703
+
"description": "The leg's charging station is closing within 45 minutes of the estimated time of arrival.",
22704
+
"isDeprecated": false,
22705
+
"deprecationReason": null
22706
+
},
22473
22707
{
22474
22708
"name": "via_insufficient_charging_time",
22475
22709
"description": "The specified stop duration at the via charging station is insufficient to start a charging session.",
0 commit comments