@chargetrip/types 1.28.0 → 1.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,6 +10,35 @@
10
10
  "name": "Subscription"
11
11
  },
12
12
  "types": [
13
+ {
14
+ "kind": "ENUM",
15
+ "name": "AccessType",
16
+ "description": null,
17
+ "fields": null,
18
+ "inputFields": null,
19
+ "interfaces": null,
20
+ "enumValues": [
21
+ {
22
+ "name": "Public",
23
+ "description": null,
24
+ "isDeprecated": false,
25
+ "deprecationReason": null
26
+ },
27
+ {
28
+ "name": "Restricted",
29
+ "description": null,
30
+ "isDeprecated": false,
31
+ "deprecationReason": null
32
+ },
33
+ {
34
+ "name": "Private",
35
+ "description": null,
36
+ "isDeprecated": false,
37
+ "deprecationReason": null
38
+ }
39
+ ],
40
+ "possibleTypes": null
41
+ },
13
42
  {
14
43
  "kind": "OBJECT",
15
44
  "name": "Address",
@@ -143,6 +172,65 @@
143
172
  "enumValues": null,
144
173
  "possibleTypes": null
145
174
  },
175
+ {
176
+ "kind": "ENUM",
177
+ "name": "AdhocAuthorisationMethod",
178
+ "description": null,
179
+ "fields": null,
180
+ "inputFields": null,
181
+ "interfaces": null,
182
+ "enumValues": [
183
+ {
184
+ "name": "CREDIT_CARD",
185
+ "description": null,
186
+ "isDeprecated": false,
187
+ "deprecationReason": null
188
+ },
189
+ {
190
+ "name": "DEBIT_CARD",
191
+ "description": null,
192
+ "isDeprecated": false,
193
+ "deprecationReason": null
194
+ },
195
+ {
196
+ "name": "OTHER",
197
+ "description": null,
198
+ "isDeprecated": false,
199
+ "deprecationReason": null
200
+ },
201
+ {
202
+ "name": "OTHER_Apple_Pay",
203
+ "description": null,
204
+ "isDeprecated": false,
205
+ "deprecationReason": null
206
+ },
207
+ {
208
+ "name": "OTHER_Authentication_by_car",
209
+ "description": null,
210
+ "isDeprecated": false,
211
+ "deprecationReason": null
212
+ },
213
+ {
214
+ "name": "OTHER_Google_Pay",
215
+ "description": null,
216
+ "isDeprecated": false,
217
+ "deprecationReason": null
218
+ },
219
+ {
220
+ "name": "QR_CODE",
221
+ "description": null,
222
+ "isDeprecated": false,
223
+ "deprecationReason": null
224
+ },
225
+ {
226
+ "name": "SMS",
227
+ "description": null,
228
+ "isDeprecated": false,
229
+ "deprecationReason": null
230
+ }
231
+ ],
232
+ "possibleTypes": null
233
+ },
146
234
  {
147
235
  "kind": "ENUM",
148
236
  "name": "Amenities",
@@ -606,6 +694,18 @@
606
694
  "isDeprecated": false,
607
695
  "deprecationReason": null
608
696
  },
697
+ {
698
+ "name": "connect",
699
+ "description": "Information about vehicle connectivity",
700
+ "args": [],
701
+ "type": {
702
+ "kind": "OBJECT",
703
+ "name": "Connect",
704
+ "ofType": null
705
+ },
706
+ "isDeprecated": false,
707
+ "deprecationReason": null
708
+ },
609
709
  {
610
710
  "name": "externalId",
611
711
  "description": "ID provided by a car data source as the row ID",
@@ -1686,6 +1786,18 @@
1686
1786
  "isDeprecated": false,
1687
1787
  "deprecationReason": null
1688
1788
  },
1789
+ {
1790
+ "name": "connect",
1791
+ "description": "Information about vehicle connectivity",
1792
+ "args": [],
1793
+ "type": {
1794
+ "kind": "OBJECT",
1795
+ "name": "Connect",
1796
+ "ofType": null
1797
+ },
1798
+ "isDeprecated": false,
1799
+ "deprecationReason": null
1800
+ },
1689
1801
  {
1690
1802
  "name": "externalId",
1691
1803
  "description": "ID provided by a car data source as the row ID",
@@ -2182,6 +2294,18 @@
2182
2294
  "defaultValue": null,
2183
2295
  "isDeprecated": false,
2184
2296
  "deprecationReason": null
2297
+ },
2298
+ {
2299
+ "name": "connect",
2300
+ "description": "Information about vehicle connectivity",
2301
+ "type": {
2302
+ "kind": "INPUT_OBJECT",
2303
+ "name": "ConnectFilter",
2304
+ "ofType": null
2305
+ },
2306
+ "defaultValue": null,
2307
+ "isDeprecated": false,
2308
+ "deprecationReason": null
2185
2309
  }
2186
2310
  ],
2187
2311
  "interfaces": null,
@@ -2996,6 +3120,18 @@
2996
3120
  },
2997
3121
  "isDeprecated": false,
2998
3122
  "deprecationReason": null
3123
+ },
3124
+ {
3125
+ "name": "connect",
3126
+ "description": "Information about vehicle connectivity",
3127
+ "args": [],
3128
+ "type": {
3129
+ "kind": "OBJECT",
3130
+ "name": "Connect",
3131
+ "ofType": null
3132
+ },
3133
+ "isDeprecated": false,
3134
+ "deprecationReason": null
2999
3135
  }
3000
3136
  ],
3001
3137
  "inputFields": null,
@@ -6097,6 +6233,159 @@
6097
6233
  "enumValues": null,
6098
6234
  "possibleTypes": null
6099
6235
  },
6236
+ {
6237
+ "kind": "OBJECT",
6238
+ "name": "ChargingBehaviour",
6239
+ "description": null,
6240
+ "fields": [
6241
+ {
6242
+ "name": "code",
6243
+ "description": "Charging behaviour of users divided in groups, based on real-time information",
6244
+ "args": [],
6245
+ "type": {
6246
+ "kind": "ENUM",
6247
+ "name": "ChargingBehaviourCode",
6248
+ "ofType": null
6249
+ },
6250
+ "isDeprecated": false,
6251
+ "deprecationReason": null
6252
+ },
6253
+ {
6254
+ "name": "description",
6255
+ "description": "Description of charging behaviour",
6256
+ "args": [],
6257
+ "type": {
6258
+ "kind": "SCALAR",
6259
+ "name": "String",
6260
+ "ofType": null
6261
+ },
6262
+ "isDeprecated": false,
6263
+ "deprecationReason": null
6264
+ }
6265
+ ],
6266
+ "inputFields": null,
6267
+ "interfaces": [],
6268
+ "enumValues": null,
6269
+ "possibleTypes": null
6270
+ },
6271
+ {
6272
+ "kind": "ENUM",
6273
+ "name": "ChargingBehaviourCode",
6274
+ "description": null,
6275
+ "fields": null,
6276
+ "inputFields": null,
6277
+ "interfaces": null,
6278
+ "enumValues": [
6279
+ {
6280
+ "name": "URBAN_CHARGING",
6281
+ "description": "Mainly morning charging, and some mixed afternoon and evening charging",
6282
+ "isDeprecated": false,
6283
+ "deprecationReason": null
6284
+ },
6285
+ {
6286
+ "name": "FAST_CHARGING",
6287
+ "description": "Mainly fast charging, with some morning and afternoon charging",
6288
+ "isDeprecated": false,
6289
+ "deprecationReason": null
6290
+ },
6291
+ {
6292
+ "name": "MIXED_CHARGING",
6293
+ "description": "Mixed behaviour between morning, afternoon, evening, overnight, and noise charging",
6294
+ "isDeprecated": false,
6295
+ "deprecationReason": null
6296
+ },
6297
+ {
6298
+ "name": "NOISE_CHARGING",
6299
+ "description": "Mainly noise charging",
6300
+ "isDeprecated": false,
6301
+ "deprecationReason": null
6302
+ },
6303
+ {
6304
+ "name": "OVERNIGHT_CHARGING",
6305
+ "description": "Mainly overnight charging",
6306
+ "isDeprecated": false,
6307
+ "deprecationReason": null
6308
+ },
6309
+ {
6310
+ "name": "OFFICE_CHARGING",
6311
+ "description": "Mainly morning charging, with some afternoon charging",
6312
+ "isDeprecated": false,
6313
+ "deprecationReason": null
6314
+ }
6315
+ ],
6316
+ "possibleTypes": null
6317
+ },
6318
+ {
6319
+ "kind": "OBJECT",
6320
+ "name": "Connect",
6321
+ "description": null,
6322
+ "fields": [
6323
+ {
6324
+ "name": "providers",
6325
+ "description": "List of connectivity providers to which a vehicle can connect",
6326
+ "args": [],
6327
+ "type": {
6328
+ "kind": "LIST",
6329
+ "name": null,
6330
+ "ofType": {
6331
+ "kind": "ENUM",
6332
+ "name": "ConnectProvider",
6333
+ "ofType": null
6334
+ }
6335
+ },
6336
+ "isDeprecated": false,
6337
+ "deprecationReason": null
6338
+ }
6339
+ ],
6340
+ "inputFields": null,
6341
+ "interfaces": [],
6342
+ "enumValues": null,
6343
+ "possibleTypes": null
6344
+ },
6345
+ {
6346
+ "kind": "INPUT_OBJECT",
6347
+ "name": "ConnectFilter",
6348
+ "description": null,
6349
+ "fields": null,
6350
+ "inputFields": [
6351
+ {
6352
+ "name": "providers",
6353
+ "description": "List of connectivity providers to which a vehicle can connect",
6354
+ "type": {
6355
+ "kind": "LIST",
6356
+ "name": null,
6357
+ "ofType": {
6358
+ "kind": "ENUM",
6359
+ "name": "ConnectProvider",
6360
+ "ofType": null
6361
+ }
6362
+ },
6363
+ "defaultValue": null,
6364
+ "isDeprecated": false,
6365
+ "deprecationReason": null
6366
+ }
6367
+ ],
6368
+ "interfaces": null,
6369
+ "enumValues": null,
6370
+ "possibleTypes": null
6371
+ },
6372
+ {
6373
+ "kind": "ENUM",
6374
+ "name": "ConnectProvider",
6375
+ "description": null,
6376
+ "fields": null,
6377
+ "inputFields": null,
6378
+ "interfaces": null,
6379
+ "enumValues": [
6380
+ {
6381
+ "name": "Enode",
6382
+ "description": null,
6383
+ "isDeprecated": false,
6384
+ "deprecationReason": null
6385
+ }
6386
+ ],
6387
+ "possibleTypes": null
6388
+ },
6100
6389
  {
6101
6390
  "kind": "OBJECT",
6102
6391
  "name": "Connector",
@@ -6268,13 +6557,25 @@
6268
6557
  },
