adaptic-backend 1.0.86 → 1.0.87

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.
Files changed (65) hide show
  1. package/Account.cjs +1 -1261
  2. package/Action.cjs +0 -2016
  3. package/Alert.cjs +1 -1261
  4. package/AlpacaAccount.cjs +1 -1261
  5. package/Asset.cjs +0 -1548
  6. package/Authenticator.cjs +1 -1261
  7. package/Customer.cjs +1 -1261
  8. package/NewsArticle.cjs +1 -1549
  9. package/NewsArticleAssetSentiment.cjs +1 -1549
  10. package/Order.cjs +2 -1550
  11. package/Position.cjs +1 -1909
  12. package/Session.cjs +1 -1261
  13. package/StopLoss.cjs +2 -1550
  14. package/TakeProfit.cjs +2 -1550
  15. package/Trade.cjs +2 -1694
  16. package/User.cjs +1 -1261
  17. package/package.json +1 -1
  18. package/server/Account.d.ts.map +1 -1
  19. package/server/Account.js.map +1 -1
  20. package/server/Account.mjs +1 -1261
  21. package/server/Action.d.ts.map +1 -1
  22. package/server/Action.js.map +1 -1
  23. package/server/Action.mjs +0 -2016
  24. package/server/Alert.d.ts.map +1 -1
  25. package/server/Alert.js.map +1 -1
  26. package/server/Alert.mjs +1 -1261
  27. package/server/AlpacaAccount.d.ts.map +1 -1
  28. package/server/AlpacaAccount.js.map +1 -1
  29. package/server/AlpacaAccount.mjs +1 -1261
  30. package/server/Asset.d.ts.map +1 -1
  31. package/server/Asset.js.map +1 -1
  32. package/server/Asset.mjs +0 -1548
  33. package/server/Authenticator.d.ts.map +1 -1
  34. package/server/Authenticator.js.map +1 -1
  35. package/server/Authenticator.mjs +1 -1261
  36. package/server/Customer.d.ts.map +1 -1
  37. package/server/Customer.js.map +1 -1
  38. package/server/Customer.mjs +1 -1261
  39. package/server/NewsArticle.d.ts.map +1 -1
  40. package/server/NewsArticle.js.map +1 -1
  41. package/server/NewsArticle.mjs +1 -1549
  42. package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
  43. package/server/NewsArticleAssetSentiment.js.map +1 -1
  44. package/server/NewsArticleAssetSentiment.mjs +1 -1549
  45. package/server/Order.d.ts.map +1 -1
  46. package/server/Order.js.map +1 -1
  47. package/server/Order.mjs +2 -1550
  48. package/server/Position.d.ts.map +1 -1
  49. package/server/Position.js.map +1 -1
  50. package/server/Position.mjs +1 -1909
  51. package/server/Session.d.ts.map +1 -1
  52. package/server/Session.js.map +1 -1
  53. package/server/Session.mjs +1 -1261
  54. package/server/StopLoss.d.ts.map +1 -1
  55. package/server/StopLoss.js.map +1 -1
  56. package/server/StopLoss.mjs +2 -1550
  57. package/server/TakeProfit.d.ts.map +1 -1
  58. package/server/TakeProfit.js.map +1 -1
  59. package/server/TakeProfit.mjs +2 -1550
  60. package/server/Trade.d.ts.map +1 -1
  61. package/server/Trade.js.map +1 -1
  62. package/server/Trade.mjs +2 -1694
  63. package/server/User.d.ts.map +1 -1
  64. package/server/User.js.map +1 -1
  65. package/server/User.mjs +1 -1261
package/Position.cjs CHANGED
@@ -126,9 +126,6 @@ exports.Position = {
126
126
  stripeCurrentPeriodEnd
127
127
  createdAt
128
128
  updatedAt
129
- users {
130
- id
131
- }
132
129
  }
133
130
  customerId
134
131
  accounts {
@@ -146,18 +143,12 @@ exports.Position = {
146
143
  session_state
147
144
  createdAt
148
145
  updatedAt
149
- user {
150
- id
151
- }
152
146
  }
153
147
  sessions {
154
148
  id
155
149
  sessionToken
156
150
  userId
157
151
  expires
158
- user {
159
- id
160
- }
161
152
  createdAt
162
153
  updatedAt
163
154
  }
@@ -167,23 +158,14 @@ exports.Position = {
167
158
  credentialID
168
159
  publicKey
169
160
  counter
170
- user {
171
- id
172
- }
173
161
  createdAt
174
162
  updatedAt
175
163
  }
176
164
  plan
177
- alpacaAccounts {
178
- id
179
- }
180
165
  }
181
166
  userId
182
167
  createdAt
183
168
  updatedAt