6269
6558
  {
6270
6559
  "name": "pricing",
6271
- "description": "Charging prices, only available when using the EcoMovement database",
6560
+ "description": "Charging prices",
6272
6561
  "args": [],
6273
6562
  "type": {
6274
6563
  "kind": "OBJECT",
6275
6564
  "name": "Pricing",
6276
6565
  "ofType": null
6277
6566
  },
6567
+ "isDeprecated": true,
6568
+ "deprecationReason": "In favor of custom_properties.pricing"
6569
+ },
6570
+ {
6571
+ "name": "custom_properties",
6572
+ "description": "Custom properties of a connector. These are vendor specific and will return null values on the fields that are not supported by your station database",
6573
+ "args": [],
6574
+ "type": {
6575
+ "kind": "OBJECT",
6576
+ "name": "ConnectorCustomProperties",
6577
+ "ofType": null
6578
+ },
6278
6579
  "isDeprecated": false,
6279
6580
  "deprecationReason": null
6280
6581
  }
@@ -6285,15 +6586,38 @@
6285
6586
  "possibleTypes": null
6286
6587
  },
6287
6588
  {
6288
- "kind": "ENUM",
6289
- "name": "ConnectorType",
6290
- "description": "The socket or plug standard of the charging point.",
6291
- "fields": null,
6292
- "inputFields": null,
6293
- "interfaces": null,
6294
- "enumValues": [
6589
+ "kind": "OBJECT",
6590
+ "name": "ConnectorCustomProperties",
6591
+ "description": null,
6592
+ "fields": [
6295
6593
  {
6296
- "name": "CHADEMO",
6594
+ "name": "pricing",
6595
+ "description": "Charging prices",
6596
+ "args": [],
6597
+ "type": {
6598
+ "kind": "OBJECT",
6599
+ "name": "Pricing",
6600
+ "ofType": null
6601
+ },
6602
+ "isDeprecated": false,
6603
+ "deprecationReason": null
6604
+ }
6605
+ ],
6606
+ "inputFields": null,
6607
+ "interfaces": [],
6608
+ "enumValues": null,
6609
+ "possibleTypes": null
6610
+ },
6611
+ {
6612
+ "kind": "ENUM",
6613
+ "name": "ConnectorType",
6614
+ "description": "The socket or plug standard of the charging point.",
6615
+ "fields": null,
6616
+ "inputFields": null,
6617
+ "interfaces": null,
6618
+ "enumValues": [
6619
+ {
6620
+ "name": "CHADEMO",
6297
6621
  "description": "The connector type is CHAdeMO, DC",
6298
6622
  "isDeprecated": false,
6299
6623
  "deprecationReason": null
@@ -6776,6 +7100,12 @@
6776
7100
  "isDeprecated": false,
6777
7101
  "deprecationReason": null
6778
7102
  },
7103
+ {
7104
+ "name": "BL",
7105
+ "description": null,
7106
+ "isDeprecated": false,
7107
+ "deprecationReason": null
7108
+ },
6779
7109
  {
6780
7110
  "name": "BM",
6781
7111
  "description": null,
@@ -6794,6 +7124,12 @@
6794
7124
  "isDeprecated": false,
6795
7125
  "deprecationReason": null
6796
7126
  },
7127
+ {
7128
+ "name": "BQ",
7129
+ "description": null,
7130
+ "isDeprecated": false,
7131
+ "deprecationReason": null
7132
+ },
6797
7133
  {
6798
7134
  "name": "BR",
6799
7135
  "description": null,
@@ -6932,6 +7268,12 @@
6932
7268
  "isDeprecated": false,
6933
7269
  "deprecationReason": null
6934
7270
  },
7271
+ {
7272
+ "name": "CW",
7273
+ "description": null,
7274
+ "isDeprecated": false,
7275
+ "deprecationReason": null
7276
+ },
6935
7277
  {
6936
7278
  "name": "CX",
6937
7279
  "description": null,
@@ -7094,6 +7436,12 @@
7094
7436
  "isDeprecated": false,
7095
7437
  "deprecationReason": null
7096
7438
  },
7439
+ {
7440
+ "name": "GG",
7441
+ "description": null,
7442
+ "isDeprecated": false,
7443
+ "deprecationReason": null
7444
+ },
7097
7445
  {
7098
7446
  "name": "GH",
7099
7447
  "description": null,
@@ -7226,6 +7574,12 @@
7226
7574
  "isDeprecated": false,
7227
7575
  "deprecationReason": null
7228
7576
  },
7577
+ {
7578
+ "name": "IM",
7579
+ "description": null,
7580
+ "isDeprecated": false,
7581
+ "deprecationReason": null
7582
+ },
7229
7583
  {
7230
7584
  "name": "IN",
7231
7585
  "description": null,
@@ -7262,6 +7616,12 @@
7262
7616
  "isDeprecated": false,
7263
7617
  "deprecationReason": null
7264
7618
  },
7619
+ {
7620
+ "name": "JE",
7621
+ "description": null,
7622
+ "isDeprecated": false,
7623
+ "deprecationReason": null
7624
+ },
7265
7625
  {
7266
7626
  "name": "JM",
7267
7627
  "description": null,
@@ -7844,6 +8204,12 @@
7844
8204
  "isDeprecated": false,
7845
8205
  "deprecationReason": null
7846
8206
  },
8207
+ {
8208
+ "name": "SS",
8209
+ "description": null,
8210
+ "isDeprecated": false,
8211
+ "deprecationReason": null
8212
+ },
7847
8213
  {
7848
8214
  "name": "ST",
7849
8215
  "description": null,
@@ -8017,6 +8383,78 @@
8017
8383
  "description": null,
8018
8384
  "isDeprecated": false,
8019
8385
  "deprecationReason": null
8386
+ },
8387
+ {
8388
+ "name": "VE",
8389
+ "description": null,
8390
+ "isDeprecated": false,
8391
+ "deprecationReason": null
8392
+ },
8393
+ {
8394
+ "name": "VG",
8395
+ "description": null,
8396
+ "isDeprecated": false,
8397
+ "deprecationReason": null
8398
+ },
8399
+ {
8400
+ "name": "VI",
8401
+ "description": null,
8402
+ "isDeprecated": false,
8403
+ "deprecationReason": null
8404
+ },
8405
+ {
8406
+ "name": "VN",
8407
+ "description": null,
8408
+ "isDeprecated": false,
8409
+ "deprecationReason": null
8410
+ },
8411
+ {
8412
+ "name": "VU",
8413
+ "description": null,
8414
+ "isDeprecated": false,
8415
+ "deprecationReason": null
8416
+ },
8417
+ {
8418
+ "name": "WF",
8419
+ "description": null,
8420
+ "isDeprecated": false,
8421
+ "deprecationReason": null
8422
+ },
8423
+ {
8424
+ "name": "WS",
8425
+ "description": null,
8426
+ "isDeprecated": false,
8427
+ "deprecationReason": null
8428
+ },
8429
+ {
8430
+ "name": "YE",
8431
+ "description": null,
8432
+ "isDeprecated": false,
8433
+ "deprecationReason": null
8434
+ },
8435
+ {
8436
+ "name": "YT",
8437
+ "description": null,
8438
+ "isDeprecated": false,
8439
+ "deprecationReason": null
8440
+ },
8441
+ {
8442
+ "name": "ZA",
8443
+ "description": null,
8444
+ "isDeprecated": false,
8445
+ "deprecationReason": null
8446
+ },
8447
+ {
8448
+ "name": "ZM",
8449
+ "description": null,
8450
+ "isDeprecated": false,
8451
+ "deprecationReason": null
8452
+ },
8453
+ {
8454
+ "name": "ZW",
8455
+ "description": null,
8456
+ "isDeprecated": false,
8457
+ "deprecationReason": null
8020
8458
  }
8021
8459
  ],
8022
8460
  "possibleTypes": null
@@ -8024,7 +8462,7 @@
8024
8462
  {
8025
8463
  "kind": "SCALAR",
8026
8464
  "name": "DateTime",
8027
- "description": "The `DateTime` scalar represents a date and time following the ISO 8601 standard",
8465
+ "description": "The date and time scalar",
8028
8466
  "fields": null,
8029
8467
  "inputFields": null,
8030
8468
  "interfaces": null,
@@ -8365,119 +8803,541 @@
8365
8803
  "possibleTypes": null
8366
8804
  },
8367
8805
  {
8368
- "kind": "ENUM",
8369
- "name": "FeatureType",
8370
- "description": "GeoJSON Feature type",
8806
+ "kind": "INPUT_OBJECT",
8807
+ "name": "FeaturePointPolygonInput",
8808
+ "description": "A GeoJSON Feature<Point> input",
8371
8809
  "fields": null,
8372
- "inputFields": null,
8373
- "interfaces": null,
8374
- "enumValues": [
8810
+ "inputFields": [
8375
8811
  {
8376
- "name": "Feature",
8377
- "description": null,
8812
+ "name": "type",
8813
+ "description": "Feature type",
8814
+ "type": {
8815
+ "kind": "NON_NULL",
8816
+ "name": null,
8817
+ "ofType": {
8818
+ "kind": "ENUM",
8819
+ "name": "FeatureType",
8820
+ "ofType": null
8821
+ }
8822
+ },
8823
+ "defaultValue": null,
8378
8824
  "isDeprecated": false,
8379
8825
  "deprecationReason": null
8380
- }
8381
- ],
8382
- "possibleTypes": null
8383
- },
8384
- {
8385
- "kind": "ENUM",
8386
- "name": "InstructionsFormat",
8387
- "description": "Navigation service providers available",
8388
- "fields": null,
8389
- "inputFields": null,
8390
- "interfaces": null,
8391
- "enumValues": [
8826
+ },
8392
8827
  {
8393
- "name": "Chargetrip",
8394
- "description": "Chargetrip raw instructions",
8828
+ "name": "geometry",
8829
+ "description": "Geometry of the feature",
8830
+ "type": {
8831
+ "kind": "NON_NULL",
8832
+ "name": null,
8833
+ "ofType": {
8834
+ "kind": "INPUT_OBJECT",
8835
+ "name": "PointInput",
8836
+ "ofType": null
8837
+ }
8838
+ },
8839
+ "defaultValue": null,
8395
8840
  "isDeprecated": false,
8396
8841
  "deprecationReason": null
8397
8842
  },
8398
8843
  {
8399
- "name": "MapboxV5",
8400
- "description": "Mapbox instructions mapping",
8844
+ "name": "properties",
8845
+ "description": "Optional object where you can store custom data you need in your application.",
8846
+ "type": {
8847
+ "kind": "INPUT_OBJECT",
8848
+ "name": "FeaturePointPolygonPropertiesInput",
8849
+ "ofType": null
8850
+ },
8851
+ "defaultValue": null,
8401
8852
  "isDeprecated": false,
8402
8853
  "deprecationReason": null
8403
8854
  }
8404
8855
  ],
8405
- "possibleTypes": null
8406
- },
8407
- {
8408
- "kind": "SCALAR",
8409
- "name": "JSON",
8410
- "description": "Any JSON object or array",
8411
- "fields": null,
8412
- "inputFields": null,
8413
8856
  "interfaces": null,
8414
8857
  "enumValues": null,
8415
8858
  "possibleTypes": null
8416
8859
  },
8417
8860
  {
8418
- "kind": "ENUM",
8419
- "name": "LegType",
8420
- "description": "Types of a leg",
8421
- "fields": null,
8422
- "inputFields": null,
8423
- "interfaces": null,
8424
- "enumValues": [
8425
- {
8426
- "name": "station",
8427
- "description": "This leg ends at a charging station and the car must recharge",
8428
- "isDeprecated": false,
8429
- "deprecationReason": null
8430
- },
8431
- {
8432
- "name": "stationVia",
8433
- "description": "This leg ends at a via charging station and the car must recharge",
8434
- "isDeprecated": false,
8435
- "deprecationReason": null
8436
- },
8437
- {
8438
- "name": "via",
8439
- "description": "This leg ends at a via location",
8440
- "isDeprecated": false,
8441
- "deprecationReason": null
8442
- },
8443
- {
8444
- "name": "final",
8445
- "description": "This leg ends at the destination, and is the last leg of the route",
8446
- "isDeprecated": false,
8447
- "deprecationReason": null
8448
- },
8861
+ "kind": "OBJECT",
8862
+ "name": "FeaturePointPolygonProperties",
8863
+ "description": "Properties for Feature<Point> input",
8864
+ "fields": [
8449
8865
  {
8450
- "name": "stationFinal",
8451
- "description": "This leg ends at the destination which is a charging station, and is the last leg of the route",
8866
+ "name": "name",
8867
+ "description": "Name of the location",
8868
+ "args": [],
8869
+ "type": {
8870
+ "kind": "SCALAR",
8871
+ "name": "String",
8872
+ "ofType": null
8873
+ },
8452
8874
  "isDeprecated": false,
8453
8875
  "deprecationReason": null
8454
8876
  }
8455
8877
  ],
8878
+ "inputFields": null,
8879
+ "interfaces": [],
8880
+ "enumValues": null,
8456
8881
  "possibleTypes": null
8457
8882
  },
8458
8883
  {
8459
- "kind": "ENUM",
8460
- "name": "MappingLanguage",
8461
- "description": "Preferred language for the mapping",
8884
+ "kind": "INPUT_OBJECT",
8885
+ "name": "FeaturePointPolygonPropertiesInput",
8886
+ "description": "Properties for Feature<Point> input",
8462
8887
  "fields": null,
8463
- "inputFields": null,
8464
- "interfaces": null,
8465
- "enumValues": [
8888
+ "inputFields": [
8466
8889
  {
8467
- "name": "en",
8468
- "description": "English(US)",
8890
+ "name": "name",
8891
+ "description": "Name of the location",
8892
+ "type": {
8893
+ "kind": "SCALAR",
8894
+ "name": "String",
8895
+ "ofType": null
8896
+ },
8897
+ "defaultValue": null,
8469
8898
  "isDeprecated": false,
8470
8899
  "deprecationReason": null
8471
8900
  }
8472
8901
  ],
8902
+ "interfaces": null,
8903
+ "enumValues": null,
8473
8904
  "possibleTypes": null
8474
8905
  },
8475
8906
  {
8476
- "kind": "ENUM",
8477
- "name": "MappingProvider",
8478
- "description": "Navigation service providers available",
8479
- "fields": null,
8480
- "inputFields": null,
8907
+ "kind": "OBJECT",
8908
+ "name": "FeaturePolygon",
8909
+ "description": "A GeoJSON Feature<Polygon>",
8910
+ "fields": [
8911
+ {
8912
+ "name": "type",
8913
+ "description": "Feature type",
8914
+ "args": [],
8915
+ "type": {
8916
+ "kind": "NON_NULL",
8917
+ "name": null,
8918
+ "ofType": {
8919
+ "kind": "ENUM",
8920
+ "name": "FeatureType",
8921
+ "ofType": null
8922
+ }
8923
+ },
8924
+ "isDeprecated": false,
8925
+ "deprecationReason": null
8926
+ },
8927
+ {
8928
+ "name": "geometry",
8929
+ "description": "Geometry of the feature",
8930
+ "args": [],
8931
+ "type": {
8932
+ "kind": "NON_NULL",
8933
+ "name": null,
8934
+ "ofType": {
8935
+ "kind": "OBJECT",
8936
+ "name": "Polygon",
8937
+ "ofType": null
8938
+ }
8939
+ },
8940
+ "isDeprecated": false,
8941
+ "deprecationReason": null
8942
+ },
8943
+ {
8944
+ "name": "properties",
8945
+ "description": "Properties of the Polygon Feature",
8946
+ "args": [],
8947
+ "type": {
8948
+ "kind": "OBJECT",
8949
+ "name": "PolygonProperties",
8950
+ "ofType": null
8951
+ },
8952
+ "isDeprecated": false,
8953
+ "deprecationReason": null
8954
+ }
8955
+ ],
8956
+ "inputFields": null,
8957
+ "interfaces": [],
8958
+ "enumValues": null,
8959
+ "possibleTypes": null
8960
+ },
8961
+ {
8962
+ "kind": "OBJECT",
8963
+ "name": "FeaturePolygonPoint",
8964
+ "description": "A GeoJSON Feature<Point>",
8965
+ "fields": [
8966
+ {
8967
+ "name": "type",
8968
+ "description": "Feature type",
8969
+ "args": [],
8970
+ "type": {
8971
+ "kind": "NON_NULL",
8972
+ "name": null,
8973
+ "ofType": {
8974
+ "kind": "ENUM",
8975
+ "name": "FeatureType",
8976
+ "ofType": null
8977
+ }
8978
+ },
8979
+ "isDeprecated": false,
8980
+ "deprecationReason": null
8981
+ },
8982
+ {
8983
+ "name": "geometry",
8984
+ "description": "Geometry of the feature",
8985
+ "args": [],
8986
+ "type": {
8987
+ "kind": "NON_NULL",
8988
+ "name": null,
8989
+ "ofType": {
8990
+ "kind": "OBJECT",
8991
+ "name": "Point",
8992
+ "ofType": null
8993
+ }
8994
+ },
8995
+ "isDeprecated": false,
8996
+ "deprecationReason": null
8997
+ },
8998
+ {
8999
+ "name": "properties",
9000
+ "description": "Optional object where you can store custom data you need in your application.",
9001
+ "args": [],
9002
+ "type": {
9003
+ "kind": "SCALAR",
9004
+ "name": "JSON",
9005
+ "ofType": null
9006
+ },
9007
+ "isDeprecated": false,
9008
+ "deprecationReason": null
9009
+ }
9010
+ ],
9011
+ "inputFields": null,
9012
+ "interfaces": [],
9013
+ "enumValues": null,
9014
+ "possibleTypes": null
9015
+ },
9016
+ {
9017
+ "kind": "ENUM",
9018
+ "name": "FeatureType",
9019
+ "description": "GeoJSON Feature type",
9020
+ "fields": null,
9021
+ "inputFields": null,
9022
+ "interfaces": null,
9023
+ "enumValues": [
9024
+ {
9025
+ "name": "Feature",
9026
+ "description": null,
9027
+ "isDeprecated": false,
9028
+ "deprecationReason": null
9029
+ }
9030
+ ],
9031
+ "possibleTypes": null
9032
+ },
9033
+ {
9034
+ "kind": "ENUM",
9035
+ "name": "InstructionsFormat",
9036
+ "description": "Navigation service providers available",
9037
+ "fields": null,
9038
+ "inputFields": null,
9039
+ "interfaces": null,
9040
+ "enumValues": [
9041
+ {
9042
+ "name": "Chargetrip",
9043
+ "description": "Chargetrip raw instructions",
9044
+ "isDeprecated": false,
9045
+ "deprecationReason": null
9046
+ },
9047
+ {
9048
+ "name": "MapboxV5",
9049
+ "description": "Mapbox instructions mapping",
9050
+ "isDeprecated": false,
9051
+ "deprecationReason": null
9052
+ }
9053
+ ],
9054
+ "possibleTypes": null
9055
+ },
9056
+ {
9057
+ "kind": "OBJECT",
9058
+ "name": "Isoline",
9059
+ "description": null,
9060
+ "fields": [
9061
+ {
9062
+ "name": "id",
9063
+ "description": "Isoline id",
9064
+ "args": [],
9065
+ "type": {
9066
+ "kind": "NON_NULL",
9067
+ "name": null,
9068
+ "ofType": {
9069
+ "kind": "SCALAR",
9070
+ "name": "ID",
9071
+ "ofType": null
9072
+ }
9073
+ },
9074
+ "isDeprecated": false,
9075
+ "deprecationReason": null
9076
+ },
9077
+ {
9078
+ "name": "status",
9079
+ "description": "Isoline status",
9080
+ "args": [],
9081
+ "type": {
9082
+ "kind": "NON_NULL",
9083
+ "name": null,
9084
+ "ofType": {
9085
+ "kind": "ENUM",
9086
+ "name": "IsolineStatus",
9087
+ "ofType": null
9088
+ }
9089
+ },
9090
+ "isDeprecated": false,
9091
+ "deprecationReason": null
9092
+ },
9093
+ {
9094
+ "name": "polygons",
9095
+ "description": "Shape of the isoline consisting in a list of polygons",
9096
+ "args": [],
9097
+ "type": {
9098
+ "kind": "LIST",
9099
+ "name": null,
9100
+ "ofType": {
9101
+ "kind": "OBJECT",
9102
+ "name": "FeaturePolygon",
9103
+ "ofType": null
9104
+ }
9105
+ },
9106
+ "isDeprecated": false,
9107
+ "deprecationReason": null
9108
+ },
9109
+ {
9110
+ "name": "origin",
9111
+ "description": "Origin point of the request",
9112
+ "args": [],
9113
+ "type": {
9114
+ "kind": "NON_NULL",
9115
+ "name": null,
9116
+ "ofType": {
9117
+ "kind": "OBJECT",
9118
+ "name": "FeaturePolygonPoint",
9119
+ "ofType": null
9120
+ }
9121
+ },
9122
+ "isDeprecated": false,
9123
+ "deprecationReason": null
9124
+ },
9125
+ {
9126
+ "name": "vehicle_id",
9127
+ "description": "Vehicle id",
9128
+ "args": [],
9129
+ "type": {
9130
+ "kind": "NON_NULL",
9131
+ "name": null,
9132
+ "ofType": {
9133
+ "kind": "SCALAR",
9134
+ "name": "ID",
9135
+ "ofType": null
9136
+ }
9137
+ },
9138
+ "isDeprecated": false,
9139
+ "deprecationReason": null
9140
+ },
9141
+ {
9142
+ "name": "polygon_count",
9143
+ "description": "Number of Isolines to be generated representing SoC (default: 1, max: 100)",
9144
+ "args": [],
9145
+ "type": {
9146
+ "kind": "SCALAR",
9147
+ "name": "Int",
9148
+ "ofType": null
9149
+ },
9150
+ "isDeprecated": false,
9151
+ "deprecationReason": null
9152
+ },
9153
+ {
9154
+ "name": "season",
9155
+ "description": "Season to be taken into account when generating the isoline, defaults to current",
9156
+ "args": [],
9157
+ "type": {
9158
+ "kind": "ENUM",
9159
+ "name": "RouteSeason",
9160
+ "ofType": null
9161
+ },
9162
+ "isDeprecated": false,
9163
+ "deprecationReason": null
9164
+ }
9165
+ ],
9166
+ "inputFields": null,
9167
+ "interfaces": [],
9168
+ "enumValues": null,
9169
+ "possibleTypes": null
9170
+ },
9171
+ {
9172
+ "kind": "INPUT_OBJECT",
9173
+ "name": "IsolineInput",
9174
+ "description": null,
9175
+ "fields": null,
9176
+ "inputFields": [
9177
+ {
9178
+ "name": "vehicle_id",
9179
+ "description": "Vehicle id",
9180
+ "type": {
9181
+ "kind": "NON_NULL",
9182
+ "name": null,
9183
+ "ofType": {
9184
+ "kind": "SCALAR",
9185
+ "name": "ID",
9186
+ "ofType": null
9187
+ }
9188
+ },
9189
+ "defaultValue": null,
9190
+ "isDeprecated": false,
9191
+ "deprecationReason": null
9192
+ },
9193
+ {
9194
+ "name": "origin",
9195
+ "description": "Origin point of the request",
9196
+ "type": {
9197
+ "kind": "NON_NULL",
9198
+ "name": null,
9199
+ "ofType": {
9200
+ "kind": "INPUT_OBJECT",
9201
+ "name": "FeaturePointPolygonInput",
9202
+ "ofType": null
9203
+ }
9204
+ },
9205
+ "defaultValue": null,
9206
+ "isDeprecated": false,
9207
+ "deprecationReason": null
9208
+ },
9209
+ {
9210
+ "name": "polygon_count",
9211
+ "description": "Numbers of polygons to be generated (default: 1, max: 100)",
9212
+ "type": {
9213
+ "kind": "SCALAR",
9214
+ "name": "Int",
9215
+ "ofType": null
9216
+ },
9217
+ "defaultValue": null,
9218
+ "isDeprecated": false,
9219
+ "deprecationReason": null
9220
+ },
9221
+ {
9222
+ "name": "season",
9223
+ "description": "Season to be taken into account when generating the isoline, defaults to current",
9224
+ "type": {
9225
+ "kind": "ENUM",
9226
+ "name": "RouteSeason",
9227
+ "ofType": null
9228
+ },
9229
+ "defaultValue": null,
9230
+ "isDeprecated": false,
9231
+ "deprecationReason": null
9232
+ }
9233
+ ],
9234
+ "interfaces": null,
9235
+ "enumValues": null,
9236
+ "possibleTypes": null
9237
+ },
9238
+ {
9239
+ "kind": "ENUM",
9240
+ "name": "IsolineStatus",
9241
+ "description": "Status of the isoline label",
9242
+ "fields": null,
9243
+ "inputFields": null,
9244
+ "interfaces": null,
9245
+ "enumValues": [
9246
+ {
9247
+ "name": "done",
9248
+ "description": "Isoline label has been successfully generated",
9249
+ "isDeprecated": false,
9250
+ "deprecationReason": null
9251
+ },
9252
+ {
9253
+ "name": "pending",
9254
+ "description": "Isoline label is under processing",
9255
+ "isDeprecated": false,
9256
+ "deprecationReason": null
9257
+ },
9258
+ {
9259
+ "name": "error",
9260
+ "description": "There was an error while generating the isoline label",
9261
+ "isDeprecated": false,
9262
+ "deprecationReason": null
9263
+ }
9264
+ ],
9265
+ "possibleTypes": null
9266
+ },
9267
+ {
9268
+ "kind": "SCALAR",
9269
+ "name": "JSON",
9270
+ "description": "Any JSON object or array",
9271
+ "fields": null,
9272
+ "inputFields": null,
9273
+ "interfaces": null,
9274
+ "enumValues": null,
9275
+ "possibleTypes": null
9276
+ },
9277
+ {
9278
+ "kind": "ENUM",
9279
+ "name": "LegType",
9280
+ "description": "Types of a leg",
9281
+ "fields": null,
9282
+ "inputFields": null,
9283
+ "interfaces": null,
9284
+ "enumValues": [
9285
+ {
9286
+ "name": "station",
9287
+ "description": "This leg ends at a charging station and the car must recharge",
9288
+ "isDeprecated": false,
9289
+ "deprecationReason": null
9290
+ },
9291
+ {
9292
+ "name": "stationVia",
9293
+ "description": "This leg ends at a via charging station and the car must recharge",
9294
+ "isDeprecated": false,
9295
+ "deprecationReason": null
9296
+ },
9297
+ {
9298
+ "name": "via",
9299
+ "description": "This leg ends at a via location",
9300
+ "isDeprecated": false,
9301
+ "deprecationReason": null
9302
+ },
9303
+ {
9304
+ "name": "final",
9305
+ "description": "This leg ends at the destination, and is the last leg of the route",
9306
+ "isDeprecated": false,
9307
+ "deprecationReason": null
9308
+ },
9309
+ {
9310
+ "name": "stationFinal",
9311
+ "description": "This leg ends at the destination which is a charging station, and is the last leg of the route",
9312
+ "isDeprecated": false,
9313
+ "deprecationReason": null
9314
+ }
9315
+ ],
9316
+ "possibleTypes": null
9317
+ },
9318
+ {
9319
+ "kind": "ENUM",
9320
+ "name": "MappingLanguage",
9321
+ "description": "Preferred language for the mapping",
9322
+ "fields": null,
9323
+ "inputFields": null,
9324
+ "interfaces": null,
9325
+ "enumValues": [
9326
+ {
9327
+ "name": "en",
9328
+ "description": "English(US)",
9329
+ "isDeprecated": false,
9330
+ "deprecationReason": null
9331
+ }
9332
+ ],
9333
+ "possibleTypes": null
9334
+ },
9335
+ {
9336
+ "kind": "ENUM",
9337
+ "name": "MappingProvider",
9338
+ "description": "Navigation service providers available",
9339
+ "fields": null,
9340
+ "inputFields": null,
8481
9341
  "interfaces": null,
8482
9342
  "enumValues": [
8483
9343
  {
@@ -8500,6 +9360,35 @@
8500
9360
  "name": "Mutation",
8501
9361
  "description": null,
8502
9362
  "fields": [
9363
+ {
9364
+ "name": "createIsoline",
9365
+ "description": "[BETA] Generate a set of consumption based Isolines",
9366
+ "args": [
9367
+ {
9368
+ "name": "input",
9369
+ "description": "Isoline input",
9370
+ "type": {
9371
+ "kind": "NON_NULL",
9372
+ "name": null,
9373
+ "ofType": {
9374
+ "kind": "INPUT_OBJECT",
9375
+ "name": "IsolineInput",
9376
+ "ofType": null
9377
+ }
9378
+ },
9379
+ "defaultValue": null,
9380
+ "isDeprecated": false,
9381
+ "deprecationReason": null
9382
+ }
9383
+ ],
9384
+ "type": {
9385
+ "kind": "SCALAR",
9386
+ "name": "ID",
9387
+ "ofType": null
9388
+ },
9389
+ "isDeprecated": false,
9390
+ "deprecationReason": null
9391
+ },
8503
9392
  {
8504
9393
  "name": "startNavigation",
8505
9394
  "description": "[BETA] Start a new navigation session on top of an existing route",
@@ -9192,7 +10081,7 @@
9192
10081
  "inputFields": [
9193
10082
  {
9194
10083
  "name": "state_of_charge",
9195
- "description": "State of charge at the last known location",
10084
+ "description": "State of charge at the last known location, in kwh",
9196
10085
  "type": {
9197
10086
  "kind": "SCALAR",
9198
10087
  "name": "Float",
@@ -9216,7 +10105,7 @@
9216
10105
  },
9217
10106
  {
9218
10107
  "name": "tire_pressure",
9219
- "description": "Tire pressure. This information should come from telemetry",
10108
+ "description": "Average tire pressure, in bars. This information should come from telemetry",
9220
10109
  "type": {
9221
10110
  "kind": "SCALAR",
9222
10111
  "name": "Float",
@@ -9266,7 +10155,7 @@
9266
10155
  "deprecationReason": null
9267
10156
  },
9268
10157
  {
9269
- "name": "locations_data",
10158
+ "name": "location_data",
9270
10159
  "description": "A list of locations that were collected since the last update",
9271
10160
  "type": {
9272
10161
  "kind": "NON_NULL",
@@ -11820,6 +12709,16 @@
11820
12709
  "enumValues": null,
11821
12710
  "possibleTypes": null
11822
12711
  },
12712
+ {
12713
+ "kind": "SCALAR",
12714
+ "name": "PlainString",
12715
+ "description": "The `PlainString` scalar type represents textual data, represented as UTF-8 character sequences.\nThe PlainString type represents free-form human-readable text with HTML sanitization.",
12716
+ "fields": null,
12717
+ "inputFields": null,
12718
+ "interfaces": null,
12719
+ "enumValues": null,
12720
+ "possibleTypes": null
12721
+ },
11823
12722
  {
11824
12723
  "kind": "OBJECT",
11825
12724
  "name": "Point",
@@ -11913,25 +12812,120 @@
11913
12812
  }
11914
12813
  }
11915
12814
  },
11916
- "defaultValue": null,
12815
+ "defaultValue": null,
12816
+ "isDeprecated": false,
12817
+ "deprecationReason": null
12818
+ }
12819
+ ],
12820
+ "interfaces": null,
12821
+ "enumValues": null,
12822
+ "possibleTypes": null
12823
+ },
12824
+ {
12825
+ "kind": "ENUM",
12826
+ "name": "PointType",
12827
+ "description": "GeoJSON Point type",
12828
+ "fields": null,
12829
+ "inputFields": null,
12830
+ "interfaces": null,
12831
+ "enumValues": [
12832
+ {
12833
+ "name": "Point",
12834
+ "description": null,
12835
+ "isDeprecated": false,
12836
+ "deprecationReason": null
12837
+ }
12838
+ ],
12839
+ "possibleTypes": null
12840
+ },
12841
+ {
12842
+ "kind": "OBJECT",
12843
+ "name": "Polygon",
12844
+ "description": "A GeoJSON Polygon",
12845
+ "fields": [
12846
+ {
12847
+ "name": "type",
12848
+ "description": "Polygon type",
12849
+ "args": [],
12850
+ "type": {
12851
+ "kind": "NON_NULL",
12852
+ "name": null,
12853
+ "ofType": {
12854
+ "kind": "ENUM",
12855
+ "name": "PolygonType",
12856
+ "ofType": null
12857
+ }
12858
+ },
12859
+ "isDeprecated": false,
12860
+ "deprecationReason": null
12861
+ },
12862
+ {
12863
+ "name": "coordinates",
12864
+ "description": "List of coordinates representing a polygon",
12865
+ "args": [],
12866
+ "type": {
12867
+ "kind": "NON_NULL",
12868
+ "name": null,
12869
+ "ofType": {
12870
+ "kind": "LIST",
12871
+ "name": null,
12872
+ "ofType": {
12873
+ "kind": "LIST",
12874
+ "name": null,
12875
+ "ofType": {
12876
+ "kind": "LIST",
12877
+ "name": null,
12878
+ "ofType": {
12879
+ "kind": "SCALAR",
12880
+ "name": "Float",
12881
+ "ofType": null
12882
+ }
12883
+ }
12884
+ }
12885
+ }
12886
+ },
12887
+ "isDeprecated": false,
12888
+ "deprecationReason": null
12889
+ }
12890
+ ],
12891
+ "inputFields": null,
12892
+ "interfaces": [],
12893
+ "enumValues": null,
12894
+ "possibleTypes": null
12895
+ },
12896
+ {
12897
+ "kind": "OBJECT",
12898
+ "name": "PolygonProperties",
12899
+ "description": "Polygon properties",
12900
+ "fields": [
12901
+ {
12902
+ "name": "index",
12903
+ "description": "Index of the feature inside the list",
12904
+ "args": [],
12905
+ "type": {
12906
+ "kind": "SCALAR",
12907
+ "name": "Int",
12908
+ "ofType": null
12909
+ },
11917
12910
  "isDeprecated": false,
11918
12911
  "deprecationReason": null
11919
12912
  }
11920
12913
  ],
11921
- "interfaces": null,
12914
+ "inputFields": null,
12915
+ "interfaces": [],
11922
12916
  "enumValues": null,
11923
12917
  "possibleTypes": null
11924
12918
  },
11925
12919
  {
11926
12920
  "kind": "ENUM",
11927
- "name": "PointType",
11928
- "description": "GeoJSON Point type",
12921
+ "name": "PolygonType",
12922
+ "description": "GeoJSON Polygon type",
11929
12923
  "fields": null,
11930
12924
  "inputFields": null,
11931
12925
  "interfaces": null,
11932
12926
  "enumValues": [
11933
12927
  {
11934
- "name": "Point",
12928
+ "name": "Polygon",
11935
12929
  "description": null,
11936
12930
  "isDeprecated": false,
11937
12931
  "deprecationReason": null
@@ -12492,6 +13486,35 @@
12492
13486
  "isDeprecated": false,
12493
13487
  "deprecationReason": null
12494
13488
  },
13489
+ {
13490
+ "name": "isoline",
13491
+ "description": "[BETA] Get an isoline by ID",
13492
+ "args": [
13493
+ {
13494
+ "name": "id",
13495
+ "description": "ID of the isoline label to retrieve",
13496
+ "type": {
13497
+ "kind": "NON_NULL",
13498
+ "name": null,
13499
+ "ofType": {
13500
+ "kind": "SCALAR",
13501
+ "name": "ID",
13502
+ "ofType": null
13503
+ }
13504
+ },
13505
+ "defaultValue": null,
13506
+ "isDeprecated": false,
13507
+ "deprecationReason": null
13508
+ }
13509
+ ],
13510
+ "type": {
13511
+ "kind": "OBJECT",
13512
+ "name": "Isoline",
13513
+ "ofType": null
13514
+ },
13515
+ "isDeprecated": false,
13516
+ "deprecationReason": null
13517
+ },
12495
13518
  {
12496
13519
  "name": "navigation",
12497
13520
  "description": "[BETA] Get a navigation session by ID",
@@ -13244,6 +14267,18 @@
13244
14267
  "isDeprecated": false,
13245
14268
  "deprecationReason": null
13246
14269
  },
14270
+ {
14271
+ "name": "cargo",
14272
+ "description": "Cargo weight, in kg",
14273
+ "args": [],
14274
+ "type": {
14275
+ "kind": "SCALAR",
14276
+ "name": "Float",
14277
+ "ofType": null
14278
+ },
14279
+ "isDeprecated": false,
14280
+ "deprecationReason": null
14281
+ },
13247
14282
  {
13248
14283
  "name": "numberOfPassengers",
13249
14284
  "description": "The number of passengers on board",
@@ -13293,7 +14328,7 @@
13293
14328
  "fields": [
13294
14329
  {
13295
14330
  "name": "capacity",
13296
- "description": "Usable capacity of the battery used to compute the route. If this in not filled in, value as the car batteryUsableKwh",
14331
+ "description": "Usable capacity of the battery used to compute the route. If this in not filled in, value as the car battery.usable_kwh",
13297
14332
  "args": [],
13298
14333
  "type": {
13299
14334
  "kind": "OBJECT",
@@ -13317,7 +14352,7 @@
13317
14352
  },
13318
14353
  {
13319
14354
  "name": "stateOfCharge",
13320
- "description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and it will be equal to the batteryUsableKwh",
14355
+ "description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and it will be equal to the battery.usable_kwh",
13321
14356
  "args": [],
13322
14357
  "type": {
13323
14358
  "kind": "OBJECT",
@@ -13341,7 +14376,7 @@
13341
14376
  },
13342
14377
  {
13343
14378
  "name": "finalStateOfCharge",
13344
- "description": "Desired final amount of energy in a battery. If this is not filled in, it will be set to 20% of the car batteryUsableKwh",
14379
+ "description": "Desired final amount of energy in a battery. If this is not filled in, it will be set to 20% of the car battery.usable_kwh",
13345
14380
  "args": [],
13346
14381
  "type": {
13347
14382
  "kind": "OBJECT",
@@ -13377,7 +14412,7 @@
13377
14412
  "inputFields": [
13378
14413
  {
13379
14414
  "name": "capacity",
13380
- "description": "Usable capacity of a battery used to compute a route. We recommend you stay between 50% and 150%. If this in not filled in, we assume it is the same value as the car batteryUsableKwh",
14415
+ "description": "Usable capacity of a battery used to compute a route. We recommend you stay between 50% and 150%. If this in not filled in, we assume it is the same value as the car battery.usable_kwh",
13381
14416
  "type": {
13382
14417
  "kind": "INPUT_OBJECT",
13383
14418
  "name": "RequestEvBatteryInputValue",
@@ -13389,7 +14424,7 @@
13389
14424
  },
13390
14425
  {
13391
14426
  "name": "stateOfCharge",
13392
- "description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and we fill it in with car batteryUsableKwh",
14427
+ "description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and we fill it in with car battery.usable_kwh",
13393
14428
  "type": {
13394
14429
  "kind": "INPUT_OBJECT",
13395
14430
  "name": "RequestEvBatteryInputValue",
@@ -13401,7 +14436,7 @@
13401
14436
  },
13402
14437
  {
13403
14438
  "name": "finalStateOfCharge",
13404
- "description": "Desired final amount of energy in a battery. If this is not filled in, we assume it is 20% of the car batteryUsableKwh",
14439
+ "description": "Desired final amount of energy in a battery. The value should be between 0 and 80% of the car battery.usable_kwh If this is not filled in, we assume it is 20% of the car battery.usable_kwh",
13405
14440
  "type": {
13406
14441
  "kind": "INPUT_OBJECT",
13407
14442
  "name": "RequestEvBatteryInputValue",
@@ -13698,6 +14733,18 @@
13698
14733
  "isDeprecated": false,
13699
14734
  "deprecationReason": null
13700
14735
  },
14736
+ {
14737
+ "name": "cargo",
14738
+ "description": "Cargo weight, in kg",
14739
+ "type": {
14740
+ "kind": "SCALAR",
14741
+ "name": "Int",
14742
+ "ofType": null
14743
+ },
14744
+ "defaultValue": null,
14745
+ "isDeprecated": false,
14746
+ "deprecationReason": null
14747
+ },
13701
14748
  {
13702
14749
  "name": "consumption",
13703
14750
  "description": "Consumption specific to the EV or inputted by the request",
@@ -15928,7 +16975,7 @@
15928
16975
  },
15929
16976
  {
15930
16977
  "name": "plugsAvailable",
15931
- "description": "Number of available plugs at a station",
16978
+ "description": "Number of compatible plugs available at a charge station",
15932
16979
  "args": [],
15933
16980
  "type": {
15934
16981
  "kind": "SCALAR",
@@ -15940,7 +16987,7 @@
15940
16987
  },
15941
16988
  {
15942
16989
  "name": "plugsOccupied",
15943
- "description": "Number of occupied plugs at a charge station",
16990
+ "description": "Number of compatible plugs occupied at a charge station",
15944
16991
  "args": [],
15945
16992
  "type": {
15946
16993
  "kind": "SCALAR",
@@ -15952,7 +16999,7 @@
15952
16999
  },
15953
17000
  {
15954
17001
  "name": "plugsUnknown",
15955
- "description": "Number of unknown plugs at a charge station",
17002
+ "description": "Number of compatible plugs unknown at a charge station",
15956
17003
  "args": [],
15957
17004
  "type": {
15958
17005
  "kind": "SCALAR",
@@ -15964,7 +17011,7 @@
15964
17011
  },
15965
17012
  {
15966
17013
  "name": "plugsOutOfOrder",
15967
- "description": "Number of out of order plugs at a charge station",
17014
+ "description": "Number of compatible plugs out of order at a charge station",
15968
17015
  "args": [],
15969
17016
  "type": {
15970
17017
  "kind": "SCALAR",
@@ -15976,7 +17023,7 @@
15976
17023
  },
15977
17024
  {
15978
17025
  "name": "plugsCount",
15979
- "description": "Total number of plugs at a charge station",
17026
+ "description": "Total number of compatible plugs at a charge station",
15980
17027
  "args": [],
15981
17028
  "type": {
15982
17029
  "kind": "SCALAR",
@@ -16042,6 +17089,30 @@
16042
17089
  },
16043
17090
  "isDeprecated": false,
16044
17091
  "deprecationReason": null
17092
+ },
17093
+ {
17094
+ "name": "cargo",
17095
+ "description": "Cargo weight in a vehicle for the duration of a leg, in kg",
17096
+ "args": [],
17097
+ "type": {
17098
+ "kind": "SCALAR",
17099
+ "name": "Float",
17100
+ "ofType": null
17101
+ },
17102
+ "isDeprecated": false,
17103
+ "deprecationReason": null
17104
+ },
17105
+ {
17106
+ "name": "occupants",
17107
+ "description": "Number of occupants in a vehicle for the duration of a leg",
17108
+ "args": [],
17109
+ "type": {
17110
+ "kind": "SCALAR",
17111
+ "name": "Int",
17112
+ "ofType": null
17113
+ },
17114
+ "isDeprecated": false,
17115
+ "deprecationReason": null
16045
17116
  }
16046
17117
  ],
16047
17118
  "inputFields": null,
@@ -16927,6 +17998,12 @@
16927
17998
  "description": null,
16928
17999
  "isDeprecated": false,
16929
18000
  "deprecationReason": null
18001
+ },
18002
+ {
18003
+ "name": "crossborder",
18004
+ "description": null,
18005
+ "isDeprecated": false,
18006
+ "deprecationReason": null
16930
18007
  }
16931
18008
  ],
16932
18009
  "possibleTypes": null
@@ -17460,8 +18537,8 @@
17460
18537
  "ofType": null
17461
18538
  }
17462
18539
  },
17463
- "isDeprecated": false,
17464
- "deprecationReason": null
18540
+ "isDeprecated": true,
18541
+ "deprecationReason": "In favor of custom_properties.predicted_occupancy"
17465
18542
  },
17466
18543
  {
17467
18544
  "name": "speed",
@@ -17486,6 +18563,18 @@
17486
18563
  },
17487
18564
  "isDeprecated": false,
17488
18565
  "deprecationReason": null
18566
+ },
18567
+ {
18568
+ "name": "custom_properties",
18569
+ "description": "Custom properties of a station. These are vendor specific and will return null values on the fields that are not supported by your station database",
18570
+ "args": [],
18571
+ "type": {
18572
+ "kind": "OBJECT",
18573
+ "name": "StationCustomProperties",
18574
+ "ofType": null
18575
+ },
18576
+ "isDeprecated": false,
18577
+ "deprecationReason": null
17489
18578
  }
17490
18579
  ],
17491
18580
  "inputFields": null,
@@ -17683,6 +18772,113 @@
17683
18772
  "enumValues": null,
17684
18773
  "possibleTypes": null
17685
18774
  },
18775
+ {
18776
+ "kind": "OBJECT",
18777
+ "name": "StationCustomProperties",
18778
+ "description": null,
18779
+ "fields": [
18780
+ {
18781
+ "name": "roaming",
18782
+ "description": "List of eMSP cards accepted at a charging station",
18783
+ "args": [],
18784
+ "type": {
18785
+ "kind": "LIST",
18786
+ "name": null,
18787
+ "ofType": {
18788
+ "kind": "OBJECT",
18789
+ "name": "StationRoaming",
18790
+ "ofType": null
18791
+ }
18792
+ },
18793
+ "isDeprecated": false,
18794
+ "deprecationReason": null
18795
+ },
18796
+ {
18797
+ "name": "support_phone_number",
18798
+ "description": "Phone number for assistance at a charging station",
18799
+ "args": [],
18800
+ "type": {
18801
+ "kind": "SCALAR",
18802
+ "name": "String",
18803
+ "ofType": null
18804
+ },
18805
+ "isDeprecated": false,
18806
+ "deprecationReason": null
18807
+ },
18808
+ {
18809
+ "name": "charging_behaviour",
18810
+ "description": "Charging behavior of a station",
18811
+ "args": [],
18812
+ "type": {
18813
+ "kind": "OBJECT",
18814
+ "name": "ChargingBehaviour",
18815
+ "ofType": null
18816
+ },
18817
+ "isDeprecated": false,
18818
+ "deprecationReason": null
18819
+ },
18820
+ {
18821
+ "name": "reliability_score",
18822
+ "description": "Shows how reliable a charging station is (1 to 5; 1 = unreliable, 5 = reliable), taking into account the charging behaviour history and error values",
18823
+ "args": [],
18824
+ "type": {
18825
+ "kind": "SCALAR",
18826
+ "name": "Int",
18827
+ "ofType": null
18828
+ },
18829
+ "isDeprecated": false,
18830
+ "deprecationReason": null
18831
+ },
18832
+ {
18833
+ "name": "adhoc_authorisation_method",
18834
+ "description": "List of available ad hoc payment methods",
18835
+ "args": [],
18836
+ "type": {
18837
+ "kind": "LIST",
18838
+ "name": null,
18839
+ "ofType": {
18840
+ "kind": "ENUM",
18841
+ "name": "AdhocAuthorisationMethod",
18842
+ "ofType": null
18843
+ }
18844
+ },
18845
+ "isDeprecated": false,
18846
+ "deprecationReason": null
18847
+ },
18848
+ {
18849
+ "name": "predicted_occupancy",
18850
+ "description": "Predicted station occupancy",
18851
+ "args": [],
18852
+ "type": {
18853
+ "kind": "LIST",
18854
+ "name": null,
18855
+ "ofType": {
18856
+ "kind": "OBJECT",
18857
+ "name": "StationPredictedOccupancy",
18858
+ "ofType": null
18859
+ }
18860
+ },
18861
+ "isDeprecated": false,
18862
+ "deprecationReason": null
18863
+ },
18864
+ {
18865
+ "name": "access_type",
18866
+ "description": "Type of access to the charging station",
18867
+ "args": [],
18868
+ "type": {
18869
+ "kind": "ENUM",
18870
+ "name": "AccessType",
18871
+ "ofType": null
18872
+ },
18873
+ "isDeprecated": false,
18874
+ "deprecationReason": null
18875
+ }
18876
+ ],
18877
+ "inputFields": null,
18878
+ "interfaces": [],
18879
+ "enumValues": null,
18880
+ "possibleTypes": null
18881
+ },
17686
18882
  {
17687
18883
  "kind": "INPUT_OBJECT",
17688
18884
  "name": "StationListFilter",
@@ -17851,13 +19047,72 @@
17851
19047
  "description": "The prediction for each hour 0-23 from 1 to 5 (1 - very busy ... 5 very quiet (free))",
17852
19048
  "args": [],
17853
19049
  "type": {
17854
- "kind": "LIST",
17855
- "name": null,
17856
- "ofType": {
17857
- "kind": "SCALAR",
17858
- "name": "Int",
17859
- "ofType": null
17860
- }
19050
+ "kind": "LIST",
19051
+ "name": null,
19052
+ "ofType": {
19053
+ "kind": "SCALAR",
19054
+ "name": "Int",
19055
+ "ofType": null
19056
+ }
19057
+ },
19058
+ "isDeprecated": false,
19059
+ "deprecationReason": null
19060
+ }
19061
+ ],
19062
+ "inputFields": null,
19063
+ "interfaces": [],
19064
+ "enumValues": null,
19065
+ "possibleTypes": null
19066
+ },
19067
+ {
19068
+ "kind": "OBJECT",
19069
+ "name": "StationPredictedOccupancy",
19070
+ "description": "Station occupancy for each weekday and hour",
19071
+ "fields": [
19072
+ {
19073
+ "name": "weekday",
19074
+ "description": "Number of weekday from 1 (monday) to 7 (sunday)",
19075
+ "args": [],
19076
+ "type": {
19077
+ "kind": "SCALAR",
19078
+ "name": "Int",
19079
+ "ofType": null
19080
+ },
19081
+ "isDeprecated": false,
19082
+ "deprecationReason": null
19083
+ },
19084
+ {
19085
+ "name": "occupancy",
19086
+ "description": "Occupancy on a scale from 1 to 10, where 1 means free for charging and 10 means fully occupied",
19087
+ "args": [],
19088
+ "type": {
19089
+ "kind": "SCALAR",
19090
+ "name": "Int",
19091
+ "ofType": null
19092
+ },
19093
+ "isDeprecated": false,
19094
+ "deprecationReason": null
19095
+ },
19096
+ {
19097
+ "name": "period_begin",
19098
+ "description": "Start of the period of the occupancy prediction (string of 'hh-mmZ' format)",
19099
+ "args": [],
19100
+ "type": {
19101
+ "kind": "SCALAR",
19102
+ "name": "String",
19103
+ "ofType": null
19104
+ },
19105
+ "isDeprecated": false,
19106
+ "deprecationReason": null
19107
+ },
19108
+ {
19109
+ "name": "period_end",
19110
+ "description": "End of the period of the occupancy prediction (string of 'hh-mmZ' format)",
19111
+ "args": [],
19112
+ "type": {
19113
+ "kind": "SCALAR",
19114
+ "name": "String",
19115
+ "ofType": null
17861
19116
  },
17862
19117
  "isDeprecated": false,
17863
19118
  "deprecationReason": null
@@ -17870,36 +19125,36 @@
17870
19125
  },
17871
19126
  {
17872
19127
  "kind": "OBJECT",
17873
- "name": "StationPredictedOccupancy",
17874
- "description": "Station occupancy for each weekday and hour",
19128
+ "name": "StationRoaming",
19129
+ "description": null,
17875
19130
  "fields": [
17876
19131
  {
17877
- "name": "weekday",
17878
- "description": "Number of weekday from 1 (monday) to 7 (sunday)",
19132
+ "name": "emsp",
19133
+ "description": "Name of the EMSP provider",
17879
19134
  "args": [],
17880
19135
  "type": {
17881
19136
  "kind": "SCALAR",
17882
- "name": "Int",
19137
+ "name": "String",
17883
19138
  "ofType": null
17884
19139
  },
17885
19140
  "isDeprecated": false,
17886
19141
  "deprecationReason": null
17887
19142
  },
17888
19143
  {
17889
- "name": "occupancy",
17890
- "description": "Occupancy on a scale from 1 to 10, where 1 means free for charging and 10 means fully occupied",
19144
+ "name": "card",
19145
+ "description": "Name of the card accepted at a charging station",
17891
19146
  "args": [],
17892
19147
  "type": {
17893
19148
  "kind": "SCALAR",
17894
- "name": "Int",
19149
+ "name": "String",
17895
19150
  "ofType": null
17896
19151
  },
17897
19152
  "isDeprecated": false,
17898
19153
  "deprecationReason": null
17899
19154
  },
17900
19155
  {
17901
- "name": "period_begin",
17902
- "description": "Start of the period of the occupancy prediction (string of 'hh-mmZ' format)",
19156
+ "name": "android_app_link",
19157
+ "description": "Link to native Android app for card accepted at a charging station",
17903
19158
  "args": [],
17904
19159
  "type": {
17905
19160
  "kind": "SCALAR",
@@ -17910,8 +19165,8 @@
17910
19165
  "deprecationReason": null
17911
19166
  },
17912
19167
  {
17913
- "name": "period_end",
17914
- "description": "End of the period of the occupancy prediction (string of 'hh-mmZ' format)",
19168
+ "name": "ios_app_link",
19169
+ "description": "Link to native iOS app for card accepted at a charging station",
17915
19170
  "args": [],
17916
19171
  "type": {
17917
19172
  "kind": "SCALAR",
@@ -18052,6 +19307,12 @@
18052
19307
  "description": "This step is reachable by walking",
18053
19308
  "isDeprecated": false,
18054
19309
  "deprecationReason": null
19310
+ },
19311
+ {
19312
+ "name": "crossborder",
19313
+ "description": "This step is a crossborder",
19314
+ "isDeprecated": false,
19315
+ "deprecationReason": null
18055
19316
  }
18056
19317
  ],
18057
19318
  "possibleTypes": null
@@ -18062,8 +19323,8 @@
18062
19323
  "description": null,
18063
19324
  "fields": [
18064
19325
  {
18065
- "name": "navigationUpdatedById",
18066
- "description": "[BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates",
19326
+ "name": "isoline",
19327
+ "description": "[BETA] Subscribe to an isoline label in order to receive updates",
18067
19328
  "args": [
18068
19329
  {
18069
19330
  "name": "id",
@@ -18084,84 +19345,19 @@
18084
19345
  ],
18085
19346
  "type": {
18086
19347
  "kind": "OBJECT",
18087
- "name": "Navigation",
19348
+ "name": "Isoline",
18088
19349
  "ofType": null
18089
19350
  },
18090
19351
  "isDeprecated": false,
18091
19352
  "deprecationReason": null
18092
19353
  },
18093
19354
  {
18094
- "name": "operatorAdded",
18095
- "description": "Subscription for a new operator was added in the system event",
18096
- "args": [],
18097
- "type": {
18098
- "kind": "OBJECT",
18099
- "name": "Operator",
18100
- "ofType": null
18101
- },
18102
- "isDeprecated": true,
18103
- "deprecationReason": "operatorAdded has been removed, no value will be sent."
18104
- },
18105
- {
18106
- "name": "operatorUpdated",
18107
- "description": "Subscription for an operator was updated in the system event, any operator",
18108
- "args": [],
18109
- "type": {
18110
- "kind": "OBJECT",
18111
- "name": "Operator",
18112
- "ofType": null
18113
- },
18114
- "isDeprecated": true,
18115
- "deprecationReason": "operatorUpdated has been removed, no value will be sent."
18116
- },
18117
- {
18118
- "name": "operatorDeleted",
18119
- "description": "Subscription for an operator was removed from the system event, any operator",
18120
- "args": [],
18121
- "type": {
18122
- "kind": "OBJECT",
18123
- "name": "Operator",
18124
- "ofType": null
18125
- },
18126
- "isDeprecated": true,
18127
- "deprecationReason": "operatorDeleted has been removed, no value will be sent."
18128
- },
18129
- {
18130
- "name": "operatorUpdatedById",
18131
- "description": "Subscription for a specific operator was updated in the system event",
18132
- "args": [
18133
- {
18134
- "name": "id",
18135
- "description": "The operator ID",
18136
- "type": {
18137
- "kind": "NON_NULL",
18138
- "name": null,
18139
- "ofType": {
18140
- "kind": "SCALAR",
18141
- "name": "ID",
18142
- "ofType": null
18143
- }
18144
- },
18145
- "defaultValue": null,
18146
- "isDeprecated": false,
18147
- "deprecationReason": null
18148
- }
18149
- ],
18150
- "type": {
18151
- "kind": "OBJECT",
18152
- "name": "Operator",
18153
- "ofType": null
18154
- },
18155
- "isDeprecated": true,
18156
- "deprecationReason": "operatorUpdatedById has been removed, no value will be sent."
18157
- },
18158
- {
18159
- "name": "operatorDeletedById",
18160
- "description": "Subscription for a specific operator was removed from the system event",
19355
+ "name": "navigationUpdatedById",
19356
+ "description": "[BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates",
18161
19357
  "args": [
18162
19358
  {
18163
19359
  "name": "id",
18164
- "description": "The operator ID",
19360
+ "description": null,
18165
19361
  "type": {
18166
19362
  "kind": "NON_NULL",
18167
19363
  "name": null,
@@ -18178,11 +19374,11 @@
18178
19374
  ],
18179
19375
  "type": {
18180
19376
  "kind": "OBJECT",
18181
- "name": "Operator",
19377
+ "name": "Navigation",
18182
19378
  "ofType": null
18183
19379
  },
18184
- "isDeprecated": true,
18185
- "deprecationReason": "operatorDeletedById has been removed, no value will be sent."
19380
+ "isDeprecated": false,
19381
+ "deprecationReason": null
18186
19382
  },
18187
19383
  {
18188
19384
  "name": "routeUpdatedById",
@@ -18212,100 +19408,6 @@
18212
19408
  },
18213
19409
  "isDeprecated": false,
18214
19410
  "deprecationReason": null
18215
- },
18216
- {
18217
- "name": "stationAdded",
18218
- "description": "Subscription for a new station was added in the system event",
18219
- "args": [],
18220
- "type": {
18221
- "kind": "OBJECT",
18222
- "name": "Station",
18223
- "ofType": null
18224
- },
18225
- "isDeprecated": true,
18226
- "deprecationReason": "stationAdded has been removed, no value will be sent."
18227
- },
18228
- {
18229
- "name": "stationUpdated",
18230
- "description": "Subscription for a station was updated in the system event, any station",
18231
- "args": [],
18232
- "type": {
18233
- "kind": "OBJECT",
18234
- "name": "Station",
18235
- "ofType": null
18236
- },
18237
- "isDeprecated": true,
18238
- "deprecationReason": "stationUpdated has been removed, no value will be sent."
18239
- },
18240
- {
18241
- "name": "stationDeleted",
18242
- "description": "Subscription for a station was removed from the system event, any station",
18243
- "args": [],
18244
- "type": {
18245
- "kind": "OBJECT",
18246
- "name": "Station",
18247
- "ofType": null
18248
- },
18249
- "isDeprecated": true,
18250
- "deprecationReason": "stationDeleted has been removed, no value will be sent."
18251
- },
18252
- {
18253
- "name": "stationUpdatedById",
18254
- "description": "Subscription for a specific station was updated in the system event",
18255
- "args": [
18256
- {
18257
- "name": "id",
18258
- "description": "The station ID",
18259
- "type": {
18260
- "kind": "NON_NULL",
18261
- "name": null,
18262
- "ofType": {
18263
- "kind": "SCALAR",
18264
- "name": "ID",
18265
- "ofType": null
18266
- }
18267
- },
18268
- "defaultValue": null,
18269
- "isDeprecated": false,
18270
- "deprecationReason": null
18271
- }
18272
- ],
18273
- "type": {
18274
- "kind": "OBJECT",
18275
- "name": "Station",
18276
- "ofType": null
18277
- },
18278
- "isDeprecated": true,
18279
- "deprecationReason": "stationUpdatedById has been removed, no value will be sent."
18280
- },
18281
- {
18282
- "name": "stationDeletedById",
18283
- "description": "Subscription for a specific station was removed from the system event",
18284
- "args": [
18285
- {
18286
- "name": "id",
18287
- "description": "The station ID",
18288
- "type": {
18289
- "kind": "NON_NULL",
18290
- "name": null,
18291
- "ofType": {
18292
- "kind": "SCALAR",
18293
- "name": "ID",
18294
- "ofType": null
18295
- }
18296
- },
18297
- "defaultValue": null,
18298
- "isDeprecated": false,
18299
- "deprecationReason": null
18300
- }
18301
- ],
18302
- "type": {
18303
- "kind": "OBJECT",
18304
- "name": "Station",
18305
- "ofType": null
18306
- },
18307
- "isDeprecated": true,
18308
- "deprecationReason": "stationDeletedById has been removed, no value will be sent."
18309
19411
  }
18310
19412
  ],
18311
19413
  "inputFields": null,
@@ -18326,7 +19428,7 @@
18326
19428
  {
18327
19429
  "kind": "SCALAR",
18328
19430
  "name": "Void",
18329
- "description": "Void custom scalar",
19431
+ "description": "Void scalar. Returns null",
18330
19432
  "fields": null,
18331
19433
  "inputFields": null,
18332
19434
  "interfaces": null,
@@ -19229,6 +20331,94 @@
19229
20331
  }
19230
20332
  ],
19231
20333
  "directives": [
20334
+ {
20335
+ "name": "sanitizeHtml",
20336
+ "description": null,
20337
+ "isRepeatable": false,
20338
+ "locations": ["FIELD_DEFINITION", "INPUT_FIELD_DEFINITION"],
20339
+ "args": [
20340
+ {
20341
+ "name": "allowedTags",
20342
+ "description": null,
20343
+ "type": {
20344
+ "kind": "LIST",
20345
+ "name": null,
20346
+ "ofType": {
20347
+ "kind": "SCALAR",
20348
+ "name": "String",
20349
+ "ofType": null
20350
+ }
20351
+ },
20352
+ "defaultValue": null,
20353
+ "isDeprecated": false,
20354
+ "deprecationReason": null
20355
+ },
20356
+ {
20357
+ "name": "allowedIframeHostnames",
20358
+ "description": null,
20359
+ "type": {
20360
+ "kind": "LIST",
20361
+ "name": null,
20362
+ "ofType": {
20363
+ "kind": "SCALAR",
20364
+ "name": "String",
20365
+ "ofType": null
20366
+ }
20367
+ },
20368
+ "defaultValue": null,
20369
+ "isDeprecated": false,
20370
+ "deprecationReason": null
20371
+ },
20372
+ {
20373
+ "name": "selfClosing",
20374
+ "description": null,
20375
+ "type": {
20376
+ "kind": "LIST",
20377
+ "name": null,
20378
+ "ofType": {
20379
+ "kind": "SCALAR",
20380
+ "name": "String",
20381
+ "ofType": null
20382
+ }
20383
+ },
20384
+ "defaultValue": null,
20385
+ "isDeprecated": false,
20386
+ "deprecationReason": null
20387
+ },
20388
+ {
20389
+ "name": "allowedSchemes",
20390
+ "description": null,
20391
+ "type": {
20392
+ "kind": "LIST",
20393
+ "name": null,
20394
+ "ofType": {
20395
+ "kind": "SCALAR",
20396
+ "name": "String",
20397
+ "ofType": null
20398
+ }
20399
+ },
20400
+ "defaultValue": null,
20401
+ "isDeprecated": false,
20402
+ "deprecationReason": null
20403
+ },
20404
+ {
20405
+ "name": "allowedSchemesAppliedToAttributes",
20406
+ "description": null,
20407
+ "type": {
20408
+ "kind": "LIST",
20409
+ "name": null,
20410
+ "ofType": {
20411
+ "kind": "SCALAR",
20412
+ "name": "String",
20413
+ "ofType": null
20414
+ }
20415
+ },
20416
+ "defaultValue": null,
20417
+ "isDeprecated": false,
20418
+ "deprecationReason": null
20419
+ }
20420
+ ]
20421
+ },
19232
20422
  {
19233
20423
  "name": "include",
19234
20424
  "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",