184
- trades {
185
- id
186
- }
187
169
  orders {
188
170
  id
189
171
  clientOrderId
@@ -204,9 +186,6 @@ exports.Position = {
204
186
  createdAt
205
187
  updatedAt
206
188
  orderId
207
- Order {
208
- id
209
- }
210
189
  }
211
190
  takeProfit {
212
191
  id
@@ -215,9 +194,6 @@ exports.Position = {
215
194
  createdAt
216
195
  updatedAt
217
196
  orderId
218
- Order {
219
- id
220
- }
221
197
  }
222
198
  trailPrice
223
199
  trailPercent
@@ -229,9 +205,6 @@ exports.Position = {
229
205
  filledAt
230
206
  filledAvgPrice
231
207
  actionId
232
- alpacaAccount {
233
- id
234
- }
235
208
  action {
236
209
  id
237
210
  sequence
@@ -240,15 +213,6 @@ exports.Position = {
240
213
  note
241
214
  status
242
215
  fee
243
- trade {
244
- id
245
- }
246
- order {
247
- id
248
- }
249
- }
250
- asset {
251
- id
252
216
  }
253
217
  fee
254
218
  strikePrice
@@ -257,9 +221,6 @@ exports.Position = {
257
221
  stopLossId
258
222
  takeProfitId
259
223
  }
260
- positions {
261
- id
262
- }
263
224
  alerts {
264
225
  id
265
226
  alpacaAccountId
@@ -268,14 +229,8 @@ exports.Position = {
268
229
  isRead
269
230
  createdAt
270
231
  updatedAt
271
- alpacaAccount {
272
- id
273
- }
274
232
  }
275
233
  }
276
- asset {
277
- id
278
- }
279
234
  actions {
280
235
  id
281
236
  sequence
@@ -284,9 +239,6 @@ exports.Position = {
284
239
  note
285
240
  status
286
241
  fee
287
- trade {
288
- id
289
- }
290
242
  order {
291
243
  id
292
244
  clientOrderId
@@ -307,9 +259,6 @@ exports.Position = {
307
259
  createdAt
308
260
  updatedAt
309
261
  orderId
310
- Order {
311
- id
312
- }
313
262
  }
314
263
  takeProfit {
315
264
  id
@@ -318,9 +267,6 @@ exports.Position = {
318
267
  createdAt
319
268
  updatedAt
320
269
  orderId
321
- Order {
322
- id
323
- }
324
270
  }
325
271
  trailPrice
326
272
  trailPercent
@@ -364,9 +310,6 @@ exports.Position = {
364
310
  stripeCurrentPeriodEnd
365
311
  createdAt
366
312
  updatedAt
367
- users {
368
- id
369
- }
370
313
  }
371
314
  customerId
372
315
  accounts {
@@ -384,18 +327,12 @@ exports.Position = {
384
327
  session_state
385
328
  createdAt
386
329
  updatedAt
387
- user {
388
- id
389
- }
390
330
  }
391
331
  sessions {
392
332
  id
393
333
  sessionToken
394
334
  userId
395
335
  expires
396
- user {
397
- id
398
- }
399
336
  createdAt
400
337
  updatedAt
401
338
  }
@@ -405,29 +342,14 @@ exports.Position = {
405
342
  credentialID
406
343
  publicKey
407
344
  counter
408
- user {
409
- id
410
- }
411
345
  createdAt
412
346
  updatedAt
413
347
  }
414
348
  plan
415
- alpacaAccounts {
416
- id
417
- }
418
349
  }
419
350
  userId
420
351
  createdAt
421
352
  updatedAt
422
- trades {
423
- id
424
- }
425
- orders {
426
- id
427
- }
428
- positions {
429
- id
430
- }
431
353
  alerts {
432
354
  id
433
355
  alpacaAccountId
@@ -436,17 +358,8 @@ exports.Position = {
436
358
  isRead
437
359
  createdAt
438
360
  updatedAt
439
- alpacaAccount {
440
- id
441
- }
442
361
  }
443
362
  }
444
- action {
445
- id
446
- }
447
- asset {
448
- id
449
- }
450
363
  fee
451
364
  strikePrice
452
365
  expirationDate
@@ -476,9 +389,6 @@ exports.Position = {
476
389
  createdAt
477
390
  updatedAt
478
391
  orderId
479
- Order {
480
- id
481
- }
482
392
  }
483
393
  takeProfit {
484
394
  id
@@ -487,9 +397,6 @@ exports.Position = {
487
397
  createdAt
488
398
  updatedAt
489
399
  orderId
490
- Order {
491
- id
492
- }
493
400
  }
494
401
  trailPrice
495
402
  trailPercent
@@ -533,9 +440,6 @@ exports.Position = {
533
440
  stripeCurrentPeriodEnd
534
441
  createdAt
535
442
  updatedAt
536
- users {
537
- id
538
- }
539
443
  }
540
444
  customerId
541
445
  accounts {
@@ -553,18 +457,12 @@ exports.Position = {
553
457
  session_state
554
458
  createdAt
555
459
  updatedAt
556
- user {
557
- id
558
- }
559
460
  }
560
461
  sessions {
561
462
  id
562
463
  sessionToken
563
464
  userId
564
465
  expires
565
- user {
566
- id
567
- }
568
466
  createdAt
569
467
  updatedAt
570
468
  }
@@ -574,16 +472,10 @@ exports.Position = {
574
472
  credentialID
575
473
  publicKey
576
474
  counter
577
- user {
578
- id
579
- }
580
475
  createdAt
581
476
  updatedAt
582
477
  }
583
478
  plan
584
- alpacaAccounts {
585
- id
586
- }
587
479
  }
588
480
  userId
589
481
  createdAt
@@ -603,12 +495,6 @@ exports.Position = {
603
495
  createdAt
604
496
  updatedAt
605
497
  status
606
- alpacaAccount {
607
- id
608
- }
609
- asset {
610
- id
611
- }
612
498
  actions {
613
499
  id
614
500
  sequence
@@ -617,20 +503,8 @@ exports.Position = {
617
503
  note
618
504
  status
619
505
  fee
620
- trade {
621
- id
622
- }
623
- order {
624
- id
625
- }
626
506
  }
627
507
  }
628
- orders {
629
- id
630
- }
631
- positions {
632
- id
633
- }
634
508
  alerts {
635
509
  id
636
510
  alpacaAccountId
@@ -639,9 +513,6 @@ exports.Position = {
639
513
  isRead
640
514
  createdAt
641
515
  updatedAt
642
- alpacaAccount {
643
- id
644
- }
645
516
  }
646
517
  }
647
518
  action {
@@ -699,9 +570,6 @@ exports.Position = {
699
570
  stripeCurrentPeriodEnd
700
571
  createdAt
701
572
  updatedAt
702
- users {
703
- id
704
- }
705
573
  }
706
574
  customerId
707
575
  accounts {
@@ -719,18 +587,12 @@ exports.Position = {
719
587
  session_state
720
588
  createdAt
721
589
  updatedAt
722
- user {
723
- id
724
- }
725
590
  }
726
591
  sessions {
727
592
  id
728
593
  sessionToken
729
594
  userId
730
595
  expires
731
- user {
732
- id
733
- }
734
596
  createdAt
735
597
  updatedAt
736
598
  }
@@ -740,29 +602,14 @@ exports.Position = {
740
602
  credentialID
741
603
  publicKey
742
604
  counter
743
- user {
744
- id
745
- }
746
605
  createdAt
747
606
  updatedAt
748
607
  }
749
608
  plan
750
- alpacaAccounts {
751
- id
752
- }
753
609
  }
754
610
  userId
755
611
  createdAt
756
612
  updatedAt
757
- trades {
758
- id
759
- }
760
- orders {
761
- id
762
- }
763
- positions {
764
- id
765
- }
766
613
  alerts {
767
614
  id
768
615
  alpacaAccountId
@@ -771,25 +618,10 @@ exports.Position = {
771
618
  isRead
772
619
  createdAt
773
620
  updatedAt
774
- alpacaAccount {
775
- id
776
- }
777
621
  }
778
622
  }
779
- asset {
780
- id
781
- }
782
- actions {
783
- id
784
- }
785
- }
786
- order {
787
- id
788
623
  }
789
624
  }
790
- asset {
791
- id
792
- }
793
625
  fee
794
626
  strikePrice
795
627
  expirationDate
@@ -797,9 +629,6 @@ exports.Position = {
797
629
  stopLossId
798
630
  takeProfitId
799
631
  }
800
- positions {
801
- id
802
- }
803
632
  newsMentions {
804
633
  id
805
634
  assetId
@@ -822,12 +651,6 @@ exports.Position = {
822
651
  logo
823
652
  createdAt
824
653
  updatedAt
825
- assets {
826
- id
827
- }
828
- }
829
- asset {
830
- id
831
654
  }
832
655
  relevancyScore
833
656
  sentimentScore
@@ -879,9 +702,6 @@ exports.Position = {
879
702
  stripeCurrentPeriodEnd
880
703
  createdAt
881
704
  updatedAt
882
- users {
883
- id
884
- }
885
705
  }
886
706
  customerId
887
707
  accounts {
@@ -899,18 +719,12 @@ exports.Position = {
899
719
  session_state
900
720
  createdAt
901
721
  updatedAt
902
- user {
903
- id
904
- }
905
722
  }
906
723
  sessions {
907
724
  id
908
725
  sessionToken
909
726
  userId
910
727
  expires
911
- user {
912
- id
913
- }
914
728
  createdAt
915
729
  updatedAt
916
730
  }
@@ -920,16 +734,10 @@ exports.Position = {
920
734
  credentialID
921
735
  publicKey
922
736
  counter
923
- user {
924
- id
925
- }
926
737
  createdAt
927
738
  updatedAt
928
739
  }
929
740
  plan
930
- alpacaAccounts {
931
- id
932
- }
933
741
  }
934
742
  userId
935
743
  createdAt
@@ -949,9 +757,6 @@ exports.Position = {
949
757
  createdAt
950
758
  updatedAt
951
759
  status
952
- alpacaAccount {
953
- id
954
- }
955
760
  asset {
956
761
  id
957
762
  symbol
@@ -1011,9 +816,6 @@ exports.Position = {
1011
816
  buyPrice
1012
817
  createdAt
1013
818
  updatedAt
1014
- trades {
1015
- id
1016
- }
1017
819
  orders {
1018
820
  id
1019
821
  clientOrderId
@@ -1034,9 +836,6 @@ exports.Position = {
1034
836
  createdAt
1035
837
  updatedAt
1036
838
  orderId
1037
- Order {
1038
- id
1039
- }
1040
839
  }
1041
840
  takeProfit {
1042
841
  id
@@ -1045,9 +844,6 @@ exports.Position = {
1045
844
  createdAt
1046
845
  updatedAt
1047
846
  orderId
1048
- Order {
1049
- id
1050
- }
1051
847
  }
1052
848
  trailPrice
1053
849
  trailPercent
@@ -1059,9 +855,6 @@ exports.Position = {
1059
855
  filledAt
1060
856
  filledAvgPrice
1061
857
  actionId
1062
- alpacaAccount {
1063
- id
1064
- }
1065
858
  action {
1066
859
  id
1067
860
  sequence
@@ -1070,15 +863,6 @@ exports.Position = {
1070
863
  note
1071
864
  status
1072
865
  fee
1073
- trade {
1074
- id
1075
- }
1076
- order {
1077
- id
1078
- }
1079
- }
1080
- asset {
1081
- id
1082
866
  }
1083
867
  fee
1084
868
  strikePrice
@@ -1087,9 +871,6 @@ exports.Position = {
1087
871
  stopLossId
1088
872
  takeProfitId
1089
873
  }
1090
- positions {
1091
- id
1092
- }
1093
874
  newsMentions {
1094
875
  id
1095
876
  assetId
@@ -1112,12 +893,6 @@ exports.Position = {
1112
893
  logo
1113
894
  createdAt
1114
895
  updatedAt
1115
- assets {
1116
- id
1117
- }
1118
- }
1119
- asset {
1120
- id
1121
896
  }
1122
897
  relevancyScore
1123
898
  sentimentScore
@@ -1132,9 +907,6 @@ exports.Position = {
1132
907
  note
1133
908
  status
1134
909
  fee
1135
- trade {
1136
- id
1137
- }
1138
910
  order {
1139
911
  id
1140
912
  clientOrderId
@@ -1155,9 +927,6 @@ exports.Position = {
1155
927
  createdAt
1156
928
  updatedAt
1157
929
  orderId
1158
- Order {
1159
- id
1160
- }
1161
930
  }
1162
931
  takeProfit {
1163
932
  id
@@ -1166,9 +935,6 @@ exports.Position = {
1166
935
  createdAt
1167
936
  updatedAt
1168
937
  orderId
1169
- Order {
1170
- id
1171
- }
1172
938
  }
1173
939
  trailPrice
1174
940
  trailPercent
@@ -1180,12 +946,6 @@ exports.Position = {
1180
946
  filledAt
1181
947
  filledAvgPrice
1182
948
  actionId
1183
- alpacaAccount {
1184
- id
1185
- }
1186
- action {
1187
- id
1188
- }
1189
949
  asset {
1190
950
  id
1191
951
  symbol
@@ -1245,15 +1005,6 @@ exports.Position = {
1245
1005
  buyPrice
1246
1006
  createdAt
1247
1007
  updatedAt
1248
- trades {
1249
- id
1250
- }
1251
- orders {
1252
- id
1253
- }
1254
- positions {
1255
- id
1256
- }
1257
1008
  newsMentions {
1258
1009
  id
1259
1010
  assetId
@@ -1276,12 +1027,6 @@ exports.Position = {
1276
1027
  logo
1277
1028
  createdAt
1278
1029
  updatedAt
1279
- assets {
1280
- id
1281
- }
1282
- }
1283
- asset {
1284
- id
1285
1030
  }
1286
1031
  relevancyScore
1287
1032
  sentimentScore
@@ -1317,9 +1062,6 @@ exports.Position = {
1317
1062
  createdAt
1318
1063
  updatedAt
1319
1064
  orderId
1320
- Order {
1321
- id
1322
- }
1323
1065
  }
1324
1066
  takeProfit {
1325
1067
  id
@@ -1328,9 +1070,6 @@ exports.Position = {
1328
1070
  createdAt
1329
1071
  updatedAt
1330
1072
  orderId
1331
- Order {
1332
- id
1333
- }
1334
1073
  }
1335
1074
  trailPrice
1336
1075
  trailPercent
@@ -1342,9 +1081,6 @@ exports.Position = {
1342
1081
  filledAt
1343
1082
  filledAvgPrice
1344
1083
  actionId
1345
- alpacaAccount {
1346
- id
1347
- }
1348
1084
  action {
1349
1085
  id
1350
1086
  sequence
@@ -1368,9 +1104,6 @@ exports.Position = {
1368
1104
  createdAt
1369
1105
  updatedAt
1370
1106
  status
1371
- alpacaAccount {
1372
- id
1373
- }
1374
1107
  asset {
1375
1108
  id
1376
1109
  symbol
@@ -1430,15 +1163,6 @@ exports.Position = {
1430
1163
  buyPrice
1431
1164
  createdAt
1432
1165
  updatedAt
1433
- trades {
1434
- id
1435
- }
1436
- orders {
1437
- id
1438
- }
1439
- positions {
1440
- id
1441
- }
1442
1166
  newsMentions {
1443
1167
  id
1444
1168
  assetId
@@ -1461,24 +1185,12 @@ exports.Position = {
1461
1185
  logo
1462
1186
  createdAt
1463
1187
  updatedAt
1464
- assets {
1465
- id
1466
- }
1467
- }
1468
- asset {
1469
- id
1470
1188
  }
1471
1189
  relevancyScore
1472
1190
  sentimentScore
1473
1191
  sentimentLabel
1474
1192
  }
1475
1193
  }
1476
- actions {
1477
- id
1478
- }
1479
- }
1480
- order {
1481
- id
1482
1194
  }
1483
1195
  }
1484
1196
  asset {
@@ -1555,12 +1267,6 @@ exports.Position = {
1555
1267
  createdAt
1556
1268
  updatedAt
1557
1269
  status
1558
- alpacaAccount {
1559
- id
1560
- }
1561
- asset {
1562
- id
1563
- }
1564
1270
  actions {
1565
1271
  id
1566
1272
  sequence
@@ -1569,20 +1275,8 @@ exports.Position = {
1569
1275
  note
1570
1276
  status
1571
1277
  fee
1572
- trade {
1573
- id
1574
- }
1575
- order {
1576
- id
1577
- }
1578
1278
  }
1579
1279
  }
1580
- orders {
1581
- id
1582
- }
1583
- positions {
1584
- id
1585
- }
1586
1280
  newsMentions {
1587
1281
  id
1588
1282
  assetId
@@ -1605,12 +1299,6 @@ exports.Position = {
1605
1299
  logo
1606
1300
  createdAt
1607
1301
  updatedAt
1608
- assets {
1609
- id
1610
- }
1611
- }
1612
- asset {
1613
- id
1614
1302
  }
1615
1303
  relevancyScore
1616
1304
  sentimentScore
@@ -1624,9 +1312,6 @@ exports.Position = {
1624
1312
  stopLossId
1625
1313
  takeProfitId
1626
1314
  }
1627
- positions {
1628
- id
1629
- }
1630
1315
  alerts {
1631
1316
  id
1632
1317
  alpacaAccountId
@@ -1635,9 +1320,6 @@ exports.Position = {
1635
1320
  isRead
1636
1321
  createdAt
1637
1322
  updatedAt
1638
- alpacaAccount {
1639
- id
1640
- }
1641
1323
  }
1642
1324
  }
1643
1325
  alpacaAccountId
@@ -2554,9 +2236,6 @@ exports.Position = {
2554
2236
  stripeCurrentPeriodEnd
2555
2237
  createdAt
2556
2238
  updatedAt
2557
- users {
2558
- id
2559
- }
2560
2239
  }
2561
2240
  customerId
2562
2241
  accounts {
@@ -2574,18 +2253,12 @@ exports.Position = {
2574
2253
  session_state
2575
2254
  createdAt
2576
2255
  updatedAt
2577
- user {
2578
- id
2579
- }
2580
2256
  }
2581
2257
  sessions {
2582
2258
  id
2583
2259
  sessionToken
2584
2260
  userId
2585
2261
  expires
2586
- user {
2587
- id
2588
- }
2589
2262
  createdAt
2590
2263
  updatedAt
2591
2264
  }
@@ -2595,23 +2268,14 @@ exports.Position = {
2595
2268
  credentialID
2596
2269
  publicKey
2597
2270
  counter
2598
- user {
2599
- id
2600
- }
2601
2271
  createdAt
2602
2272
  updatedAt
2603
2273
  }
2604
2274
  plan
2605
- alpacaAccounts {
2606
- id
2607
- }
2608
2275
  }
2609
2276
  userId
2610
2277
  createdAt
2611
2278
  updatedAt
2612
- trades {
2613
- id
2614
- }
2615
2279
  orders {
2616
2280
  id
2617
2281
  clientOrderId
@@ -2632,9 +2296,6 @@ exports.Position = {
2632
2296
  createdAt
2633
2297
  updatedAt
2634
2298
  orderId
2635
- Order {
2636
- id
2637
- }
2638
2299
  }
2639
2300
  takeProfit {
2640
2301
  id
@@ -2643,9 +2304,6 @@ exports.Position = {
2643
2304
  createdAt
2644
2305
  updatedAt
2645
2306
  orderId
2646
- Order {
2647
- id
2648
- }
2649
2307
  }
2650
2308
  trailPrice
2651
2309
  trailPercent
@@ -2657,9 +2315,6 @@ exports.Position = {
2657
2315
  filledAt
2658
2316
  filledAvgPrice
2659
2317
  actionId
2660
- alpacaAccount {
2661
- id
2662
- }
2663
2318
  action {
2664
2319
  id
2665
2320
  sequence
@@ -2668,15 +2323,6 @@ exports.Position = {
2668
2323
  note
2669
2324
  status
2670
2325
  fee
2671
- trade {
2672
- id
2673
- }
2674
- order {
2675
- id
2676
- }
2677
- }
2678
- asset {
2679
- id
2680
2326
  }
2681
2327
  fee
2682
2328
  strikePrice
@@ -2685,9 +2331,6 @@ exports.Position = {
2685
2331
  stopLossId
2686
2332
  takeProfitId
2687
2333
  }
2688
- positions {
2689
- id
2690
- }
2691
2334
  alerts {
2692
2335
  id
2693
2336
  alpacaAccountId
@@ -2696,14 +2339,8 @@ exports.Position = {
2696
2339
  isRead
2697
2340
  createdAt
2698
2341
  updatedAt
2699
- alpacaAccount {
2700
- id
2701
- }
2702
2342
  }
2703
2343
  }
2704
- asset {
2705
- id
2706
- }
2707
2344
  actions {
2708
2345
  id
2709
2346
  sequence
@@ -2712,9 +2349,6 @@ exports.Position = {
2712
2349
  note
2713
2350
  status
2714
2351
  fee
2715
- trade {
2716
- id
2717
- }
2718
2352
  order {
2719
2353
  id
2720
2354
  clientOrderId
@@ -2735,9 +2369,6 @@ exports.Position = {
2735
2369
  createdAt
2736
2370
  updatedAt
2737
2371
  orderId
2738
- Order {
2739
- id
2740
- }
2741
2372
  }
2742
2373
  takeProfit {
2743
2374
  id
@@ -2746,9 +2377,6 @@ exports.Position = {
2746
2377
  createdAt
2747
2378
  updatedAt
2748
2379
  orderId
2749
- Order {
2750
- id
2751
- }
2752
2380
  }
2753
2381
  trailPrice
2754
2382
  trailPercent
@@ -2792,9 +2420,6 @@ exports.Position = {
2792
2420
  stripeCurrentPeriodEnd
2793
2421
  createdAt
2794
2422
  updatedAt
2795
- users {
2796
- id
2797
- }
2798
2423
  }
2799
2424
  customerId
2800
2425
  accounts {
@@ -2812,18 +2437,12 @@ exports.Position = {
2812
2437
  session_state
2813
2438
  createdAt
2814
2439
  updatedAt
2815
- user {
2816
- id
2817
- }
2818
2440
  }
2819
2441
  sessions {
2820
2442
  id
2821
2443
  sessionToken
2822
2444
  userId
2823
2445
  expires
2824
- user {
2825
- id
2826
- }
2827
2446
  createdAt
2828
2447
  updatedAt
2829
2448
  }
@@ -2833,29 +2452,14 @@ exports.Position = {
2833
2452
  credentialID
2834
2453
  publicKey
2835
2454
  counter
2836
- user {
2837
- id
2838
- }
2839
2455
  createdAt
2840
2456
  updatedAt
2841
2457
  }
2842
2458
  plan
2843
- alpacaAccounts {
2844
- id
2845
- }
2846
2459
  }
2847
2460
  userId
2848
2461
  createdAt
2849
2462
  updatedAt
2850
- trades {
2851
- id
2852
- }
2853
- orders {
2854
- id
2855
- }
2856
- positions {
2857
- id
2858
- }
2859
2463
  alerts {
2860
2464
  id
2861
2465
  alpacaAccountId
@@ -2864,17 +2468,8 @@ exports.Position = {
2864
2468
  isRead
2865
2469
  createdAt
2866
2470
  updatedAt
2867
- alpacaAccount {
2868
- id
2869
- }
2870
2471
  }
2871
2472
  }
2872
- action {
2873
- id
2874
- }
2875
- asset {
2876
- id
2877
- }
2878
2473
  fee
2879
2474
  strikePrice
2880
2475
  expirationDate
@@ -2904,9 +2499,6 @@ exports.Position = {
2904
2499
  createdAt
2905
2500
  updatedAt
2906
2501
  orderId
2907
- Order {
2908
- id
2909
- }
2910
2502
  }
2911
2503
  takeProfit {
2912
2504
  id
@@ -2915,9 +2507,6 @@ exports.Position = {
2915
2507
  createdAt
2916
2508
  updatedAt
2917
2509
  orderId
2918
- Order {
2919
- id
2920
- }
2921
2510
  }
2922
2511
  trailPrice
2923
2512
  trailPercent
@@ -2961,9 +2550,6 @@ exports.Position = {
2961
2550
  stripeCurrentPeriodEnd
2962
2551
  createdAt
2963
2552
  updatedAt
2964
- users {
2965
- id
2966
- }
2967
2553
  }
2968
2554
  customerId
2969
2555
  accounts {
@@ -2981,18 +2567,12 @@ exports.Position = {
2981
2567
  session_state
2982
2568
  createdAt
2983
2569
  updatedAt
2984
- user {
2985
- id
2986
- }
2987
2570
  }
2988
2571
  sessions {
2989
2572
  id
2990
2573
  sessionToken
2991
2574
  userId
2992
2575
  expires
2993
- user {
2994
- id
2995
- }
2996
2576
  createdAt
2997
2577
  updatedAt
2998
2578
  }
@@ -3002,16 +2582,10 @@ exports.Position = {
3002
2582
  credentialID
3003
2583
  publicKey
3004
2584
  counter
3005
- user {
3006
- id
3007
- }
3008
2585
  createdAt
3009
2586
  updatedAt
3010
2587
  }
3011
2588
  plan
3012
- alpacaAccounts {
3013
- id
3014
- }
3015
2589
  }
3016
2590
  userId
3017
2591
  createdAt
@@ -3031,12 +2605,6 @@ exports.Position = {
3031
2605
  createdAt
3032
2606
  updatedAt
3033
2607
  status
3034
- alpacaAccount {
3035
- id
3036
- }
3037
- asset {
3038
- id
3039
- }
3040
2608
  actions {
3041
2609
  id
3042
2610
  sequence
@@ -3045,20 +2613,8 @@ exports.Position = {
3045
2613
  note
3046
2614
  status
3047
2615
  fee
3048
- trade {
3049
- id
3050
- }
3051
- order {
3052
- id
3053
- }
3054
2616
  }
3055
2617
  }
3056
- orders {
3057
- id
3058
- }
3059
- positions {
3060
- id
3061
- }
3062
2618
  alerts {
3063
2619
  id
3064
2620
  alpacaAccountId
@@ -3067,9 +2623,6 @@ exports.Position = {
3067
2623
  isRead
3068
2624
  createdAt
3069
2625
  updatedAt
3070
- alpacaAccount {
3071
- id
3072
- }
3073
2626
  }
3074
2627
  }
3075
2628
  action {
@@ -3127,9 +2680,6 @@ exports.Position = {
3127
2680
  stripeCurrentPeriodEnd
3128
2681
  createdAt
3129
2682
  updatedAt
3130
- users {
3131
- id
3132
- }
3133
2683
  }
3134
2684
  customerId
3135
2685
  accounts {
@@ -3147,18 +2697,12 @@ exports.Position = {
3147
2697
  session_state
3148
2698
  createdAt
3149
2699
  updatedAt
3150
- user {
3151
- id
3152
- }
3153
2700
  }
3154
2701
  sessions {
3155
2702
  id
3156
2703
  sessionToken
3157
2704
  userId
3158
2705
  expires
3159
- user {
3160
- id
3161
- }
3162
2706
  createdAt
3163
2707
  updatedAt
3164
2708
  }
@@ -3168,29 +2712,14 @@ exports.Position = {
3168
2712
  credentialID
3169
2713
  publicKey
3170
2714
  counter
3171
- user {
3172
- id
3173
- }
3174
2715
  createdAt
3175
2716
  updatedAt
3176
2717
  }
3177
2718
  plan
3178
- alpacaAccounts {
3179
- id
3180
- }
3181
2719
  }
3182
2720
  userId
3183
2721
  createdAt
3184
2722
  updatedAt
3185
- trades {
3186
- id
3187
- }
3188
- orders {
3189
- id
3190
- }
3191
- positions {
3192
- id
3193
- }
3194
2723
  alerts {
3195
2724
  id
3196
2725
  alpacaAccountId
@@ -3199,25 +2728,10 @@ exports.Position = {
3199
2728
  isRead
3200
2729
  createdAt
3201
2730
  updatedAt
3202
- alpacaAccount {
3203
- id
3204
- }
3205
2731
  }
3206
2732
  }
3207
- asset {
3208
- id
3209
- }
3210
- actions {
3211
- id
3212
- }
3213
- }
3214
- order {
3215
- id
3216
2733
  }
3217
2734
  }
3218
- asset {
3219
- id
3220
- }
3221
2735
  fee
3222
2736
  strikePrice
3223
2737
  expirationDate
@@ -3225,9 +2739,6 @@ exports.Position = {
3225
2739
  stopLossId
3226
2740
  takeProfitId
3227
2741
  }
3228
- positions {
3229
- id
3230
- }
3231
2742
  newsMentions {
3232
2743
  id
3233
2744
  assetId
@@ -3250,12 +2761,6 @@ exports.Position = {
3250
2761
  logo
3251
2762
  createdAt
3252
2763
  updatedAt
3253
- assets {
3254
- id
3255
- }
3256
- }
3257
- asset {
3258
- id
3259
2764
  }
3260
2765
  relevancyScore
3261
2766
  sentimentScore
@@ -3307,9 +2812,6 @@ exports.Position = {
3307
2812
  stripeCurrentPeriodEnd
3308
2813
  createdAt
3309
2814
  updatedAt
3310
- users {
3311
- id
3312
- }
3313
2815
  }
3314
2816
  customerId
3315
2817
  accounts {
@@ -3327,18 +2829,12 @@ exports.Position = {
3327
2829
  session_state
3328
2830
  createdAt
3329
2831
  updatedAt
3330
- user {
3331
- id
3332
- }
3333
2832
  }
3334
2833
  sessions {
3335
2834
  id
3336
2835
  sessionToken
3337
2836
  userId
3338
2837
  expires
3339
- user {
3340
- id
3341
- }
3342
2838
  createdAt
3343
2839
  updatedAt
3344
2840
  }
@@ -3348,16 +2844,10 @@ exports.Position = {
3348
2844
  credentialID
3349
2845
  publicKey
3350
2846
  counter
3351
- user {
3352
- id
3353
- }
3354
2847
  createdAt
3355
2848
  updatedAt
3356
2849
  }
3357
2850
  plan
3358
- alpacaAccounts {
3359
- id
3360
- }
3361
2851
  }
3362
2852
  userId
3363
2853
  createdAt
@@ -3377,9 +2867,6 @@ exports.Position = {
3377
2867
  createdAt
3378
2868
  updatedAt
3379
2869
  status
3380
- alpacaAccount {
3381
- id
3382
- }
3383
2870
  asset {
3384
2871
  id
3385
2872
  symbol
@@ -3439,9 +2926,6 @@ exports.Position = {
3439
2926
  buyPrice
3440
2927
  createdAt
3441
2928
  updatedAt
3442
- trades {
3443
- id
3444
- }
3445
2929
  orders {
3446
2930
  id
3447
2931
  clientOrderId
@@ -3462,9 +2946,6 @@ exports.Position = {
3462
2946
  createdAt
3463
2947
  updatedAt
3464
2948
  orderId
3465
- Order {
3466
- id
3467
- }
3468
2949
  }
3469
2950
  takeProfit {
3470
2951
  id
@@ -3473,9 +2954,6 @@ exports.Position = {
3473
2954
  createdAt
3474
2955
  updatedAt
3475
2956
  orderId
3476
- Order {
3477
- id
3478
- }
3479
2957
  }
3480
2958
  trailPrice
3481
2959
  trailPercent
@@ -3487,9 +2965,6 @@ exports.Position = {
3487
2965
  filledAt
3488
2966
  filledAvgPrice
3489
2967
  actionId
3490
- alpacaAccount {
3491
- id
3492
- }
3493
2968
  action {
3494
2969
  id
3495
2970
  sequence
@@ -3498,15 +2973,6 @@ exports.Position = {
3498
2973
  note
3499
2974
  status
3500
2975
  fee
3501
- trade {
3502
- id
3503
- }
3504
- order {
3505
- id
3506
- }
3507
- }
3508
- asset {
3509
- id
3510
2976
  }
3511
2977
  fee
3512
2978
  strikePrice
@@ -3515,9 +2981,6 @@ exports.Position = {
3515
2981
  stopLossId
3516
2982
  takeProfitId
3517
2983
  }
3518
- positions {
3519
- id
3520
- }
3521
2984
  newsMentions {
3522
2985
  id
3523
2986
  assetId
@@ -3540,12 +3003,6 @@ exports.Position = {
3540
3003
  logo
3541
3004
  createdAt
3542
3005
  updatedAt
3543
- assets {
3544
- id
3545
- }
3546
- }
3547
- asset {
3548
- id
3549
3006
  }
3550
3007
  relevancyScore
3551
3008
  sentimentScore
@@ -3560,9 +3017,6 @@ exports.Position = {
3560
3017
  note
3561
3018
  status
3562
3019
  fee
3563
- trade {
3564
- id
3565
- }
3566
3020
  order {
3567
3021
  id
3568
3022
  clientOrderId
@@ -3583,9 +3037,6 @@ exports.Position = {
3583
3037
  createdAt
3584
3038
  updatedAt
3585
3039
  orderId
3586
- Order {
3587
- id
3588
- }
3589
3040
  }
3590
3041
  takeProfit {
3591
3042
  id
@@ -3594,9 +3045,6 @@ exports.Position = {
3594
3045
  createdAt
3595
3046
  updatedAt
3596
3047
  orderId
3597
- Order {
3598
- id
3599
- }
3600
3048
  }
3601
3049
  trailPrice
3602
3050
  trailPercent
@@ -3608,12 +3056,6 @@ exports.Position = {
3608
3056
  filledAt
3609
3057
  filledAvgPrice
3610
3058
  actionId
3611
- alpacaAccount {
3612
- id
3613
- }
3614
- action {
3615
- id
3616
- }
3617
3059
  asset {
3618
3060
  id
3619
3061
  symbol
@@ -3673,15 +3115,6 @@ exports.Position = {
3673
3115
  buyPrice
3674
3116
  createdAt
3675
3117
  updatedAt
3676
- trades {
3677
- id
3678
- }
3679
- orders {
3680
- id
3681
- }
3682
- positions {
3683
- id
3684
- }
3685
3118
  newsMentions {
3686
3119
  id
3687
3120
  assetId
@@ -3704,12 +3137,6 @@ exports.Position = {
3704
3137
  logo
3705
3138
  createdAt
3706
3139
  updatedAt
3707
- assets {
3708
- id
3709
- }
3710
- }
3711
- asset {
3712
- id
3713
3140
  }
3714
3141
  relevancyScore
3715
3142
  sentimentScore
@@ -3745,9 +3172,6 @@ exports.Position = {
3745
3172
  createdAt
3746
3173
  updatedAt
3747
3174
  orderId
3748
- Order {
3749
- id
3750
- }
3751
3175
  }
3752
3176
  takeProfit {
3753
3177
  id
@@ -3756,9 +3180,6 @@ exports.Position = {
3756
3180
  createdAt
3757
3181
  updatedAt
3758
3182
  orderId
3759
- Order {
3760
- id
3761
- }
3762
3183
  }
3763
3184
  trailPrice
3764
3185
  trailPercent
@@ -3770,9 +3191,6 @@ exports.Position = {
3770
3191
  filledAt
3771
3192
  filledAvgPrice
3772
3193
  actionId
3773
- alpacaAccount {
3774
- id
3775
- }
3776
3194
  action {
3777
3195
  id
3778
3196
  sequence
@@ -3796,9 +3214,6 @@ exports.Position = {
3796
3214
  createdAt
3797
3215
  updatedAt
3798
3216
  status
3799
- alpacaAccount {
3800
- id
3801
- }
3802
3217
  asset {
3803
3218
  id
3804
3219
  symbol
@@ -3858,15 +3273,6 @@ exports.Position = {
3858
3273
  buyPrice
3859
3274
  createdAt
3860
3275
  updatedAt
3861
- trades {
3862
- id
3863
- }
3864
- orders {
3865
- id
3866
- }
3867
- positions {
3868
- id
3869
- }
3870
3276
  newsMentions {
3871
3277
  id
3872
3278
  assetId
@@ -3889,24 +3295,12 @@ exports.Position = {
3889
3295
  logo
3890
3296
  createdAt
3891
3297
  updatedAt
3892
- assets {
3893
- id
3894
- }
3895
- }
3896
- asset {
3897
- id
3898
3298
  }
3899
3299
  relevancyScore
3900
3300
  sentimentScore
3901
3301
  sentimentLabel
3902
3302
  }
3903
3303
  }
3904
- actions {
3905
- id
3906
- }
3907
- }
3908
- order {
3909
- id
3910
3304
  }
3911
3305
  }
3912
3306
  asset {
@@ -3983,12 +3377,6 @@ exports.Position = {
3983
3377
  createdAt
3984
3378
  updatedAt
3985
3379
  status
3986
- alpacaAccount {
3987
- id
3988
- }
3989
- asset {
3990
- id
3991
- }
3992
3380
  actions {
3993
3381
  id
3994
3382
  sequence
@@ -3997,20 +3385,8 @@ exports.Position = {
3997
3385
  note
3998
3386
  status
3999
3387
  fee
4000
- trade {
4001
- id
4002
- }
4003
- order {
4004
- id
4005
- }
4006
3388
  }
4007
3389
  }
4008
- orders {
4009
- id
4010
- }
4011
- positions {
4012
- id
4013
- }
4014
3390
  newsMentions {
4015
3391
  id
4016
3392
  assetId
@@ -4033,12 +3409,6 @@ exports.Position = {
4033
3409
  logo
4034
3410
  createdAt
4035
3411
  updatedAt
4036
- assets {
4037
- id
4038
- }
4039
- }
4040
- asset {
4041
- id
4042
3412
  }
4043
3413
  relevancyScore
4044
3414
  sentimentScore
@@ -4052,9 +3422,6 @@ exports.Position = {
4052
3422
  stopLossId
4053
3423
  takeProfitId
4054
3424
  }
4055
- positions {
4056
- id
4057
- }
4058
3425
  alerts {
4059
3426
  id
4060
3427
  alpacaAccountId
@@ -4063,9 +3430,6 @@ exports.Position = {
4063
3430
  isRead
4064
3431
  createdAt
4065
3432
  updatedAt
4066
- alpacaAccount {
4067
- id
4068
- }
4069
3433
  }
4070
3434
  }
4071
3435
  alpacaAccountId
@@ -9906,9 +9270,6 @@ exports.Position = {
9906
9270
  stripeCurrentPeriodEnd
9907
9271
  createdAt
9908
9272
  updatedAt
9909
- users {
9910
- id
9911
- }
9912
9273
  }
9913
9274
  customerId
9914
9275
  accounts {
@@ -9926,18 +9287,12 @@ exports.Position = {
9926
9287
  session_state
9927
9288
  createdAt
9928
9289
  updatedAt
9929
- user {
9930
- id
9931
- }
9932
9290
  }
9933
9291
  sessions {
9934
9292
  id
9935
9293
  sessionToken
9936
9294
  userId
9937
9295
  expires
9938
- user {
9939
- id
9940
- }
9941
9296
  createdAt
9942
9297
  updatedAt
9943
9298
  }
@@ -9947,23 +9302,14 @@ exports.Position = {
9947
9302
  credentialID
9948
9303
  publicKey
9949
9304
  counter
9950
- user {
9951
- id
9952
- }
9953
9305
  createdAt
9954
9306
  updatedAt
9955
9307
  }
9956
9308
  plan
9957
- alpacaAccounts {
9958
- id
9959
- }
9960
9309
  }
9961
9310
  userId
9962
9311
  createdAt
9963
9312
  updatedAt
9964
- trades {
9965
- id
9966
- }
9967
9313
  orders {
9968
9314
  id
9969
9315
  clientOrderId
@@ -9984,9 +9330,6 @@ exports.Position = {
9984
9330
  createdAt
9985
9331
  updatedAt
9986
9332
  orderId
9987
- Order {
9988
- id
9989
- }
9990
9333
  }
9991
9334
  takeProfit {
9992
9335
  id
@@ -9995,9 +9338,6 @@ exports.Position = {
9995
9338
  createdAt
9996
9339
  updatedAt
9997
9340
  orderId
9998
- Order {
9999
- id
10000
- }
10001
9341
  }
10002
9342
  trailPrice
10003
9343
  trailPercent
@@ -10009,9 +9349,6 @@ exports.Position = {
10009
9349
  filledAt
10010
9350
  filledAvgPrice
10011
9351
  actionId
10012
- alpacaAccount {
10013
- id
10014
- }
10015
9352
  action {
10016
9353
  id
10017
9354
  sequence
@@ -10020,15 +9357,6 @@ exports.Position = {
10020
9357
  note
10021
9358
  status
10022
9359
  fee
10023
- trade {
10024
- id
10025
- }
10026
- order {
10027
- id
10028
- }
10029
- }
10030
- asset {
10031
- id
10032
9360
  }
10033
9361
  fee
10034
9362
  strikePrice
@@ -10037,9 +9365,6 @@ exports.Position = {
10037
9365
  stopLossId
10038
9366
  takeProfitId
10039
9367
  }
10040
- positions {
10041
- id
10042
- }
10043
9368
  alerts {
10044
9369
  id
10045
9370
  alpacaAccountId
@@ -10048,14 +9373,8 @@ exports.Position = {
10048
9373
  isRead
10049
9374
  createdAt
10050
9375
  updatedAt
10051
- alpacaAccount {
10052
- id
10053
- }
10054
9376
  }
10055
9377
  }
10056
- asset {
10057
- id
10058
- }
10059
9378
  actions {
10060
9379
  id
10061
9380
  sequence
@@ -10064,9 +9383,6 @@ exports.Position = {
10064
9383
  note
10065
9384
  status
10066
9385
  fee
10067
- trade {
10068
- id
10069
- }
10070
9386
  order {
10071
9387
  id
10072
9388
  clientOrderId
@@ -10087,9 +9403,6 @@ exports.Position = {
10087
9403
  createdAt
10088
9404
  updatedAt
10089
9405
  orderId
10090
- Order {
10091
- id
10092
- }
10093
9406
  }
10094
9407
  takeProfit {
10095
9408
  id
@@ -10098,9 +9411,6 @@ exports.Position = {
10098
9411
  createdAt
10099
9412
  updatedAt
10100
9413
  orderId
10101
- Order {
10102
- id
10103
- }
10104
9414
  }
10105
9415
  trailPrice
10106
9416
  trailPercent
@@ -10144,9 +9454,6 @@ exports.Position = {
10144
9454
  stripeCurrentPeriodEnd
10145
9455
  createdAt
10146
9456
  updatedAt
10147
- users {
10148
- id
10149
- }
10150
9457
  }
10151
9458
  customerId
10152
9459
  accounts {
@@ -10164,18 +9471,12 @@ exports.Position = {
10164
9471
  session_state
10165
9472
  createdAt
10166
9473
  updatedAt
10167
- user {
10168
- id
10169
- }
10170
9474
  }
10171
9475
  sessions {
10172
9476
  id
10173
9477
  sessionToken
10174
9478
  userId
10175
9479
  expires
10176
- user {
10177
- id
10178
- }
10179
9480
  createdAt
10180
9481
  updatedAt
10181
9482
  }
@@ -10185,29 +9486,14 @@ exports.Position = {
10185
9486
  credentialID
10186
9487
  publicKey
10187
9488
  counter
10188
- user {
10189
- id
10190
- }
10191
9489
  createdAt
10192
9490
  updatedAt
10193
9491
  }
10194
9492
  plan
10195
- alpacaAccounts {
10196
- id
10197
- }
10198
9493
  }
10199
9494
  userId
10200
9495
  createdAt
10201
9496
  updatedAt
10202
- trades {
10203
- id
10204
- }
10205
- orders {
10206
- id
10207
- }
10208
- positions {
10209
- id
10210
- }
10211
9497
  alerts {
10212
9498
  id
10213
9499
  alpacaAccountId
@@ -10216,17 +9502,8 @@ exports.Position = {
10216
9502
  isRead
10217
9503
  createdAt
10218
9504
  updatedAt
10219
- alpacaAccount {
10220
- id
10221
- }
10222
9505
  }
10223
9506
  }
10224
- action {
10225
- id
10226
- }
10227
- asset {
10228
- id
10229
- }
10230
9507
  fee
10231
9508
  strikePrice
10232
9509
  expirationDate
@@ -10256,9 +9533,6 @@ exports.Position = {
10256
9533
  createdAt
10257
9534
  updatedAt
10258
9535
  orderId
10259
- Order {
10260
- id
10261
- }
10262
9536
  }
10263
9537
  takeProfit {
10264
9538
  id
@@ -10267,9 +9541,6 @@ exports.Position = {
10267
9541
  createdAt
10268
9542
  updatedAt
10269
9543
  orderId
10270
- Order {
10271
- id
10272
- }
10273
9544
  }
10274
9545
  trailPrice
10275
9546
  trailPercent
@@ -10313,9 +9584,6 @@ exports.Position = {
10313
9584
  stripeCurrentPeriodEnd
10314
9585
  createdAt
10315
9586
  updatedAt
10316
- users {
10317
- id
10318
- }
10319
9587
  }
10320
9588
  customerId
10321
9589
  accounts {
@@ -10333,18 +9601,12 @@ exports.Position = {
10333
9601
  session_state
10334
9602
  createdAt
10335
9603
  updatedAt
10336
- user {
10337
- id
10338
- }
10339
9604
  }
10340
9605
  sessions {
10341
9606
  id
10342
9607
  sessionToken
10343
9608
  userId
10344
9609
  expires
10345
- user {
10346
- id
10347
- }
10348
9610
  createdAt
10349
9611
  updatedAt
10350
9612
  }
@@ -10354,16 +9616,10 @@ exports.Position = {
10354
9616
  credentialID
10355
9617
  publicKey
10356
9618
  counter
10357
- user {
10358
- id
10359
- }
10360
9619
  createdAt
10361
9620
  updatedAt
10362
9621
  }
10363
9622
  plan
10364
- alpacaAccounts {
10365
- id
10366
- }
10367
9623
  }
10368
9624
  userId
10369
9625
  createdAt
@@ -10383,12 +9639,6 @@ exports.Position = {
10383
9639
  createdAt
10384
9640
  updatedAt
10385
9641
  status
10386
- alpacaAccount {
10387
- id
10388
- }
10389
- asset {
10390
- id
10391
- }
10392
9642
  actions {
10393
9643
  id
10394
9644
  sequence
@@ -10397,20 +9647,8 @@ exports.Position = {
10397
9647
  note
10398
9648
  status
10399
9649
  fee
10400
- trade {
10401
- id
10402
- }
10403
- order {
10404
- id
10405
- }
10406
9650
  }
10407
9651
  }
10408
- orders {
10409
- id
10410
- }
10411
- positions {
10412
- id
10413
- }
10414
9652
  alerts {
10415
9653
  id
10416
9654
  alpacaAccountId
@@ -10419,9 +9657,6 @@ exports.Position = {
10419
9657
  isRead
10420
9658
  createdAt
10421
9659
  updatedAt
10422
- alpacaAccount {
10423
- id
10424
- }
10425
9660
  }
10426
9661
  }
10427
9662
  action {
@@ -10479,9 +9714,6 @@ exports.Position = {
10479
9714
  stripeCurrentPeriodEnd
10480
9715
  createdAt
10481
9716
  updatedAt
10482
- users {
10483
- id
10484
- }
10485
9717
  }
10486
9718
  customerId
10487
9719
  accounts {
@@ -10499,18 +9731,12 @@ exports.Position = {
10499
9731
  session_state
10500
9732
  createdAt
10501
9733
  updatedAt
10502
- user {
10503
- id
10504
- }
10505
9734
  }
10506
9735
  sessions {
10507
9736
  id
10508
9737
  sessionToken
10509
9738
  userId
10510
9739
  expires
10511
- user {
10512
- id
10513
- }
10514
9740
  createdAt
10515
9741
  updatedAt
10516
9742
  }
@@ -10520,29 +9746,14 @@ exports.Position = {
10520
9746
  credentialID
10521
9747
  publicKey
10522
9748
  counter
10523
- user {
10524
- id
10525
- }
10526
9749
  createdAt
10527
9750
  updatedAt
10528
9751
  }
10529
9752
  plan
10530
- alpacaAccounts {
10531
- id
10532
- }
10533
9753
  }
10534
9754
  userId
10535
9755
  createdAt
10536
9756
  updatedAt
10537
- trades {
10538
- id
10539
- }
10540
- orders {
10541
- id
10542
- }
10543
- positions {
10544
- id
10545
- }
10546
9757
  alerts {
10547
9758
  id
10548
9759
  alpacaAccountId
@@ -10551,24 +9762,9 @@ exports.Position = {
10551
9762
  isRead
10552
9763
  createdAt
10553
9764
  updatedAt
10554
- alpacaAccount {
10555
- id
10556
- }
10557
9765
  }
10558
9766
  }
10559
- asset {
10560
- id
10561
- }
10562
- actions {
10563
- id
10564
- }
10565
9767
  }
10566
- order {
10567
- id
10568
- }
10569
- }
10570
- asset {
10571
- id
10572
9768
  }
10573
9769
  fee
10574
9770
  strikePrice
@@ -10577,9 +9773,6 @@ exports.Position = {
10577
9773
  stopLossId
10578
9774
  takeProfitId
10579
9775
  }
10580
- positions {
10581
- id
10582
- }
10583
9776
  newsMentions {
10584
9777
  id
10585
9778
  assetId
@@ -10602,12 +9795,6 @@ exports.Position = {
10602
9795
  logo
10603
9796
  createdAt
10604
9797
  updatedAt
10605
- assets {
10606
- id
10607
- }
10608
- }
10609
- asset {
10610
- id
10611
9798
  }
10612
9799
  relevancyScore
10613
9800
  sentimentScore
@@ -10659,9 +9846,6 @@ exports.Position = {
10659
9846
  stripeCurrentPeriodEnd
10660
9847
  createdAt
10661
9848
  updatedAt
10662
- users {
10663
- id
10664
- }
10665
9849
  }
10666
9850
  customerId
10667
9851
  accounts {
@@ -10679,18 +9863,12 @@ exports.Position = {
10679
9863
  session_state
10680
9864
  createdAt
10681
9865
  updatedAt
10682
- user {
10683
- id
10684
- }
10685
9866
  }
10686
9867
  sessions {
10687
9868
  id
10688
9869
  sessionToken
10689
9870
  userId
10690
9871
  expires
10691
- user {
10692
- id
10693
- }
10694
9872
  createdAt
10695
9873
  updatedAt
10696
9874
  }
@@ -10700,16 +9878,10 @@ exports.Position = {
10700
9878
  credentialID
10701
9879
  publicKey
10702
9880
  counter
10703
- user {
10704
- id
10705
- }
10706
9881
  createdAt
10707
9882
  updatedAt
10708
9883
  }
10709
9884
  plan
10710
- alpacaAccounts {
10711
- id
10712
- }
10713
9885
  }
10714
9886
  userId
10715
9887
  createdAt
@@ -10729,9 +9901,6 @@ exports.Position = {
10729
9901
  createdAt
10730
9902
  updatedAt
10731
9903
  status
10732
- alpacaAccount {
10733
- id
10734
- }
10735
9904
  asset {
10736
9905
  id
10737
9906
  symbol
@@ -10791,9 +9960,6 @@ exports.Position = {
10791
9960
  buyPrice
10792
9961
  createdAt
10793
9962
  updatedAt
10794
- trades {
10795
- id
10796
- }
10797
9963
  orders {
10798
9964
  id
10799
9965
  clientOrderId
@@ -10814,9 +9980,6 @@ exports.Position = {
10814
9980
  createdAt
10815
9981
  updatedAt
10816
9982
  orderId
10817
- Order {
10818
- id
10819
- }
10820
9983
  }
10821
9984
  takeProfit {
10822
9985
  id
@@ -10825,9 +9988,6 @@ exports.Position = {
10825
9988
  createdAt
10826
9989
  updatedAt
10827
9990
  orderId
10828
- Order {
10829
- id
10830
- }
10831
9991
  }
10832
9992
  trailPrice
10833
9993
  trailPercent
@@ -10839,9 +9999,6 @@ exports.Position = {
10839
9999
  filledAt
10840
10000
  filledAvgPrice
10841
10001
  actionId
10842
- alpacaAccount {
10843
- id
10844
- }
10845
10002
  action {
10846
10003
  id
10847
10004
  sequence
@@ -10850,15 +10007,6 @@ exports.Position = {
10850
10007
  note
10851
10008
  status
10852
10009
  fee
10853
- trade {
10854
- id
10855
- }
10856
- order {
10857
- id
10858
- }
10859
- }
10860
- asset {
10861
- id
10862
10010
  }
10863
10011
  fee
10864
10012
  strikePrice
@@ -10867,9 +10015,6 @@ exports.Position = {
10867
10015
  stopLossId
10868
10016
  takeProfitId
10869
10017
  }
10870
- positions {
10871
- id
10872
- }
10873
10018
  newsMentions {
10874
10019
  id
10875
10020
  assetId
@@ -10892,12 +10037,6 @@ exports.Position = {
10892
10037
  logo
10893
10038
  createdAt
10894
10039
  updatedAt
10895
- assets {
10896
- id
10897
- }
10898
- }
10899
- asset {
10900
- id
10901
10040
  }
10902
10041
  relevancyScore
10903
10042
  sentimentScore
@@ -10912,9 +10051,6 @@ exports.Position = {
10912
10051
  note
10913
10052
  status
10914
10053
  fee
10915
- trade {
10916
- id
10917
- }
10918
10054
  order {
10919
10055
  id
10920
10056
  clientOrderId
@@ -10935,9 +10071,6 @@ exports.Position = {
10935
10071
  createdAt
10936
10072
  updatedAt
10937
10073
  orderId
10938
- Order {
10939
- id
10940
- }
10941
10074
  }
10942
10075
  takeProfit {
10943
10076
  id
@@ -10946,9 +10079,6 @@ exports.Position = {
10946
10079
  createdAt
10947
10080
  updatedAt
10948
10081
  orderId
10949
- Order {
10950
- id
10951
- }
10952
10082
  }
10953
10083
  trailPrice
10954
10084
  trailPercent
@@ -10960,12 +10090,6 @@ exports.Position = {
10960
10090
  filledAt
10961
10091
  filledAvgPrice
10962
10092
  actionId
10963
- alpacaAccount {
10964
- id
10965
- }
10966
- action {
10967
- id
10968
- }
10969
10093
  asset {
10970
10094
  id
10971
10095
  symbol
@@ -11025,15 +10149,6 @@ exports.Position = {
11025
10149
  buyPrice
11026
10150
  createdAt
11027
10151
  updatedAt
11028
- trades {
11029
- id
11030
- }
11031
- orders {
11032
- id
11033
- }
11034
- positions {
11035
- id
11036
- }
11037
10152
  newsMentions {
11038
10153
  id
11039
10154
  assetId
@@ -11056,12 +10171,6 @@ exports.Position = {
11056
10171
  logo
11057
10172
  createdAt
11058
10173
  updatedAt
11059
- assets {
11060
- id
11061
- }
11062
- }
11063
- asset {
11064
- id
11065
10174
  }
11066
10175
  relevancyScore
11067
10176
  sentimentScore
@@ -11097,9 +10206,6 @@ exports.Position = {
11097
10206
  createdAt
11098
10207
  updatedAt
11099
10208
  orderId
11100
- Order {
11101
- id
11102
- }
11103
10209
  }
11104
10210
  takeProfit {
11105
10211
  id
@@ -11108,9 +10214,6 @@ exports.Position = {
11108
10214
  createdAt
11109
10215
  updatedAt
11110
10216
  orderId
11111
- Order {
11112
- id
11113
- }
11114
10217
  }
11115
10218
  trailPrice
11116
10219
  trailPercent
@@ -11122,9 +10225,6 @@ exports.Position = {
11122
10225
  filledAt
11123
10226
  filledAvgPrice
11124
10227
  actionId
11125
- alpacaAccount {
11126
- id
11127
- }
11128
10228
  action {
11129
10229
  id
11130
10230
  sequence
@@ -11148,9 +10248,6 @@ exports.Position = {
11148
10248
  createdAt
11149
10249
  updatedAt
11150
10250
  status
11151
- alpacaAccount {
11152
- id
11153
- }
11154
10251
  asset {
11155
10252
  id
11156
10253
  symbol
@@ -11210,15 +10307,6 @@ exports.Position = {
11210
10307
  buyPrice
11211
10308
  createdAt
11212
10309
  updatedAt
11213
- trades {
11214
- id
11215
- }
11216
- orders {
11217
- id
11218
- }
11219
- positions {
11220
- id
11221
- }
11222
10310
  newsMentions {
11223
10311
  id
11224
10312
  assetId
@@ -11241,24 +10329,12 @@ exports.Position = {
11241
10329
  logo
11242
10330
  createdAt
11243
10331
  updatedAt
11244
- assets {
11245
- id
11246
- }
11247
- }
11248
- asset {
11249
- id
11250
10332
  }
11251
10333
  relevancyScore
11252
10334
  sentimentScore
11253
10335
  sentimentLabel
11254
10336
  }
11255
10337
  }
11256
- actions {
11257
- id
11258
- }
11259
- }
11260
- order {
11261
- id
11262
10338
  }
11263
10339
  }
11264
10340
  asset {
@@ -11335,12 +10411,6 @@ exports.Position = {
11335
10411
  createdAt
11336
10412
  updatedAt
11337
10413
  status
11338
- alpacaAccount {
11339
- id
11340
- }
11341
- asset {
11342
- id
11343
- }
11344
10414
  actions {
11345
10415
  id
11346
10416
  sequence
@@ -11349,20 +10419,8 @@ exports.Position = {
11349
10419
  note
11350
10420
  status
11351
10421
  fee
11352
- trade {
11353
- id
11354
- }
11355
- order {
11356
- id
11357
- }
11358
10422
  }
11359
10423
  }
11360
- orders {
11361
- id
11362
- }
11363
- positions {
11364
- id
11365
- }
11366
10424
  newsMentions {
11367
10425
  id
11368
10426
  assetId
@@ -11385,12 +10443,6 @@ exports.Position = {
11385
10443
  logo
11386
10444
  createdAt
11387
10445
  updatedAt
11388
- assets {
11389
- id
11390
- }
11391
- }
11392
- asset {
11393
- id
11394
10446
  }
11395
10447
  relevancyScore
11396
10448
  sentimentScore
@@ -11404,9 +10456,6 @@ exports.Position = {
11404
10456
  stopLossId
11405
10457
  takeProfitId
11406
10458
  }
11407
- positions {
11408
- id
11409
- }
11410
10459
  alerts {
11411
10460
  id
11412
10461
  alpacaAccountId
@@ -11415,9 +10464,6 @@ exports.Position = {
11415
10464
  isRead
11416
10465
  createdAt
11417
10466
  updatedAt
11418
- alpacaAccount {
11419
- id
11420
- }
11421
10467
  }
11422
10468
  }
11423
10469
  alpacaAccountId
@@ -11564,9 +10610,6 @@ exports.Position = {
11564
10610
  stripeCurrentPeriodEnd
11565
10611
  createdAt
11566
10612
  updatedAt
11567
- users {
11568
- id
11569
- }
11570
10613
  }
11571
10614
  customerId
11572
10615
  accounts {
@@ -11584,18 +10627,12 @@ exports.Position = {
11584
10627
  session_state
11585
10628
  createdAt
11586
10629
  updatedAt
11587
- user {
11588
- id
11589
- }
11590
10630
  }
11591
10631
  sessions {
11592
10632
  id
11593
10633
  sessionToken
11594
10634
  userId
11595
10635
  expires
11596
- user {
11597
- id
11598
- }
11599
10636
  createdAt
11600
10637
  updatedAt
11601
10638
  }
@@ -11605,23 +10642,14 @@ exports.Position = {
11605
10642
  credentialID
11606
10643
  publicKey
11607
10644
  counter
11608
- user {
11609
- id
11610
- }
11611
10645
  createdAt
11612
10646
  updatedAt
11613
10647
  }
11614
10648
  plan
11615
- alpacaAccounts {
11616
- id
11617
- }
11618
10649
  }
11619
10650
  userId
11620
10651
  createdAt
11621
10652
  updatedAt
11622
- trades {
11623
- id
11624
- }
11625
10653
  orders {
11626
10654
  id
11627
10655
  clientOrderId
@@ -11642,9 +10670,6 @@ exports.Position = {
11642
10670
  createdAt
11643
10671
  updatedAt
11644
10672
  orderId
11645
- Order {
11646
- id
11647
- }
11648
10673
  }
11649
10674
  takeProfit {
11650
10675
  id
@@ -11653,9 +10678,6 @@ exports.Position = {
11653
10678
  createdAt
11654
10679
  updatedAt
11655
10680
  orderId
11656
- Order {
11657
- id
11658
- }
11659
10681
  }
11660
10682
  trailPrice
11661
10683
  trailPercent
@@ -11667,9 +10689,6 @@ exports.Position = {
11667
10689
  filledAt
11668
10690
  filledAvgPrice
11669
10691
  actionId
11670
- alpacaAccount {
11671
- id
11672
- }
11673
10692
  action {
11674
10693
  id
11675
10694
  sequence
@@ -11678,15 +10697,6 @@ exports.Position = {
11678
10697
  note
11679
10698
  status
11680
10699
  fee
11681
- trade {
11682
- id
11683
- }
11684
- order {
11685
- id
11686
- }
11687
- }
11688
- asset {
11689
- id
11690
10700
  }
11691
10701
  fee
11692
10702
  strikePrice
@@ -11695,9 +10705,6 @@ exports.Position = {
11695
10705
  stopLossId
11696
10706
  takeProfitId
11697
10707
  }
11698
- positions {
11699
- id
11700
- }
11701
10708
  alerts {
11702
10709
  id
11703
10710
  alpacaAccountId
@@ -11706,14 +10713,8 @@ exports.Position = {
11706
10713
  isRead
11707
10714
  createdAt
11708
10715
  updatedAt
11709
- alpacaAccount {
11710
- id
11711
- }
11712
10716
  }
11713
10717
  }
11714
- asset {
11715
- id
11716
- }
11717
10718
  actions {
11718
10719
  id
11719
10720
  sequence
@@ -11722,9 +10723,6 @@ exports.Position = {
11722
10723
  note
11723
10724
  status
11724
10725
  fee
11725
- trade {
11726
- id
11727
- }
11728
10726
  order {
11729
10727
  id
11730
10728
  clientOrderId
@@ -11745,9 +10743,6 @@ exports.Position = {
11745
10743
  createdAt
11746
10744
  updatedAt
11747
10745
  orderId
11748
- Order {
11749
- id
11750
- }
11751
10746
  }
11752
10747
  takeProfit {
11753
10748
  id
@@ -11756,9 +10751,6 @@ exports.Position = {
11756
10751
  createdAt
11757
10752
  updatedAt
11758
10753
  orderId
11759
- Order {
11760
- id
11761
- }
11762
10754
  }
11763
10755
  trailPrice
11764
10756
  trailPercent
@@ -11802,9 +10794,6 @@ exports.Position = {
11802
10794
  stripeCurrentPeriodEnd
11803
10795
  createdAt
11804
10796
  updatedAt
11805
- users {
11806
- id
11807
- }
11808
10797
  }
11809
10798
  customerId
11810
10799
  accounts {
@@ -11822,18 +10811,12 @@ exports.Position = {
11822
10811
  session_state
11823
10812
  createdAt
11824
10813
  updatedAt
11825
- user {
11826
- id
11827
- }
11828
10814
  }
11829
10815
  sessions {
11830
10816
  id
11831
10817
  sessionToken
11832
10818
  userId
11833
10819
  expires
11834
- user {
11835
- id
11836
- }
11837
10820
  createdAt
11838
10821
  updatedAt
11839
10822
  }
@@ -11843,30 +10826,15 @@ exports.Position = {
11843
10826
  credentialID
11844
10827
  publicKey
11845
10828
  counter
11846
- user {
11847
- id
11848
- }
11849
10829
  createdAt
11850
10830
  updatedAt
11851
10831
  }
11852
10832
  plan
11853
- alpacaAccounts {
11854
- id
11855
- }
11856
10833
  }
11857
10834
  userId
11858
10835
  createdAt
11859
10836
  updatedAt
11860
- trades {
11861
- id
11862
- }
11863
- orders {
11864
- id
11865
- }
11866
- positions {
11867
- id
11868
- }
11869
- alerts {
10837
+ alerts {
11870
10838
  id
11871
10839
  alpacaAccountId
11872
10840
  message
@@ -11874,17 +10842,8 @@ exports.Position = {
11874
10842
  isRead
11875
10843
  createdAt
11876
10844
  updatedAt
11877
- alpacaAccount {
11878
- id
11879
- }
11880
10845
  }
11881
10846
  }
11882
- action {
11883
- id
11884
- }
11885
- asset {
11886
- id
11887
- }
11888
10847
  fee
11889
10848
  strikePrice
11890
10849
  expirationDate
@@ -11914,9 +10873,6 @@ exports.Position = {
11914
10873
  createdAt
11915
10874
  updatedAt
11916
10875
  orderId
11917
- Order {
11918
- id
11919
- }
11920
10876
  }
11921
10877
  takeProfit {
11922
10878
  id
@@ -11925,9 +10881,6 @@ exports.Position = {
11925
10881
  createdAt
11926
10882
  updatedAt
11927
10883
  orderId
11928
- Order {
11929
- id
11930
- }
11931
10884
  }
11932
10885
  trailPrice
11933
10886
  trailPercent
@@ -11971,9 +10924,6 @@ exports.Position = {
11971
10924
  stripeCurrentPeriodEnd
11972
10925
  createdAt
11973
10926
  updatedAt
11974
- users {
11975
- id
11976
- }
11977
10927
  }
11978
10928
  customerId
11979
10929
  accounts {
@@ -11991,18 +10941,12 @@ exports.Position = {
11991
10941
  session_state
11992
10942
  createdAt
11993
10943
  updatedAt
11994
- user {
11995
- id
11996
- }
11997
10944
  }
11998
10945
  sessions {
11999
10946
  id
12000
10947
  sessionToken
12001
10948
  userId
12002
10949
  expires
12003
- user {
12004
- id
12005
- }
12006
10950
  createdAt
12007
10951
  updatedAt
12008
10952
  }
@@ -12012,16 +10956,10 @@ exports.Position = {
12012
10956
  credentialID
12013
10957
  publicKey
12014
10958
  counter
12015
- user {
12016
- id
12017
- }
12018
10959
  createdAt
12019
10960
  updatedAt
12020
10961
  }
12021
10962
  plan
12022
- alpacaAccounts {
12023
- id
12024
- }
12025
10963
  }
12026
10964
  userId
12027
10965
  createdAt
@@ -12041,12 +10979,6 @@ exports.Position = {
12041
10979
  createdAt
12042
10980
  updatedAt
12043
10981
  status
12044
- alpacaAccount {
12045
- id
12046
- }
12047
- asset {
12048
- id
12049
- }
12050
10982
  actions {
12051
10983
  id
12052
10984
  sequence
@@ -12055,20 +10987,8 @@ exports.Position = {
12055
10987
  note
12056
10988
  status
12057
10989
  fee
12058
- trade {
12059
- id
12060
- }
12061
- order {
12062
- id
12063
- }
12064
10990
  }
12065
10991
  }
12066
- orders {
12067
- id
12068
- }
12069
- positions {
12070
- id
12071
- }
12072
10992
  alerts {
12073
10993
  id
12074
10994
  alpacaAccountId
@@ -12077,9 +10997,6 @@ exports.Position = {
12077
10997
  isRead
12078
10998
  createdAt
12079
10999
  updatedAt
12080
- alpacaAccount {
12081
- id
12082
- }
12083
11000
  }
12084
11001
  }
12085
11002
  action {
@@ -12137,9 +11054,6 @@ exports.Position = {
12137
11054
  stripeCurrentPeriodEnd
12138
11055
  createdAt
12139
11056
  updatedAt
12140
- users {
12141
- id
12142
- }
12143
11057
  }
12144
11058
  customerId
12145
11059
  accounts {
@@ -12157,18 +11071,12 @@ exports.Position = {
12157
11071
  session_state
12158
11072
  createdAt
12159
11073
  updatedAt
12160
- user {
12161
- id
12162
- }
12163
11074
  }
12164
11075
  sessions {
12165
11076
  id
12166
11077
  sessionToken
12167
11078
  userId
12168
11079
  expires
12169
- user {
12170
- id
12171
- }
12172
11080
  createdAt
12173
11081
  updatedAt
12174
11082
  }
@@ -12178,29 +11086,14 @@ exports.Position = {
12178
11086
  credentialID
12179
11087
  publicKey
12180
11088
  counter
12181
- user {
12182
- id
12183
- }
12184
11089
  createdAt
12185
11090
  updatedAt
12186
11091
  }
12187
11092
  plan
12188
- alpacaAccounts {
12189
- id
12190
- }
12191
11093
  }
12192
11094
  userId
12193
11095
  createdAt
12194
11096
  updatedAt
12195
- trades {
12196
- id
12197
- }
12198
- orders {
12199
- id
12200
- }
12201
- positions {
12202
- id
12203
- }
12204
11097
  alerts {
12205
11098
  id
12206
11099
  alpacaAccountId
@@ -12209,25 +11102,10 @@ exports.Position = {
12209
11102
  isRead
12210
11103
  createdAt
12211
11104
  updatedAt
12212
- alpacaAccount {
12213
- id
12214
- }
12215
11105
  }
12216
11106
  }
12217
- asset {
12218
- id
12219
- }
12220
- actions {
12221
- id
12222
- }
12223
- }
12224
- order {
12225
- id
12226
11107
  }
12227
11108
  }
12228
- asset {
12229
- id
12230
- }
12231
11109
  fee
12232
11110
  strikePrice
12233
11111
  expirationDate
@@ -12235,9 +11113,6 @@ exports.Position = {
12235
11113
  stopLossId
12236
11114
  takeProfitId
12237
11115
  }
12238
- positions {
12239
- id
12240
- }
12241
11116
  newsMentions {
12242
11117
  id
12243
11118
  assetId
@@ -12260,12 +11135,6 @@ exports.Position = {
12260
11135
  logo
12261
11136
  createdAt
12262
11137
  updatedAt
12263
- assets {
12264
- id
12265
- }
12266
- }
12267
- asset {
12268
- id
12269
11138
  }
12270
11139
  relevancyScore
12271
11140
  sentimentScore
@@ -12317,9 +11186,6 @@ exports.Position = {
12317
11186
  stripeCurrentPeriodEnd
12318
11187
  createdAt
12319
11188
  updatedAt
12320
- users {
12321
- id
12322
- }
12323
11189
  }
12324
11190
  customerId
12325
11191
  accounts {
@@ -12337,18 +11203,12 @@ exports.Position = {
12337
11203
  session_state
12338
11204
  createdAt
12339
11205
  updatedAt
12340
- user {
12341
- id
12342
- }
12343
11206
  }
12344
11207
  sessions {
12345
11208
  id
12346
11209
  sessionToken
12347
11210
  userId
12348
11211
  expires
12349
- user {
12350
- id
12351
- }
12352
11212
  createdAt
12353
11213
  updatedAt
12354
11214
  }
@@ -12358,16 +11218,10 @@ exports.Position = {
12358
11218
  credentialID
12359
11219
  publicKey
12360
11220
  counter
12361
- user {
12362
- id
12363
- }
12364
11221
  createdAt
12365
11222
  updatedAt
12366
11223
  }
12367
11224
  plan
12368
- alpacaAccounts {
12369
- id
12370
- }
12371
11225
  }
12372
11226
  userId
12373
11227
  createdAt
@@ -12387,9 +11241,6 @@ exports.Position = {
12387
11241
  createdAt
12388
11242
  updatedAt
12389
11243
  status
12390
- alpacaAccount {
12391
- id
12392
- }
12393
11244
  asset {
12394
11245
  id
12395
11246
  symbol
@@ -12449,9 +11300,6 @@ exports.Position = {
12449
11300
  buyPrice
12450
11301
  createdAt
12451
11302
  updatedAt
12452
- trades {
12453
- id
12454
- }
12455
11303
  orders {
12456
11304
  id
12457
11305
  clientOrderId
@@ -12472,9 +11320,6 @@ exports.Position = {
12472
11320
  createdAt
12473
11321
  updatedAt
12474
11322
  orderId
12475
- Order {
12476
- id
12477
- }
12478
11323
  }
12479
11324
  takeProfit {
12480
11325
  id
@@ -12483,9 +11328,6 @@ exports.Position = {
12483
11328
  createdAt
12484
11329
  updatedAt
12485
11330
  orderId
12486
- Order {
12487
- id
12488
- }
12489
11331
  }
12490
11332
  trailPrice
12491
11333
  trailPercent
@@ -12497,9 +11339,6 @@ exports.Position = {
12497
11339
  filledAt
12498
11340
  filledAvgPrice
12499
11341
  actionId
12500
- alpacaAccount {
12501
- id
12502
- }
12503
11342
  action {
12504
11343
  id
12505
11344
  sequence
@@ -12508,15 +11347,6 @@ exports.Position = {
12508
11347
  note
12509
11348
  status
12510
11349
  fee
12511
- trade {
12512
- id
12513
- }
12514
- order {
12515
- id
12516
- }
12517
- }
12518
- asset {
12519
- id
12520
11350
  }
12521
11351
  fee
12522
11352
  strikePrice
@@ -12525,9 +11355,6 @@ exports.Position = {
12525
11355
  stopLossId
12526
11356
  takeProfitId
12527
11357
  }
12528
- positions {
12529
- id
12530
- }
12531
11358
  newsMentions {
12532
11359
  id
12533
11360
  assetId
@@ -12550,12 +11377,6 @@ exports.Position = {
12550
11377
  logo
12551
11378
  createdAt
12552
11379
  updatedAt
12553
- assets {
12554
- id
12555
- }
12556
- }
12557
- asset {
12558
- id
12559
11380
  }
12560
11381
  relevancyScore
12561
11382
  sentimentScore
@@ -12570,9 +11391,6 @@ exports.Position = {
12570
11391
  note
12571
11392
  status
12572
11393
  fee
12573
- trade {
12574
- id
12575
- }
12576
11394
  order {
12577
11395
  id
12578
11396
  clientOrderId
@@ -12593,9 +11411,6 @@ exports.Position = {
12593
11411
  createdAt
12594
11412
  updatedAt
12595
11413
  orderId
12596
- Order {
12597
- id
12598
- }
12599
11414
  }
12600
11415
  takeProfit {
12601
11416
  id
@@ -12604,9 +11419,6 @@ exports.Position = {
12604
11419
  createdAt
12605
11420
  updatedAt
12606
11421
  orderId
12607
- Order {
12608
- id
12609
- }
12610
11422
  }
12611
11423
  trailPrice
12612
11424
  trailPercent
@@ -12618,12 +11430,6 @@ exports.Position = {
12618
11430
  filledAt
12619
11431
  filledAvgPrice
12620
11432
  actionId
12621
- alpacaAccount {
12622
- id
12623
- }
12624
- action {
12625
- id
12626
- }
12627
11433
  asset {
12628
11434
  id
12629
11435
  symbol
@@ -12683,15 +11489,6 @@ exports.Position = {
12683
11489
  buyPrice
12684
11490
  createdAt
12685
11491
  updatedAt
12686
- trades {
12687
- id
12688
- }
12689
- orders {
12690
- id
12691
- }
12692
- positions {
12693
- id
12694
- }
12695
11492
  newsMentions {
12696
11493
  id
12697
11494
  assetId
@@ -12714,12 +11511,6 @@ exports.Position = {
12714
11511
  logo
12715
11512
  createdAt
12716
11513
  updatedAt
12717
- assets {
12718
- id
12719
- }
12720
- }
12721
- asset {
12722
- id
12723
11514
  }
12724
11515
  relevancyScore
12725
11516
  sentimentScore
@@ -12755,9 +11546,6 @@ exports.Position = {
12755
11546
  createdAt
12756
11547
  updatedAt
12757
11548
  orderId
12758
- Order {
12759
- id
12760
- }
12761
11549
  }
12762
11550
  takeProfit {
12763
11551
  id
@@ -12766,9 +11554,6 @@ exports.Position = {
12766
11554
  createdAt
12767
11555
  updatedAt
12768
11556
  orderId
12769
- Order {
12770
- id
12771
- }
12772
11557
  }
12773
11558
  trailPrice
12774
11559
  trailPercent
@@ -12780,9 +11565,6 @@ exports.Position = {
12780
11565
  filledAt
12781
11566
  filledAvgPrice
12782
11567
  actionId
12783
- alpacaAccount {
12784
- id
12785
- }
12786
11568
  action {
12787
11569
  id
12788
11570
  sequence
@@ -12806,9 +11588,6 @@ exports.Position = {
12806
11588
  createdAt
12807
11589
  updatedAt
12808
11590
  status
12809
- alpacaAccount {
12810
- id
12811
- }
12812
11591
  asset {
12813
11592
  id
12814
11593
  symbol
@@ -12868,15 +11647,6 @@ exports.Position = {
12868
11647
  buyPrice
12869
11648
  createdAt
12870
11649
  updatedAt
12871
- trades {
12872
- id
12873
- }
12874
- orders {
12875
- id
12876
- }
12877
- positions {
12878
- id
12879
- }
12880
11650
  newsMentions {
12881
11651
  id
12882
11652
  assetId
@@ -12899,24 +11669,12 @@ exports.Position = {
12899
11669
  logo
12900
11670
  createdAt
12901
11671
  updatedAt
12902
- assets {
12903
- id
12904
- }
12905
- }
12906
- asset {
12907
- id
12908
11672
  }
12909
11673
  relevancyScore
12910
11674
  sentimentScore
12911
11675
  sentimentLabel
12912
11676
  }
12913
11677
  }
12914
- actions {
12915
- id
12916
- }
12917
- }
12918
- order {
12919
- id
12920
11678
  }
12921
11679
  }
12922
11680
  asset {
@@ -12993,12 +11751,6 @@ exports.Position = {
12993
11751
  createdAt
12994
11752
  updatedAt
12995
11753
  status
12996
- alpacaAccount {
12997
- id
12998
- }
12999
- asset {
13000
- id
13001
- }
13002
11754
  actions {
13003
11755
  id
13004
11756
  sequence
@@ -13007,20 +11759,8 @@ exports.Position = {
13007
11759
  note
13008
11760
  status
13009
11761
  fee
13010
- trade {
13011
- id
13012
- }
13013
- order {
13014
- id
13015
- }
13016
11762
  }
13017
11763
  }
13018
- orders {
13019
- id
13020
- }
13021
- positions {
13022
- id
13023
- }
13024
11764
  newsMentions {
13025
11765
  id
13026
11766
  assetId
@@ -13043,12 +11783,6 @@ exports.Position = {
13043
11783
  logo
13044
11784
  createdAt
13045
11785
  updatedAt
13046
- assets {
13047
- id
13048
- }
13049
- }
13050
- asset {
13051
- id
13052
11786
  }
13053
11787
  relevancyScore
13054
11788
  sentimentScore
@@ -13062,9 +11796,6 @@ exports.Position = {
13062
11796
  stopLossId
13063
11797
  takeProfitId
13064
11798
  }
13065
- positions {
13066
- id
13067
- }
13068
11799
  alerts {
13069
11800
  id
13070
11801
  alpacaAccountId
@@ -13073,9 +11804,6 @@ exports.Position = {
13073
11804
  isRead
13074
11805
  createdAt
13075
11806
  updatedAt
13076
- alpacaAccount {
13077
- id
13078
- }
13079
11807
  }
13080
11808
  }
13081
11809
  alpacaAccountId
@@ -13221,9 +11949,6 @@ exports.Position = {
13221
11949
  stripeCurrentPeriodEnd
13222
11950
  createdAt
13223
11951
  updatedAt
13224
- users {
13225
- id
13226
- }
13227
11952
  }
13228
11953
  customerId
13229
11954
  accounts {
@@ -13241,18 +11966,12 @@ exports.Position = {
13241
11966
  session_state
13242
11967
  createdAt
13243
11968
  updatedAt
13244
- user {
13245
- id
13246
- }
13247
11969
  }
13248
11970
  sessions {
13249
11971
  id
13250
11972
  sessionToken
13251
11973
  userId
13252
11974
  expires
13253
- user {
13254
- id
13255
- }
13256
11975
  createdAt
13257
11976
  updatedAt
13258
11977
  }
@@ -13262,23 +11981,14 @@ exports.Position = {
13262
11981
  credentialID
13263
11982
  publicKey
13264
11983
  counter
13265
- user {
13266
- id
13267
- }
13268
11984
  createdAt
13269
11985
  updatedAt
13270
11986
  }
13271
11987
  plan
13272
- alpacaAccounts {
13273
- id
13274
- }
13275
11988
  }
13276
11989
  userId
13277
11990
  createdAt
13278
11991
  updatedAt
13279
- trades {
13280
- id
13281
- }
13282
11992
  orders {
13283
11993
  id
13284
11994
  clientOrderId
@@ -13299,9 +12009,6 @@ exports.Position = {
13299
12009
  createdAt
13300
12010
  updatedAt
13301
12011
  orderId
13302
- Order {
13303
- id
13304
- }
13305
12012
  }
13306
12013
  takeProfit {
13307
12014
  id
@@ -13310,9 +12017,6 @@ exports.Position = {
13310
12017
  createdAt
13311
12018
  updatedAt
13312
12019
  orderId
13313
- Order {
13314
- id
13315
- }
13316
12020
  }
13317
12021
  trailPrice
13318
12022
  trailPercent
@@ -13324,9 +12028,6 @@ exports.Position = {
13324
12028
  filledAt
13325
12029
  filledAvgPrice
13326
12030
  actionId
13327
- alpacaAccount {
13328
- id
13329
- }
13330
12031
  action {
13331
12032
  id
13332
12033
  sequence
@@ -13335,15 +12036,6 @@ exports.Position = {
13335
12036
  note
13336
12037
  status
13337
12038
  fee
13338
- trade {
13339
- id
13340
- }
13341
- order {
13342
- id
13343
- }
13344
- }
13345
- asset {
13346
- id
13347
12039
  }
13348
12040
  fee
13349
12041
  strikePrice
@@ -13352,9 +12044,6 @@ exports.Position = {
13352
12044
  stopLossId
13353
12045
  takeProfitId
13354
12046
  }
13355
- positions {
13356
- id
13357
- }
13358
12047
  alerts {
13359
12048
  id
13360
12049
  alpacaAccountId
@@ -13363,14 +12052,8 @@ exports.Position = {
13363
12052
  isRead
13364
12053
  createdAt
13365
12054
  updatedAt
13366
- alpacaAccount {
13367
- id
13368
- }
13369
12055
  }
13370
12056
  }
13371
- asset {
13372
- id
13373
- }
13374
12057
  actions {
13375
12058
  id
13376
12059
  sequence
@@ -13379,9 +12062,6 @@ exports.Position = {
13379
12062
  note
13380
12063
  status
13381
12064
  fee
13382
- trade {
13383
- id
13384
- }
13385
12065
  order {
13386
12066
  id
13387
12067
  clientOrderId
@@ -13402,9 +12082,6 @@ exports.Position = {
13402
12082
  createdAt
13403
12083
  updatedAt
13404
12084
  orderId
13405
- Order {
13406
- id
13407
- }
13408
12085
  }
13409
12086
  takeProfit {
13410
12087
  id
@@ -13413,9 +12090,6 @@ exports.Position = {
13413
12090
  createdAt
13414
12091
  updatedAt
13415
12092
  orderId
13416
- Order {
13417
- id
13418
- }
13419
12093
  }
13420
12094
  trailPrice
13421
12095
  trailPercent
@@ -13459,9 +12133,6 @@ exports.Position = {
13459
12133
  stripeCurrentPeriodEnd
13460
12134
  createdAt
13461
12135
  updatedAt
13462
- users {
13463
- id
13464
- }
13465
12136
  }
13466
12137
  customerId
13467
12138
  accounts {
@@ -13479,18 +12150,12 @@ exports.Position = {
13479
12150
  session_state
13480
12151
  createdAt
13481
12152
  updatedAt
13482
- user {
13483
- id
13484
- }
13485
12153
  }
13486
12154
  sessions {
13487
12155
  id
13488
12156
  sessionToken
13489
12157
  userId
13490
12158
  expires
13491
- user {
13492
- id
13493
- }
13494
12159
  createdAt
13495
12160
  updatedAt
13496
12161
  }
@@ -13500,29 +12165,14 @@ exports.Position = {
13500
12165
  credentialID
13501
12166
  publicKey
13502
12167
  counter
13503
- user {
13504
- id
13505
- }
13506
12168
  createdAt
13507
12169
  updatedAt
13508
12170
  }
13509
12171
  plan
13510
- alpacaAccounts {
13511
- id
13512
- }
13513
12172
  }
13514
12173
  userId
13515
12174
  createdAt
13516
12175
  updatedAt
13517
- trades {
13518
- id
13519
- }
13520
- orders {
13521
- id
13522
- }
13523
- positions {
13524
- id
13525
- }
13526
12176
  alerts {
13527
12177
  id
13528
12178
  alpacaAccountId
@@ -13531,17 +12181,8 @@ exports.Position = {
13531
12181
  isRead
13532
12182
  createdAt
13533
12183
  updatedAt
13534
- alpacaAccount {
13535
- id
13536
- }
13537
12184
  }
13538
12185
  }
13539
- action {
13540
- id
13541
- }
13542
- asset {
13543
- id
13544
- }
13545
12186
  fee
13546
12187
  strikePrice
13547
12188
  expirationDate
@@ -13571,9 +12212,6 @@ exports.Position = {
13571
12212
  createdAt
13572
12213
  updatedAt
13573
12214
  orderId
13574
- Order {
13575
- id
13576
- }
13577
12215
  }
13578
12216
  takeProfit {
13579
12217
  id
@@ -13582,9 +12220,6 @@ exports.Position = {
13582
12220
  createdAt
13583
12221
  updatedAt
13584
12222
  orderId
13585
- Order {
13586
- id
13587
- }
13588
12223
  }
13589
12224
  trailPrice
13590
12225
  trailPercent
@@ -13628,9 +12263,6 @@ exports.Position = {
13628
12263
  stripeCurrentPeriodEnd
13629
12264
  createdAt
13630
12265
  updatedAt
13631
- users {
13632
- id
13633
- }
13634
12266
  }
13635
12267
  customerId
13636
12268
  accounts {
@@ -13648,18 +12280,12 @@ exports.Position = {
13648
12280
  session_state
13649
12281
  createdAt
13650
12282
  updatedAt
13651
- user {
13652
- id
13653
- }
13654
12283
  }
13655
12284
  sessions {
13656
12285
  id
13657
12286
  sessionToken
13658
12287
  userId
13659
12288
  expires
13660
- user {
13661
- id
13662
- }
13663
12289
  createdAt
13664
12290
  updatedAt
13665
12291
  }
@@ -13669,16 +12295,10 @@ exports.Position = {
13669
12295
  credentialID
13670
12296
  publicKey
13671
12297
  counter
13672
- user {
13673
- id
13674
- }
13675
12298
  createdAt
13676
12299
  updatedAt
13677
12300
  }
13678
12301
  plan
13679
- alpacaAccounts {
13680
- id
13681
- }
13682
12302
  }
13683
12303
  userId
13684
12304
  createdAt
@@ -13698,12 +12318,6 @@ exports.Position = {
13698
12318
  createdAt
13699
12319
  updatedAt
13700
12320
  status
13701
- alpacaAccount {
13702
- id
13703
- }
13704
- asset {
13705
- id
13706
- }
13707
12321
  actions {
13708
12322
  id
13709
12323
  sequence
@@ -13712,20 +12326,8 @@ exports.Position = {
13712
12326
  note
13713
12327
  status
13714
12328
  fee
13715
- trade {
13716
- id
13717
- }
13718
- order {
13719
- id
13720
- }
13721
12329
  }
13722
12330
  }
13723
- orders {
13724
- id
13725
- }
13726
- positions {
13727
- id
13728
- }
13729
12331
  alerts {
13730
12332
  id
13731
12333
  alpacaAccountId
@@ -13734,9 +12336,6 @@ exports.Position = {
13734
12336
  isRead
13735
12337
  createdAt
13736
12338
  updatedAt
13737
- alpacaAccount {
13738
- id
13739
- }
13740
12339
  }
13741
12340
  }
13742
12341
  action {
@@ -13794,9 +12393,6 @@ exports.Position = {
13794
12393
  stripeCurrentPeriodEnd
13795
12394
  createdAt
13796
12395
  updatedAt
13797
- users {
13798
- id
13799
- }
13800
12396
  }
13801
12397
  customerId
13802
12398
  accounts {
@@ -13814,18 +12410,12 @@ exports.Position = {
13814
12410
  session_state
13815
12411
  createdAt
13816
12412
  updatedAt
13817
- user {
13818
- id
13819
- }
13820
12413
  }
13821
12414
  sessions {
13822
12415
  id
13823
12416
  sessionToken
13824
12417
  userId
13825
12418
  expires
13826
- user {
13827
- id
13828
- }
13829
12419
  createdAt
13830
12420
  updatedAt
13831
12421
  }
@@ -13835,29 +12425,14 @@ exports.Position = {
13835
12425
  credentialID
13836
12426
  publicKey
13837
12427
  counter
13838
- user {
13839
- id
13840
- }
13841
12428
  createdAt
13842
12429
  updatedAt
13843
12430
  }
13844
12431
  plan
13845
- alpacaAccounts {
13846
- id
13847
- }
13848
12432
  }
13849
12433
  userId
13850
12434
  createdAt
13851
12435
  updatedAt
13852
- trades {
13853
- id
13854
- }
13855
- orders {
13856
- id
13857
- }
13858
- positions {
13859
- id
13860
- }
13861
12436
  alerts {
13862
12437
  id
13863
12438
  alpacaAccountId
@@ -13866,25 +12441,10 @@ exports.Position = {
13866
12441
  isRead
13867
12442
  createdAt
13868
12443
  updatedAt
13869
- alpacaAccount {
13870
- id
13871
- }
13872
12444
  }
13873
12445
  }
13874
- asset {
13875
- id
13876
- }
13877
- actions {
13878
- id
13879
- }
13880
- }
13881
- order {
13882
- id
13883
12446
  }
13884
12447
  }
13885
- asset {
13886
- id
13887
- }
13888
12448
  fee
13889
12449
  strikePrice
13890
12450
  expirationDate
@@ -13892,9 +12452,6 @@ exports.Position = {
13892
12452
  stopLossId
13893
12453
  takeProfitId
13894
12454
  }
13895
- positions {
13896
- id
13897
- }
13898
12455
  newsMentions {
13899
12456
  id
13900
12457
  assetId
@@ -13917,12 +12474,6 @@ exports.Position = {
13917
12474
  logo
13918
12475
  createdAt
13919
12476
  updatedAt
13920
- assets {
13921
- id
13922
- }
13923
- }
13924
- asset {
13925
- id
13926
12477
  }
13927
12478
  relevancyScore
13928
12479
  sentimentScore
@@ -13974,9 +12525,6 @@ exports.Position = {
13974
12525
  stripeCurrentPeriodEnd
13975
12526
  createdAt
13976
12527
  updatedAt
13977
- users {
13978
- id
13979
- }
13980
12528
  }
13981
12529
  customerId
13982
12530
  accounts {
@@ -13994,18 +12542,12 @@ exports.Position = {
13994
12542
  session_state
13995
12543
  createdAt
13996
12544
  updatedAt
13997
- user {
13998
- id
13999
- }
14000
12545
  }
14001
12546
  sessions {
14002
12547
  id
14003
12548
  sessionToken
14004
12549
  userId
14005
12550
  expires
14006
- user {
14007
- id
14008
- }
14009
12551
  createdAt
14010
12552
  updatedAt
14011
12553
  }
@@ -14015,16 +12557,10 @@ exports.Position = {
14015
12557
  credentialID
14016
12558
  publicKey
14017
12559
  counter
14018
- user {
14019
- id
14020
- }
14021
12560
  createdAt
14022
12561
  updatedAt
14023
12562
  }
14024
12563
  plan
14025
- alpacaAccounts {
14026
- id
14027
- }
14028
12564
  }
14029
12565
  userId
14030
12566
  createdAt
@@ -14044,9 +12580,6 @@ exports.Position = {
14044
12580
  createdAt
14045
12581
  updatedAt
14046
12582
  status
14047
- alpacaAccount {
14048
- id
14049
- }
14050
12583
  asset {
14051
12584
  id
14052
12585
  symbol
@@ -14106,9 +12639,6 @@ exports.Position = {
14106
12639
  buyPrice
14107
12640
  createdAt
14108
12641
  updatedAt
14109
- trades {
14110
- id
14111
- }
14112
12642
  orders {
14113
12643
  id
14114
12644
  clientOrderId
@@ -14129,9 +12659,6 @@ exports.Position = {
14129
12659
  createdAt
14130
12660
  updatedAt
14131
12661
  orderId
14132
- Order {
14133
- id
14134
- }
14135
12662
  }
14136
12663
  takeProfit {
14137
12664
  id
@@ -14140,9 +12667,6 @@ exports.Position = {
14140
12667
  createdAt
14141
12668
  updatedAt
14142
12669
  orderId
14143
- Order {
14144
- id
14145
- }
14146
12670
  }
14147
12671
  trailPrice
14148
12672
  trailPercent
@@ -14154,9 +12678,6 @@ exports.Position = {
14154
12678
  filledAt
14155
12679
  filledAvgPrice
14156
12680
  actionId
14157
- alpacaAccount {
14158
- id
14159
- }
14160
12681
  action {
14161
12682
  id
14162
12683
  sequence
@@ -14165,15 +12686,6 @@ exports.Position = {
14165
12686
  note
14166
12687
  status
14167
12688
  fee
14168
- trade {
14169
- id
14170
- }
14171
- order {
14172
- id
14173
- }
14174
- }
14175
- asset {
14176
- id
14177
12689
  }
14178
12690
  fee
14179
12691
  strikePrice
@@ -14182,9 +12694,6 @@ exports.Position = {
14182
12694
  stopLossId
14183
12695
  takeProfitId
14184
12696
  }
14185
- positions {
14186
- id
14187
- }
14188
12697
  newsMentions {
14189
12698
  id
14190
12699
  assetId
@@ -14207,12 +12716,6 @@ exports.Position = {
14207
12716
  logo
14208
12717
  createdAt
14209
12718
  updatedAt
14210
- assets {
14211
- id
14212
- }
14213
- }
14214
- asset {
14215
- id
14216
12719
  }
14217
12720
  relevancyScore
14218
12721
  sentimentScore
@@ -14227,9 +12730,6 @@ exports.Position = {
14227
12730
  note
14228
12731
  status
14229
12732
  fee
14230
- trade {
14231
- id
14232
- }
14233
12733
  order {
14234
12734
  id
14235
12735
  clientOrderId
@@ -14250,9 +12750,6 @@ exports.Position = {
14250
12750
  createdAt
14251
12751
  updatedAt
14252
12752
  orderId
14253
- Order {
14254
- id
14255
- }
14256
12753
  }
14257
12754
  takeProfit {
14258
12755
  id
@@ -14261,9 +12758,6 @@ exports.Position = {
14261
12758
  createdAt
14262
12759
  updatedAt
14263
12760
  orderId
14264
- Order {
14265
- id
14266
- }
14267
12761
  }
14268
12762
  trailPrice
14269
12763
  trailPercent
@@ -14275,12 +12769,6 @@ exports.Position = {
14275
12769
  filledAt
14276
12770
  filledAvgPrice
14277
12771
  actionId
14278
- alpacaAccount {
14279
- id
14280
- }
14281
- action {
14282
- id
14283
- }
14284
12772
  asset {
14285
12773
  id
14286
12774
  symbol
@@ -14340,15 +12828,6 @@ exports.Position = {
14340
12828
  buyPrice
14341
12829
  createdAt
14342
12830
  updatedAt
14343
- trades {
14344
- id
14345
- }
14346
- orders {
14347
- id
14348
- }
14349
- positions {
14350
- id
14351
- }
14352
12831
  newsMentions {
14353
12832
  id
14354
12833
  assetId
@@ -14371,12 +12850,6 @@ exports.Position = {
14371
12850
  logo
14372
12851
  createdAt
14373
12852
  updatedAt
14374
- assets {
14375
- id
14376
- }
14377
- }
14378
- asset {
14379
- id
14380
12853
  }
14381
12854
  relevancyScore
14382
12855
  sentimentScore
@@ -14412,9 +12885,6 @@ exports.Position = {
14412
12885
  createdAt
14413
12886
  updatedAt
14414
12887
  orderId
14415
- Order {
14416
- id
14417
- }
14418
12888
  }
14419
12889
  takeProfit {
14420
12890
  id
@@ -14423,9 +12893,6 @@ exports.Position = {
14423
12893
  createdAt
14424
12894
  updatedAt
14425
12895
  orderId
14426
- Order {
14427
- id
14428
- }
14429
12896
  }
14430
12897
  trailPrice
14431
12898
  trailPercent
@@ -14437,9 +12904,6 @@ exports.Position = {
14437
12904
  filledAt
14438
12905
  filledAvgPrice
14439
12906
  actionId
14440
- alpacaAccount {
14441
- id
14442
- }
14443
12907
  action {
14444
12908
  id
14445
12909
  sequence
@@ -14463,9 +12927,6 @@ exports.Position = {
14463
12927
  createdAt
14464
12928
  updatedAt
14465
12929
  status
14466
- alpacaAccount {
14467
- id
14468
- }
14469
12930
  asset {
14470
12931
  id
14471
12932
  symbol
@@ -14525,15 +12986,6 @@ exports.Position = {
14525
12986
  buyPrice
14526
12987
  createdAt
14527
12988
  updatedAt
14528
- trades {
14529
- id
14530
- }
14531
- orders {
14532
- id
14533
- }
14534
- positions {
14535
- id
14536
- }
14537
12989
  newsMentions {
14538
12990
  id
14539
12991
  assetId
@@ -14556,24 +13008,12 @@ exports.Position = {
14556
13008
  logo
14557
13009
  createdAt
14558
13010
  updatedAt
14559
- assets {
14560
- id
14561
- }
14562
- }
14563
- asset {
14564
- id
14565
13011
  }
14566
13012
  relevancyScore
14567
13013
  sentimentScore
14568
13014
  sentimentLabel
14569
13015
  }
14570
13016
  }
14571
- actions {
14572
- id
14573
- }
14574
- }
14575
- order {
14576
- id
14577
13017
  }
14578
13018
  }
14579
13019
  asset {
@@ -14650,12 +13090,6 @@ exports.Position = {
14650
13090
  createdAt
14651
13091
  updatedAt
14652
13092
  status
14653
- alpacaAccount {
14654
- id
14655
- }
14656
- asset {
14657
- id
14658
- }
14659
13093
  actions {
14660
13094
  id
14661
13095
  sequence
@@ -14664,20 +13098,8 @@ exports.Position = {
14664
13098
  note
14665
13099
  status
14666
13100
  fee
14667
- trade {
14668
- id
14669
- }
14670
- order {
14671
- id
14672
- }
14673
13101
  }
14674
13102
  }
14675
- orders {
14676
- id
14677
- }
14678
- positions {
14679
- id
14680
- }
14681
13103
  newsMentions {
14682
13104
  id
14683
13105
  assetId
@@ -14700,12 +13122,6 @@ exports.Position = {
14700
13122
  logo
14701
13123
  createdAt
14702
13124
  updatedAt
14703
- assets {
14704
- id
14705
- }
14706
- }
14707
- asset {
14708
- id
14709
13125
  }
14710
13126
  relevancyScore
14711
13127
  sentimentScore
@@ -14719,9 +13135,6 @@ exports.Position = {
14719
13135
  stopLossId
14720
13136
  takeProfitId
14721
13137
  }
14722
- positions {
14723
- id
14724
- }
14725
13138
  alerts {
14726
13139
  id
14727
13140
  alpacaAccountId
@@ -14730,9 +13143,6 @@ exports.Position = {
14730
13143
  isRead
14731
13144
  createdAt
14732
13145
  updatedAt
14733
- alpacaAccount {
14734
- id
14735
- }
14736
13146
  }
14737
13147
  }
14738
13148
  alpacaAccountId
@@ -14872,9 +13282,6 @@ exports.Position = {
14872
13282
  stripeCurrentPeriodEnd
14873
13283
  createdAt
14874
13284
  updatedAt
14875
- users {
14876
- id
14877
- }
14878
13285
  }
14879
13286
  customerId
14880
13287
  accounts {
@@ -14892,18 +13299,12 @@ exports.Position = {
14892
13299
  session_state
14893
13300
  createdAt
14894
13301
  updatedAt
14895
- user {
14896
- id
14897
- }
14898
13302
  }
14899
13303
  sessions {
14900
13304
  id
14901
13305
  sessionToken
14902
13306
  userId
14903
13307
  expires
14904
- user {
14905
- id
14906
- }
14907
13308
  createdAt
14908
13309
  updatedAt
14909
13310
  }
@@ -14913,23 +13314,14 @@ exports.Position = {
14913
13314
  credentialID
14914
13315
  publicKey
14915
13316
  counter
14916
- user {
14917
- id
14918
- }
14919
13317
  createdAt
14920
13318
  updatedAt
14921
13319
  }
14922
13320
  plan
14923
- alpacaAccounts {
14924
- id
14925
- }
14926
13321
  }
14927
13322
  userId
14928
13323
  createdAt
14929
13324
  updatedAt
14930
- trades {
14931
- id
14932
- }
14933
13325
  orders {
14934
13326
  id
14935
13327
  clientOrderId
@@ -14950,9 +13342,6 @@ exports.Position = {
14950
13342
  createdAt
14951
13343
  updatedAt
14952
13344
  orderId
14953
- Order {
14954
- id
14955
- }
14956
13345
  }
14957
13346
  takeProfit {
14958
13347
  id
@@ -14961,9 +13350,6 @@ exports.Position = {
14961
13350
  createdAt
14962
13351
  updatedAt
14963
13352
  orderId
14964
- Order {
14965
- id
14966
- }
14967
13353
  }
14968
13354
  trailPrice
14969
13355
  trailPercent
@@ -14975,9 +13361,6 @@ exports.Position = {
14975
13361
  filledAt
14976
13362
  filledAvgPrice
14977
13363
  actionId
14978
- alpacaAccount {
14979
- id
14980
- }
14981
13364
  action {
14982
13365
  id
14983
13366
  sequence
@@ -14986,15 +13369,6 @@ exports.Position = {
14986
13369
  note
14987
13370
  status
14988
13371
  fee
14989
- trade {
14990
- id
14991
- }
14992
- order {
14993
- id
14994
- }
14995
- }
14996
- asset {
14997
- id
14998
13372
  }
14999
13373
  fee
15000
13374
  strikePrice
@@ -15003,9 +13377,6 @@ exports.Position = {
15003
13377
  stopLossId
15004
13378
  takeProfitId
15005
13379
  }
15006
- positions {
15007
- id
15008
- }
15009
13380
  alerts {
15010
13381
  id
15011
13382
  alpacaAccountId
@@ -15014,14 +13385,8 @@ exports.Position = {
15014
13385
  isRead
15015
13386
  createdAt
15016
13387
  updatedAt
15017
- alpacaAccount {
15018
- id
15019
- }
15020
13388
  }
15021
13389
  }
15022
- asset {
15023
- id
15024
- }
15025
13390
  actions {
15026
13391
  id
15027
13392
  sequence
@@ -15030,9 +13395,6 @@ exports.Position = {
15030
13395
  note
15031
13396
  status
15032
13397
  fee
15033
- trade {
15034
- id
15035
- }
15036
13398
  order {
15037
13399
  id
15038
13400
  clientOrderId
@@ -15053,9 +13415,6 @@ exports.Position = {
15053
13415
  createdAt
15054
13416
  updatedAt
15055
13417
  orderId
15056
- Order {
15057
- id
15058
- }
15059
13418
  }
15060
13419
  takeProfit {
15061
13420
  id
@@ -15064,9 +13423,6 @@ exports.Position = {
15064
13423
  createdAt
15065
13424
  updatedAt
15066
13425
  orderId
15067
- Order {
15068
- id
15069
- }
15070
13426
  }
15071
13427
  trailPrice
15072
13428
  trailPercent
@@ -15110,9 +13466,6 @@ exports.Position = {
15110
13466
  stripeCurrentPeriodEnd
15111
13467
  createdAt
15112
13468
  updatedAt
15113
- users {
15114
- id
15115
- }
15116
13469
  }
15117
13470
  customerId
15118
13471
  accounts {
@@ -15130,18 +13483,12 @@ exports.Position = {
15130
13483
  session_state
15131
13484
  createdAt
15132
13485
  updatedAt
15133
- user {
15134
- id
15135
- }
15136
13486
  }
15137
13487
  sessions {
15138
13488
  id
15139
13489
  sessionToken
15140
13490
  userId
15141
13491
  expires
15142
- user {
15143
- id
15144
- }
15145
13492
  createdAt
15146
13493
  updatedAt
15147
13494
  }
@@ -15151,29 +13498,14 @@ exports.Position = {
15151
13498
  credentialID
15152
13499
  publicKey
15153
13500
  counter
15154
- user {
15155
- id
15156
- }
15157
13501
  createdAt
15158
13502
  updatedAt
15159
13503
  }
15160
13504
  plan
15161
- alpacaAccounts {
15162
- id
15163
- }
15164
13505
  }
15165
13506
  userId
15166
13507
  createdAt
15167
13508
  updatedAt
15168
- trades {
15169
- id
15170
- }
15171
- orders {
15172
- id
15173
- }
15174
- positions {
15175
- id
15176
- }
15177
13509
  alerts {
15178
13510
  id
15179
13511
  alpacaAccountId
@@ -15182,17 +13514,8 @@ exports.Position = {
15182
13514
  isRead
15183
13515
  createdAt
15184
13516
  updatedAt
15185
- alpacaAccount {
15186
- id
15187
- }
15188
13517
  }
15189
13518
  }
15190
- action {
15191
- id
15192
- }
15193
- asset {
15194
- id
15195
- }
15196
13519
  fee
15197
13520
  strikePrice
15198
13521
  expirationDate
@@ -15222,9 +13545,6 @@ exports.Position = {
15222
13545
  createdAt
15223
13546
  updatedAt
15224
13547
  orderId
15225
- Order {
15226
- id
15227
- }
15228
13548
  }
15229
13549
  takeProfit {
15230
13550
  id
@@ -15233,9 +13553,6 @@ exports.Position = {
15233
13553
  createdAt
15234
13554
  updatedAt
15235
13555
  orderId
15236
- Order {
15237
- id
15238
- }
15239
13556
  }
15240
13557
  trailPrice
15241
13558
  trailPercent
@@ -15279,9 +13596,6 @@ exports.Position = {
15279
13596
  stripeCurrentPeriodEnd
15280
13597
  createdAt
15281
13598
  updatedAt
15282
- users {
15283
- id
15284
- }
15285
13599
  }
15286
13600
  customerId
15287
13601
  accounts {
@@ -15299,18 +13613,12 @@ exports.Position = {
15299
13613
  session_state
15300
13614
  createdAt
15301
13615
  updatedAt
15302
- user {
15303
- id
15304
- }
15305
13616
  }
15306
13617
  sessions {
15307
13618
  id
15308
13619
  sessionToken
15309
13620
  userId
15310
13621
  expires
15311
- user {
15312
- id
15313
- }
15314
13622
  createdAt
15315
13623
  updatedAt
15316
13624
  }
@@ -15320,16 +13628,10 @@ exports.Position = {
15320
13628
  credentialID
15321
13629
  publicKey
15322
13630
  counter
15323
- user {
15324
- id
15325
- }
15326
13631
  createdAt
15327
13632
  updatedAt
15328
13633
  }
15329
13634
  plan
15330
- alpacaAccounts {
15331
- id
15332
- }
15333
13635
  }
15334
13636
  userId
15335
13637
  createdAt
@@ -15349,12 +13651,6 @@ exports.Position = {
15349
13651
  createdAt
15350
13652
  updatedAt
15351
13653
  status
15352
- alpacaAccount {
15353
- id
15354
- }
15355
- asset {
15356
- id
15357
- }
15358
13654
  actions {
15359
13655
  id
15360
13656
  sequence
@@ -15363,20 +13659,8 @@ exports.Position = {
15363
13659
  note
15364
13660
  status
15365
13661
  fee
15366
- trade {
15367
- id
15368
- }
15369
- order {
15370
- id
15371
- }
15372
13662
  }
15373
13663
  }
15374
- orders {
15375
- id
15376
- }
15377
- positions {
15378
- id
15379
- }
15380
13664
  alerts {
15381
13665
  id
15382
13666
  alpacaAccountId
@@ -15385,9 +13669,6 @@ exports.Position = {
15385
13669
  isRead
15386
13670
  createdAt
15387
13671
  updatedAt
15388
- alpacaAccount {
15389
- id
15390
- }
15391
13672
  }
15392
13673
  }
15393
13674
  action {
@@ -15445,9 +13726,6 @@ exports.Position = {
15445
13726
  stripeCurrentPeriodEnd
15446
13727
  createdAt
15447
13728
  updatedAt
15448
- users {
15449
- id
15450
- }
15451
13729
  }
15452
13730
  customerId
15453
13731
  accounts {
@@ -15465,18 +13743,12 @@ exports.Position = {
15465
13743
  session_state
15466
13744
  createdAt
15467
13745
  updatedAt
15468
- user {
15469
- id
15470
- }
15471
13746
  }
15472
13747
  sessions {
15473
13748
  id
15474
13749
  sessionToken
15475
13750
  userId
15476
13751
  expires
15477
- user {
15478
- id
15479
- }
15480
13752
  createdAt
15481
13753
  updatedAt
15482
13754
  }
@@ -15486,29 +13758,14 @@ exports.Position = {
15486
13758
  credentialID
15487
13759
  publicKey
15488
13760
  counter
15489
- user {
15490
- id
15491
- }
15492
13761
  createdAt
15493
13762
  updatedAt
15494
13763
  }
15495
13764
  plan
15496
- alpacaAccounts {
15497
- id
15498
- }
15499
13765
  }
15500
13766
  userId
15501
13767
  createdAt
15502
13768
  updatedAt
15503
- trades {
15504
- id
15505
- }
15506
- orders {
15507
- id
15508
- }
15509
- positions {
15510
- id
15511
- }
15512
13769
  alerts {
15513
13770
  id
15514
13771
  alpacaAccountId
@@ -15517,25 +13774,10 @@ exports.Position = {
15517
13774
  isRead
15518
13775
  createdAt
15519
13776
  updatedAt
15520
- alpacaAccount {
15521
- id
15522
- }
15523
13777
  }
15524
13778
  }
15525
- asset {
15526
- id
15527
- }
15528
- actions {
15529
- id
15530
- }
15531
- }
15532
- order {
15533
- id
15534
13779
  }
15535
13780
  }
15536
- asset {
15537
- id
15538
- }
15539
13781
  fee
15540
13782
  strikePrice
15541
13783
  expirationDate
@@ -15543,9 +13785,6 @@ exports.Position = {
15543
13785
  stopLossId
15544
13786
  takeProfitId
15545
13787
  }
15546
- positions {
15547
- id
15548
- }
15549
13788
  newsMentions {
15550
13789
  id
15551
13790
  assetId
@@ -15568,12 +13807,6 @@ exports.Position = {
15568
13807
  logo
15569
13808
  createdAt
15570
13809
  updatedAt
15571
- assets {
15572
- id
15573
- }
15574
- }
15575
- asset {
15576
- id
15577
13810
  }
15578
13811
  relevancyScore
15579
13812
  sentimentScore
@@ -15625,9 +13858,6 @@ exports.Position = {
15625
13858
  stripeCurrentPeriodEnd
15626
13859
  createdAt
15627
13860
  updatedAt
15628
- users {
15629
- id
15630
- }
15631
13861
  }
15632
13862
  customerId
15633
13863
  accounts {
@@ -15645,18 +13875,12 @@ exports.Position = {
15645
13875
  session_state
15646
13876
  createdAt
15647
13877
  updatedAt
15648
- user {
15649
- id
15650
- }
15651
13878
  }
15652
13879
  sessions {
15653
13880
  id
15654
13881
  sessionToken
15655
13882
  userId
15656
13883
  expires
15657
- user {
15658
- id
15659
- }
15660
13884
  createdAt
15661
13885
  updatedAt
15662
13886
  }
@@ -15666,16 +13890,10 @@ exports.Position = {
15666
13890
  credentialID
15667
13891
  publicKey
15668
13892
  counter
15669
- user {
15670
- id
15671
- }
15672
13893
  createdAt
15673
13894
  updatedAt
15674
13895
  }
15675
13896
  plan
15676
- alpacaAccounts {
15677
- id
15678
- }
15679
13897
  }
15680
13898
  userId
15681
13899
  createdAt
@@ -15695,9 +13913,6 @@ exports.Position = {
15695
13913
  createdAt
15696
13914
  updatedAt
15697
13915
  status
15698
- alpacaAccount {
15699
- id
15700
- }
15701
13916
  asset {
15702
13917
  id
15703
13918
  symbol
@@ -15757,9 +13972,6 @@ exports.Position = {
15757
13972
  buyPrice
15758
13973
  createdAt
15759
13974
  updatedAt
15760
- trades {
15761
- id
15762
- }
15763
13975
  orders {
15764
13976
  id
15765
13977
  clientOrderId
@@ -15780,9 +13992,6 @@ exports.Position = {
15780
13992
  createdAt
15781
13993
  updatedAt
15782
13994
  orderId
15783
- Order {
15784
- id
15785
- }
15786
13995
  }
15787
13996
  takeProfit {
15788
13997
  id
@@ -15791,9 +14000,6 @@ exports.Position = {
15791
14000
  createdAt
15792
14001
  updatedAt
15793
14002
  orderId
15794
- Order {
15795
- id
15796
- }
15797
14003
  }
15798
14004
  trailPrice
15799
14005
  trailPercent
@@ -15805,9 +14011,6 @@ exports.Position = {
15805
14011
  filledAt
15806
14012
  filledAvgPrice
15807
14013
  actionId
15808
- alpacaAccount {
15809
- id
15810
- }
15811
14014
  action {
15812
14015
  id
15813
14016
  sequence
@@ -15816,15 +14019,6 @@ exports.Position = {
15816
14019
  note
15817
14020
  status
15818
14021
  fee
15819
- trade {
15820
- id
15821
- }
15822
- order {
15823
- id
15824
- }
15825
- }
15826
- asset {
15827
- id
15828
14022
  }
15829
14023
  fee
15830
14024
  strikePrice
@@ -15833,9 +14027,6 @@ exports.Position = {
15833
14027
  stopLossId
15834
14028
  takeProfitId
15835
14029
  }
15836
- positions {
15837
- id
15838
- }
15839
14030
  newsMentions {
15840
14031
  id
15841
14032
  assetId
@@ -15858,12 +14049,6 @@ exports.Position = {
15858
14049
  logo
15859
14050
  createdAt
15860
14051
  updatedAt
15861
- assets {
15862
- id
15863
- }
15864
- }
15865
- asset {
15866
- id
15867
14052
  }
15868
14053
  relevancyScore
15869
14054
  sentimentScore
@@ -15878,9 +14063,6 @@ exports.Position = {
15878
14063
  note
15879
14064
  status
15880
14065
  fee
15881
- trade {
15882
- id
15883
- }
15884
14066
  order {
15885
14067
  id
15886
14068
  clientOrderId
@@ -15901,9 +14083,6 @@ exports.Position = {
15901
14083
  createdAt
15902
14084
  updatedAt
15903
14085
  orderId
15904
- Order {
15905
- id
15906
- }
15907
14086
  }
15908
14087
  takeProfit {
15909
14088
  id
@@ -15912,9 +14091,6 @@ exports.Position = {
15912
14091
  createdAt
15913
14092
  updatedAt
15914
14093
  orderId
15915
- Order {
15916
- id
15917
- }
15918
14094
  }
15919
14095
  trailPrice
15920
14096
  trailPercent
@@ -15926,12 +14102,6 @@ exports.Position = {
15926
14102
  filledAt
15927
14103
  filledAvgPrice
15928
14104
  actionId
15929
- alpacaAccount {
15930
- id
15931
- }
15932
- action {
15933
- id
15934
- }
15935
14105
  asset {
15936
14106
  id
15937
14107
  symbol
@@ -15991,15 +14161,6 @@ exports.Position = {
15991
14161
  buyPrice
15992
14162
  createdAt
15993
14163
  updatedAt
15994
- trades {
15995
- id
15996
- }
15997
- orders {
15998
- id
15999
- }
16000
- positions {
16001
- id
16002
- }
16003
14164
  newsMentions {
16004
14165
  id
16005
14166
  assetId
@@ -16022,12 +14183,6 @@ exports.Position = {
16022
14183
  logo
16023
14184
  createdAt
16024
14185
  updatedAt
16025
- assets {
16026
- id
16027
- }
16028
- }
16029
- asset {
16030
- id
16031
14186
  }
16032
14187
  relevancyScore
16033
14188
  sentimentScore
@@ -16063,9 +14218,6 @@ exports.Position = {
16063
14218
  createdAt
16064
14219
  updatedAt
16065
14220
  orderId
16066
- Order {
16067
- id
16068
- }
16069
14221
  }
16070
14222
  takeProfit {
16071
14223
  id
@@ -16074,9 +14226,6 @@ exports.Position = {
16074
14226
  createdAt
16075
14227
  updatedAt
16076
14228
  orderId
16077
- Order {
16078
- id
16079
- }
16080
14229
  }
16081
14230
  trailPrice
16082
14231
  trailPercent
@@ -16088,9 +14237,6 @@ exports.Position = {
16088
14237
  filledAt
16089
14238
  filledAvgPrice
16090
14239
  actionId
16091
- alpacaAccount {
16092
- id
16093
- }
16094
14240
  action {
16095
14241
  id
16096
14242
  sequence
@@ -16114,9 +14260,6 @@ exports.Position = {
16114
14260
  createdAt
16115
14261
  updatedAt
16116
14262
  status
16117
- alpacaAccount {
16118
- id
16119
- }
16120
14263
  asset {
16121
14264
  id
16122
14265
  symbol
@@ -16176,15 +14319,6 @@ exports.Position = {
16176
14319
  buyPrice
16177
14320
  createdAt
16178
14321
  updatedAt
16179
- trades {
16180
- id
16181
- }
16182
- orders {
16183
- id
16184
- }
16185
- positions {
16186
- id
16187
- }
16188
14322
  newsMentions {
16189
14323
  id
16190
14324
  assetId
@@ -16207,24 +14341,12 @@ exports.Position = {
16207
14341
  logo
16208
14342
  createdAt
16209
14343
  updatedAt
16210
- assets {
16211
- id
16212
- }
16213
- }
16214
- asset {
16215
- id
16216
14344
  }
16217
14345
  relevancyScore
16218
14346
  sentimentScore
16219
14347
  sentimentLabel
16220
14348
  }
16221
14349
  }
16222
- actions {
16223
- id
16224
- }
16225
- }
16226
- order {
16227
- id
16228
14350
  }
16229
14351
  }
16230
14352
  asset {
@@ -16301,12 +14423,6 @@ exports.Position = {
16301
14423
  createdAt
16302
14424
  updatedAt
16303
14425
  status
16304
- alpacaAccount {
16305
- id
16306
- }
16307
- asset {
16308
- id
16309
- }
16310
14426
  actions {
16311
14427
  id
16312
14428
  sequence
@@ -16315,20 +14431,8 @@ exports.Position = {
16315
14431
  note
16316
14432
  status
16317
14433
  fee
16318
- trade {
16319
- id
16320
- }
16321
- order {
16322
- id
16323
- }
16324
14434
  }
16325
14435
  }
16326
- orders {
16327
- id
16328
- }
16329
- positions {
16330
- id
16331
- }
16332
14436
  newsMentions {
16333
14437
  id
16334
14438
  assetId
@@ -16351,12 +14455,6 @@ exports.Position = {
16351
14455
  logo
16352
14456
  createdAt
16353
14457
  updatedAt
16354
- assets {
16355
- id
16356
- }
16357
- }
16358
- asset {
16359
- id
16360
14458
  }
16361
14459
  relevancyScore
16362
14460
  sentimentScore
@@ -16370,9 +14468,6 @@ exports.Position = {
16370
14468
  stopLossId
16371
14469
  takeProfitId
16372
14470
  }
16373
- positions {
16374
- id
16375
- }
16376
14471
  alerts {
16377
14472
  id
16378
14473
  alpacaAccountId
@@ -16381,9 +14476,6 @@ exports.Position = {
16381
14476
  isRead
16382
14477
  createdAt
16383
14478
  updatedAt
16384
- alpacaAccount {
16385
- id
16386
- }
16387
14479
  }
16388
14480
  }
16389
14481
  alpacaAccountId