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
@@ -124,9 +124,6 @@ export const Position = {
124
124
  stripeCurrentPeriodEnd
125
125
  createdAt
126
126
  updatedAt
127
- users {
128
- id
129
- }
130
127
  }
131
128
  customerId
132
129
  accounts {
@@ -144,18 +141,12 @@ export const Position = {
144
141
  session_state
145
142
  createdAt
146
143
  updatedAt
147
- user {
148
- id
149
- }
150
144
  }
151
145
  sessions {
152
146
  id
153
147
  sessionToken
154
148
  userId
155
149
  expires
156
- user {
157
- id
158
- }
159
150
  createdAt
160
151
  updatedAt
161
152
  }
@@ -165,23 +156,14 @@ export const Position = {
165
156
  credentialID
166
157
  publicKey
167
158
  counter
168
- user {
169
- id
170
- }
171
159
  createdAt
172
160
  updatedAt
173
161
  }
174
162
  plan
175
- alpacaAccounts {
176
- id
177
- }
178
163
  }
179
164
  userId
180
165
  createdAt
181
166
  updatedAt
182
- trades {
183
- id
184
- }
185
167
  orders {
186
168
  id
187
169
  clientOrderId
@@ -202,9 +184,6 @@ export const Position = {
202
184
  createdAt
203
185
  updatedAt
204
186
  orderId
205
- Order {
206
- id
207
- }
208
187
  }
209
188
  takeProfit {
210
189
  id
@@ -213,9 +192,6 @@ export const Position = {
213
192
  createdAt
214
193
  updatedAt
215
194
  orderId
216
- Order {
217
- id
218
- }
219
195
  }
220
196
  trailPrice
221
197
  trailPercent
@@ -227,9 +203,6 @@ export const Position = {
227
203
  filledAt
228
204
  filledAvgPrice
229
205
  actionId
230
- alpacaAccount {
231
- id
232
- }
233
206
  action {
234
207
  id
235
208
  sequence
@@ -238,15 +211,6 @@ export const Position = {
238
211
  note
239
212
  status
240
213
  fee
241
- trade {
242
- id
243
- }
244
- order {
245
- id
246
- }
247
- }
248
- asset {
249
- id
250
214
  }
251
215
  fee
252
216
  strikePrice
@@ -255,9 +219,6 @@ export const Position = {
255
219
  stopLossId
256
220
  takeProfitId
257
221
  }
258
- positions {
259
- id
260
- }
261
222
  alerts {
262
223
  id
263
224
  alpacaAccountId
@@ -266,14 +227,8 @@ export const Position = {
266
227
  isRead
267
228
  createdAt
268
229
  updatedAt
269
- alpacaAccount {
270
- id
271
- }
272
230
  }
273
231
  }
274
- asset {
275
- id
276
- }
277
232
  actions {
278
233
  id
279
234
  sequence
@@ -282,9 +237,6 @@ export const Position = {
282
237
  note
283
238
  status
284
239
  fee
285
- trade {
286
- id
287
- }
288
240
  order {
289
241
  id
290
242
  clientOrderId
@@ -305,9 +257,6 @@ export const Position = {
305
257
  createdAt
306
258
  updatedAt
307
259
  orderId
308
- Order {
309
- id
310
- }
311
260
  }
312
261
  takeProfit {
313
262
  id
@@ -316,9 +265,6 @@ export const Position = {
316
265
  createdAt
317
266
  updatedAt
318
267
  orderId
319
- Order {
320
- id
321
- }
322
268
  }
323
269
  trailPrice
324
270
  trailPercent
@@ -362,9 +308,6 @@ export const Position = {
362
308
  stripeCurrentPeriodEnd
363
309
  createdAt
364
310
  updatedAt
365
- users {
366
- id
367
- }
368
311
  }
369
312
  customerId
370
313
  accounts {
@@ -382,18 +325,12 @@ export const Position = {
382
325
  session_state
383
326
  createdAt
384
327
  updatedAt
385
- user {
386
- id
387
- }
388
328
  }
389
329
  sessions {
390
330
  id
391
331
  sessionToken
392
332
  userId
393
333
  expires
394
- user {
395
- id
396
- }
397
334
  createdAt
398
335
  updatedAt
399
336
  }
@@ -403,29 +340,14 @@ export const Position = {
403
340
  credentialID
404
341
  publicKey
405
342
  counter
406
- user {
407
- id
408
- }
409
343
  createdAt
410
344
  updatedAt
411
345
  }
412
346
  plan
413
- alpacaAccounts {
414
- id
415
- }
416
347
  }
417
348
  userId
418
349
  createdAt
419
350
  updatedAt
420
- trades {
421
- id
422
- }
423
- orders {
424
- id
425
- }
426
- positions {
427
- id
428
- }
429
351
  alerts {
430
352
  id
431
353
  alpacaAccountId
@@ -434,17 +356,8 @@ export const Position = {
434
356
  isRead
435
357
  createdAt
436
358
  updatedAt
437
- alpacaAccount {
438
- id
439
- }
440
359
  }
441
360
  }
442
- action {
443
- id
444
- }
445
- asset {
446
- id
447
- }
448
361
  fee
449
362
  strikePrice
450
363
  expirationDate
@@ -474,9 +387,6 @@ export const Position = {
474
387
  createdAt
475
388
  updatedAt
476
389
  orderId
477
- Order {
478
- id
479
- }
480
390
  }
481
391
  takeProfit {
482
392
  id
@@ -485,9 +395,6 @@ export const Position = {
485
395
  createdAt
486
396
  updatedAt
487
397
  orderId
488
- Order {
489
- id
490
- }
491
398
  }
492
399
  trailPrice
493
400
  trailPercent
@@ -531,9 +438,6 @@ export const Position = {
531
438
  stripeCurrentPeriodEnd
532
439
  createdAt
533
440
  updatedAt
534
- users {
535
- id
536
- }
537
441
  }
538
442
  customerId
539
443
  accounts {
@@ -551,18 +455,12 @@ export const Position = {
551
455
  session_state
552
456
  createdAt
553
457
  updatedAt
554
- user {
555
- id
556
- }
557
458
  }
558
459
  sessions {
559
460
  id
560
461
  sessionToken
561
462
  userId
562
463
  expires
563
- user {
564
- id
565
- }
566
464
  createdAt
567
465
  updatedAt
568
466
  }
@@ -572,16 +470,10 @@ export const Position = {
572
470
  credentialID
573
471
  publicKey
574
472
  counter
575
- user {
576
- id
577
- }
578
473
  createdAt
579
474
  updatedAt
580
475
  }
581
476
  plan
582
- alpacaAccounts {
583
- id
584
- }
585
477
  }
586
478
  userId
587
479
  createdAt
@@ -601,12 +493,6 @@ export const Position = {
601
493
  createdAt
602
494
  updatedAt
603
495
  status
604
- alpacaAccount {
605
- id
606
- }
607
- asset {
608
- id
609
- }
610
496
  actions {
611
497
  id
612
498
  sequence
@@ -615,20 +501,8 @@ export const Position = {
615
501
  note
616
502
  status
617
503
  fee
618
- trade {
619
- id
620
- }
621
- order {
622
- id
623
- }
624
504
  }
625
505
  }
626
- orders {
627
- id
628
- }
629
- positions {
630
- id
631
- }
632
506
  alerts {
633
507
  id
634
508
  alpacaAccountId
@@ -637,9 +511,6 @@ export const Position = {
637
511
  isRead
638
512
  createdAt
639
513
  updatedAt
640
- alpacaAccount {
641
- id
642
- }
643
514
  }
644
515
  }
645
516
  action {
@@ -697,9 +568,6 @@ export const Position = {
697
568
  stripeCurrentPeriodEnd
698
569
  createdAt
699
570
  updatedAt
700
- users {
701
- id
702
- }
703
571
  }
704
572
  customerId
705
573
  accounts {
@@ -717,18 +585,12 @@ export const Position = {
717
585
  session_state
718
586
  createdAt
719
587
  updatedAt
720
- user {
721
- id
722
- }
723
588
  }
724
589
  sessions {
725
590
  id
726
591
  sessionToken
727
592
  userId
728
593
  expires
729
- user {
730
- id
731
- }
732
594
  createdAt
733
595
  updatedAt
734
596
  }
@@ -738,29 +600,14 @@ export const Position = {
738
600
  credentialID
739
601
  publicKey
740
602
  counter
741
- user {
742
- id
743
- }
744
603
  createdAt
745
604
  updatedAt
746
605
  }
747
606
  plan
748
- alpacaAccounts {
749
- id
750
- }
751
607
  }
752
608
  userId
753
609
  createdAt
754
610
  updatedAt
755
- trades {
756
- id
757
- }
758
- orders {
759
- id
760
- }
761
- positions {
762
- id
763
- }
764
611
  alerts {
765
612
  id
766
613
  alpacaAccountId
@@ -769,25 +616,10 @@ export const Position = {
769
616
  isRead
770
617
  createdAt
771
618
  updatedAt
772
- alpacaAccount {
773
- id
774
- }
775
619
  }
776
620
  }
777
- asset {
778
- id
779
- }
780
- actions {
781
- id
782
- }
783
- }
784
- order {
785
- id
786
621
  }
787
622
  }
788
- asset {
789
- id
790
- }
791
623
  fee
792
624
  strikePrice
793
625
  expirationDate
@@ -795,9 +627,6 @@ export const Position = {
795
627
  stopLossId
796
628
  takeProfitId
797
629
  }
798
- positions {
799
- id
800
- }
801
630
  newsMentions {
802
631
  id
803
632
  assetId
@@ -820,12 +649,6 @@ export const Position = {
820
649
  logo
821
650
  createdAt
822
651
  updatedAt
823
- assets {
824
- id
825
- }
826
- }
827
- asset {
828
- id
829
652
  }
830
653
  relevancyScore
831
654
  sentimentScore
@@ -877,9 +700,6 @@ export const Position = {
877
700
  stripeCurrentPeriodEnd
878
701
  createdAt
879
702
  updatedAt
880
- users {
881
- id
882
- }
883
703
  }
884
704
  customerId
885
705
  accounts {
@@ -897,18 +717,12 @@ export const Position = {
897
717
  session_state
898
718
  createdAt
899
719
  updatedAt
900
- user {
901
- id
902
- }
903
720
  }
904
721
  sessions {
905
722
  id
906
723
  sessionToken
907
724
  userId
908
725
  expires
909
- user {
910
- id
911
- }
912
726
  createdAt
913
727
  updatedAt
914
728
  }
@@ -918,16 +732,10 @@ export const Position = {
918
732
  credentialID
919
733
  publicKey
920
734
  counter
921
- user {
922
- id
923
- }
924
735
  createdAt
925
736
  updatedAt
926
737
  }
927
738
  plan
928
- alpacaAccounts {
929
- id
930
- }
931
739
  }
932
740
  userId
933
741
  createdAt
@@ -947,9 +755,6 @@ export const Position = {
947
755
  createdAt
948
756
  updatedAt
949
757
  status
950
- alpacaAccount {
951
- id
952
- }
953
758
  asset {
954
759
  id
955
760
  symbol
@@ -1009,9 +814,6 @@ export const Position = {
1009
814
  buyPrice
1010
815
  createdAt
1011
816
  updatedAt
1012
- trades {
1013
- id
1014
- }
1015
817
  orders {
1016
818
  id
1017
819
  clientOrderId
@@ -1032,9 +834,6 @@ export const Position = {
1032
834
  createdAt
1033
835
  updatedAt
1034
836
  orderId
1035
- Order {
1036
- id
1037
- }
1038
837
  }
1039
838
  takeProfit {
1040
839
  id
@@ -1043,9 +842,6 @@ export const Position = {
1043
842
  createdAt
1044
843
  updatedAt
1045
844
  orderId
1046
- Order {
1047
- id
1048
- }
1049
845
  }
1050
846
  trailPrice
1051
847
  trailPercent
@@ -1057,9 +853,6 @@ export const Position = {
1057
853
  filledAt
1058
854
  filledAvgPrice
1059
855
  actionId
1060
- alpacaAccount {
1061
- id
1062
- }
1063
856
  action {
1064
857
  id
1065
858
  sequence
@@ -1068,15 +861,6 @@ export const Position = {
1068
861
  note
1069
862
  status
1070
863
  fee
1071
- trade {
1072
- id
1073
- }
1074
- order {
1075
- id
1076
- }
1077
- }
1078
- asset {
1079
- id
1080
864
  }
1081
865
  fee
1082
866
  strikePrice
@@ -1085,9 +869,6 @@ export const Position = {
1085
869
  stopLossId
1086
870
  takeProfitId
1087
871
  }
1088
- positions {
1089
- id
1090
- }
1091
872
  newsMentions {
1092
873
  id
1093
874
  assetId
@@ -1110,12 +891,6 @@ export const Position = {
1110
891
  logo
1111
892
  createdAt
1112
893
  updatedAt
1113
- assets {
1114
- id
1115
- }
1116
- }
1117
- asset {
1118
- id
1119
894
  }
1120
895
  relevancyScore
1121
896
  sentimentScore
@@ -1130,9 +905,6 @@ export const Position = {
1130
905
  note
1131
906
  status
1132
907
  fee
1133
- trade {
1134
- id
1135
- }
1136
908
  order {
1137
909
  id
1138
910
  clientOrderId
@@ -1153,9 +925,6 @@ export const Position = {
1153
925
  createdAt
1154
926
  updatedAt
1155
927
  orderId
1156
- Order {
1157
- id
1158
- }
1159
928
  }
1160
929
  takeProfit {
1161
930
  id
@@ -1164,9 +933,6 @@ export const Position = {
1164
933
  createdAt
1165
934
  updatedAt
1166
935
  orderId
1167
- Order {
1168
- id
1169
- }
1170
936
  }
1171
937
  trailPrice
1172
938
  trailPercent
@@ -1178,12 +944,6 @@ export const Position = {
1178
944
  filledAt
1179
945
  filledAvgPrice
1180
946
  actionId
1181
- alpacaAccount {
1182
- id
1183
- }
1184
- action {
1185
- id
1186
- }
1187
947
  asset {
1188
948
  id
1189
949
  symbol
@@ -1243,15 +1003,6 @@ export const Position = {
1243
1003
  buyPrice
1244
1004
  createdAt
1245
1005
  updatedAt
1246
- trades {
1247
- id
1248
- }
1249
- orders {
1250
- id
1251
- }
1252
- positions {
1253
- id
1254
- }
1255
1006
  newsMentions {
1256
1007
  id
1257
1008
  assetId
@@ -1274,12 +1025,6 @@ export const Position = {
1274
1025
  logo
1275
1026
  createdAt
1276
1027
  updatedAt
1277
- assets {
1278
- id
1279
- }
1280
- }
1281
- asset {
1282
- id
1283
1028
  }
1284
1029
  relevancyScore
1285
1030
  sentimentScore
@@ -1315,9 +1060,6 @@ export const Position = {
1315
1060
  createdAt
1316
1061
  updatedAt
1317
1062
  orderId
1318
- Order {
1319
- id
1320
- }
1321
1063
  }
1322
1064
  takeProfit {
1323
1065
  id
@@ -1326,9 +1068,6 @@ export const Position = {
1326
1068
  createdAt
1327
1069
  updatedAt
1328
1070
  orderId
1329
- Order {
1330
- id
1331
- }
1332
1071
  }
1333
1072
  trailPrice
1334
1073
  trailPercent
@@ -1340,9 +1079,6 @@ export const Position = {
1340
1079
  filledAt
1341
1080
  filledAvgPrice
1342
1081
  actionId
1343
- alpacaAccount {
1344
- id
1345
- }
1346
1082
  action {
1347
1083
  id
1348
1084
  sequence
@@ -1366,9 +1102,6 @@ export const Position = {
1366
1102
  createdAt
1367
1103
  updatedAt
1368
1104
  status
1369
- alpacaAccount {
1370
- id
1371
- }
1372
1105
  asset {
1373
1106
  id
1374
1107
  symbol
@@ -1428,15 +1161,6 @@ export const Position = {
1428
1161
  buyPrice
1429
1162
  createdAt
1430
1163
  updatedAt
1431
- trades {
1432
- id
1433
- }
1434
- orders {
1435
- id
1436
- }
1437
- positions {
1438
- id
1439
- }
1440
1164
  newsMentions {
1441
1165
  id
1442
1166
  assetId
@@ -1459,24 +1183,12 @@ export const Position = {
1459
1183
  logo
1460
1184
  createdAt
1461
1185
  updatedAt
1462
- assets {
1463
- id
1464
- }
1465
- }
1466
- asset {
1467
- id
1468
1186
  }
1469
1187
  relevancyScore
1470
1188
  sentimentScore
1471
1189
  sentimentLabel
1472
1190
  }
1473
1191
  }
1474
- actions {
1475
- id
1476
- }
1477
- }
1478
- order {
1479
- id
1480
1192
  }
1481
1193
  }
1482
1194
  asset {
@@ -1553,12 +1265,6 @@ export const Position = {
1553
1265
  createdAt
1554
1266
  updatedAt
1555
1267
  status
1556
- alpacaAccount {
1557
- id
1558
- }
1559
- asset {
1560
- id
1561
- }
1562
1268
  actions {
1563
1269
  id
1564
1270
  sequence
@@ -1567,20 +1273,8 @@ export const Position = {
1567
1273
  note
1568
1274
  status
1569
1275
  fee
1570
- trade {
1571
- id
1572
- }
1573
- order {
1574
- id
1575
- }
1576
1276
  }
1577
1277
  }
1578
- orders {
1579
- id
1580
- }
1581
- positions {
1582
- id
1583
- }
1584
1278
  newsMentions {
1585
1279
  id
1586
1280
  assetId
@@ -1603,12 +1297,6 @@ export const Position = {
1603
1297
  logo
1604
1298
  createdAt
1605
1299
  updatedAt
1606
- assets {
1607
- id
1608
- }
1609
- }
1610
- asset {
1611
- id
1612
1300
  }
1613
1301
  relevancyScore
1614
1302
  sentimentScore
@@ -1622,9 +1310,6 @@ export const Position = {
1622
1310
  stopLossId
1623
1311
  takeProfitId
1624
1312
  }
1625
- positions {
1626
- id
1627
- }
1628
1313
  alerts {
1629
1314
  id
1630
1315
  alpacaAccountId
@@ -1633,9 +1318,6 @@ export const Position = {
1633
1318
  isRead
1634
1319
  createdAt
1635
1320
  updatedAt
1636
- alpacaAccount {
1637
- id
1638
- }
1639
1321
  }
1640
1322
  }
1641
1323
  alpacaAccountId
@@ -2552,9 +2234,6 @@ export const Position = {
2552
2234
  stripeCurrentPeriodEnd
2553
2235
  createdAt
2554
2236
  updatedAt
2555
- users {
2556
- id
2557
- }
2558
2237
  }
2559
2238
  customerId
2560
2239
  accounts {
@@ -2572,18 +2251,12 @@ export const Position = {
2572
2251
  session_state
2573
2252
  createdAt
2574
2253
  updatedAt
2575
- user {
2576
- id
2577
- }
2578
2254
  }
2579
2255
  sessions {
2580
2256
  id
2581
2257
  sessionToken
2582
2258
  userId
2583
2259
  expires
2584
- user {
2585
- id
2586
- }
2587
2260
  createdAt
2588
2261
  updatedAt
2589
2262
  }
@@ -2593,23 +2266,14 @@ export const Position = {
2593
2266
  credentialID
2594
2267
  publicKey
2595
2268
  counter
2596
- user {
2597
- id
2598
- }
2599
2269
  createdAt
2600
2270
  updatedAt
2601
2271
  }
2602
2272
  plan
2603
- alpacaAccounts {
2604
- id
2605
- }
2606
2273
  }
2607
2274
  userId
2608
2275
  createdAt
2609
2276
  updatedAt
2610
- trades {
2611
- id
2612
- }
2613
2277
  orders {
2614
2278
  id
2615
2279
  clientOrderId
@@ -2630,9 +2294,6 @@ export const Position = {
2630
2294
  createdAt
2631
2295
  updatedAt
2632
2296
  orderId
2633
- Order {
2634
- id
2635
- }
2636
2297
  }
2637
2298
  takeProfit {
2638
2299
  id
@@ -2641,9 +2302,6 @@ export const Position = {
2641
2302
  createdAt
2642
2303
  updatedAt
2643
2304
  orderId
2644
- Order {
2645
- id
2646
- }
2647
2305
  }
2648
2306
  trailPrice
2649
2307
  trailPercent
@@ -2655,9 +2313,6 @@ export const Position = {
2655
2313
  filledAt
2656
2314
  filledAvgPrice
2657
2315
  actionId
2658
- alpacaAccount {
2659
- id
2660
- }
2661
2316
  action {
2662
2317
  id
2663
2318
  sequence
@@ -2666,15 +2321,6 @@ export const Position = {
2666
2321
  note
2667
2322
  status
2668
2323
  fee
2669
- trade {
2670
- id
2671
- }
2672
- order {
2673
- id
2674
- }
2675
- }
2676
- asset {
2677
- id
2678
2324
  }
2679
2325
  fee
2680
2326
  strikePrice
@@ -2683,9 +2329,6 @@ export const Position = {
2683
2329
  stopLossId
2684
2330
  takeProfitId
2685
2331
  }
2686
- positions {
2687
- id
2688
- }
2689
2332
  alerts {
2690
2333
  id
2691
2334
  alpacaAccountId
@@ -2694,14 +2337,8 @@ export const Position = {
2694
2337
  isRead
2695
2338
  createdAt
2696
2339
  updatedAt
2697
- alpacaAccount {
2698
- id
2699
- }
2700
2340
  }
2701
2341
  }
2702
- asset {
2703
- id
2704
- }
2705
2342
  actions {
2706
2343
  id
2707
2344
  sequence
@@ -2710,9 +2347,6 @@ export const Position = {
2710
2347
  note
2711
2348
  status
2712
2349
  fee
2713
- trade {
2714
- id
2715
- }
2716
2350
  order {
2717
2351
  id
2718
2352
  clientOrderId
@@ -2733,9 +2367,6 @@ export const Position = {
2733
2367
  createdAt
2734
2368
  updatedAt
2735
2369
  orderId
2736
- Order {
2737
- id
2738
- }
2739
2370
  }
2740
2371
  takeProfit {
2741
2372
  id
@@ -2744,9 +2375,6 @@ export const Position = {
2744
2375
  createdAt
2745
2376
  updatedAt
2746
2377
  orderId
2747
- Order {
2748
- id
2749
- }
2750
2378
  }
2751
2379
  trailPrice
2752
2380
  trailPercent
@@ -2790,9 +2418,6 @@ export const Position = {
2790
2418
  stripeCurrentPeriodEnd
2791
2419
  createdAt
2792
2420
  updatedAt
2793
- users {
2794
- id
2795
- }
2796
2421
  }
2797
2422
  customerId
2798
2423
  accounts {
@@ -2810,18 +2435,12 @@ export const Position = {
2810
2435
  session_state
2811
2436
  createdAt
2812
2437
  updatedAt
2813
- user {
2814
- id
2815
- }
2816
2438
  }
2817
2439
  sessions {
2818
2440
  id
2819
2441
  sessionToken
2820
2442
  userId
2821
2443
  expires
2822
- user {
2823
- id
2824
- }
2825
2444
  createdAt
2826
2445
  updatedAt
2827
2446
  }
@@ -2831,29 +2450,14 @@ export const Position = {
2831
2450
  credentialID
2832
2451
  publicKey
2833
2452
  counter
2834
- user {
2835
- id
2836
- }
2837
2453
  createdAt
2838
2454
  updatedAt
2839
2455
  }
2840
2456
  plan
2841
- alpacaAccounts {
2842
- id
2843
- }
2844
2457
  }
2845
2458
  userId
2846
2459
  createdAt
2847
2460
  updatedAt
2848
- trades {
2849
- id
2850
- }
2851
- orders {
2852
- id
2853
- }
2854
- positions {
2855
- id
2856
- }
2857
2461
  alerts {
2858
2462
  id
2859
2463
  alpacaAccountId
@@ -2862,17 +2466,8 @@ export const Position = {
2862
2466
  isRead
2863
2467
  createdAt
2864
2468
  updatedAt
2865
- alpacaAccount {
2866
- id
2867
- }
2868
2469
  }
2869
2470
  }
2870
- action {
2871
- id
2872
- }
2873
- asset {
2874
- id
2875
- }
2876
2471
  fee
2877
2472
  strikePrice
2878
2473
  expirationDate
@@ -2902,9 +2497,6 @@ export const Position = {
2902
2497
  createdAt
2903
2498
  updatedAt
2904
2499
  orderId
2905
- Order {
2906
- id
2907
- }
2908
2500
  }
2909
2501
  takeProfit {
2910
2502
  id
@@ -2913,9 +2505,6 @@ export const Position = {
2913
2505
  createdAt
2914
2506
  updatedAt
2915
2507
  orderId
2916
- Order {
2917
- id
2918
- }
2919
2508
  }
2920
2509
  trailPrice
2921
2510
  trailPercent
@@ -2959,9 +2548,6 @@ export const Position = {
2959
2548
  stripeCurrentPeriodEnd
2960
2549
  createdAt
2961
2550
  updatedAt
2962
- users {
2963
- id
2964
- }
2965
2551
  }
2966
2552
  customerId
2967
2553
  accounts {
@@ -2979,18 +2565,12 @@ export const Position = {
2979
2565
  session_state
2980
2566
  createdAt
2981
2567
  updatedAt
2982
- user {
2983
- id
2984
- }
2985
2568
  }
2986
2569
  sessions {
2987
2570
  id
2988
2571
  sessionToken
2989
2572
  userId
2990
2573
  expires
2991
- user {
2992
- id
2993
- }
2994
2574
  createdAt
2995
2575
  updatedAt
2996
2576
  }
@@ -3000,16 +2580,10 @@ export const Position = {
3000
2580
  credentialID
3001
2581
  publicKey
3002
2582
  counter
3003
- user {
3004
- id
3005
- }
3006
2583
  createdAt
3007
2584
  updatedAt
3008
2585
  }
3009
2586
  plan
3010
- alpacaAccounts {
3011
- id
3012
- }
3013
2587
  }
3014
2588
  userId
3015
2589
  createdAt
@@ -3029,12 +2603,6 @@ export const Position = {
3029
2603
  createdAt
3030
2604
  updatedAt
3031
2605
  status
3032
- alpacaAccount {
3033
- id
3034
- }
3035
- asset {
3036
- id
3037
- }
3038
2606
  actions {
3039
2607
  id
3040
2608
  sequence
@@ -3043,20 +2611,8 @@ export const Position = {
3043
2611
  note
3044
2612
  status
3045
2613
  fee
3046
- trade {
3047
- id
3048
- }
3049
- order {
3050
- id
3051
- }
3052
2614
  }
3053
2615
  }
3054
- orders {
3055
- id
3056
- }
3057
- positions {
3058
- id
3059
- }
3060
2616
  alerts {
3061
2617
  id
3062
2618
  alpacaAccountId
@@ -3065,9 +2621,6 @@ export const Position = {
3065
2621
  isRead
3066
2622
  createdAt
3067
2623
  updatedAt
3068
- alpacaAccount {
3069
- id
3070
- }
3071
2624
  }
3072
2625
  }
3073
2626
  action {
@@ -3125,9 +2678,6 @@ export const Position = {
3125
2678
  stripeCurrentPeriodEnd
3126
2679
  createdAt
3127
2680
  updatedAt
3128
- users {
3129
- id
3130
- }
3131
2681
  }
3132
2682
  customerId
3133
2683
  accounts {
@@ -3145,18 +2695,12 @@ export const Position = {
3145
2695
  session_state
3146
2696
  createdAt
3147
2697
  updatedAt
3148
- user {
3149
- id
3150
- }
3151
2698
  }
3152
2699
  sessions {
3153
2700
  id
3154
2701
  sessionToken
3155
2702
  userId
3156
2703
  expires
3157
- user {
3158
- id
3159
- }
3160
2704
  createdAt
3161
2705
  updatedAt
3162
2706
  }
@@ -3166,29 +2710,14 @@ export const Position = {
3166
2710
  credentialID
3167
2711
  publicKey
3168
2712
  counter
3169
- user {
3170
- id
3171
- }
3172
2713
  createdAt
3173
2714
  updatedAt
3174
2715
  }
3175
2716
  plan
3176
- alpacaAccounts {
3177
- id
3178
- }
3179
2717
  }
3180
2718
  userId
3181
2719
  createdAt
3182
2720
  updatedAt
3183
- trades {
3184
- id
3185
- }
3186
- orders {
3187
- id
3188
- }
3189
- positions {
3190
- id
3191
- }
3192
2721
  alerts {
3193
2722
  id
3194
2723
  alpacaAccountId
@@ -3197,25 +2726,10 @@ export const Position = {
3197
2726
  isRead
3198
2727
  createdAt
3199
2728
  updatedAt
3200
- alpacaAccount {
3201
- id
3202
- }
3203
2729
  }
3204
2730
  }
3205
- asset {
3206
- id
3207
- }
3208
- actions {
3209
- id
3210
- }
3211
- }
3212
- order {
3213
- id
3214
2731
  }
3215
2732
  }
3216
- asset {
3217
- id
3218
- }
3219
2733
  fee
3220
2734
  strikePrice
3221
2735
  expirationDate
@@ -3223,9 +2737,6 @@ export const Position = {
3223
2737
  stopLossId
3224
2738
  takeProfitId
3225
2739
  }
3226
- positions {
3227
- id
3228
- }
3229
2740
  newsMentions {
3230
2741
  id
3231
2742
  assetId
@@ -3248,12 +2759,6 @@ export const Position = {
3248
2759
  logo
3249
2760
  createdAt
3250
2761
  updatedAt
3251
- assets {
3252
- id
3253
- }
3254
- }
3255
- asset {
3256
- id
3257
2762
  }
3258
2763
  relevancyScore
3259
2764
  sentimentScore
@@ -3305,9 +2810,6 @@ export const Position = {
3305
2810
  stripeCurrentPeriodEnd
3306
2811
  createdAt
3307
2812
  updatedAt
3308
- users {
3309
- id
3310
- }
3311
2813
  }
3312
2814
  customerId
3313
2815
  accounts {
@@ -3325,18 +2827,12 @@ export const Position = {
3325
2827
  session_state
3326
2828
  createdAt
3327
2829
  updatedAt
3328
- user {
3329
- id
3330
- }
3331
2830
  }
3332
2831
  sessions {
3333
2832
  id
3334
2833
  sessionToken
3335
2834
  userId
3336
2835
  expires
3337
- user {
3338
- id
3339
- }
3340
2836
  createdAt
3341
2837
  updatedAt
3342
2838
  }
@@ -3346,16 +2842,10 @@ export const Position = {
3346
2842
  credentialID
3347
2843
  publicKey
3348
2844
  counter
3349
- user {
3350
- id
3351
- }
3352
2845
  createdAt
3353
2846
  updatedAt
3354
2847
  }
3355
2848
  plan
3356
- alpacaAccounts {
3357
- id
3358
- }
3359
2849
  }
3360
2850
  userId
3361
2851
  createdAt
@@ -3375,9 +2865,6 @@ export const Position = {
3375
2865
  createdAt
3376
2866
  updatedAt
3377
2867
  status
3378
- alpacaAccount {
3379
- id
3380
- }
3381
2868
  asset {
3382
2869
  id
3383
2870
  symbol
@@ -3437,9 +2924,6 @@ export const Position = {
3437
2924
  buyPrice
3438
2925
  createdAt
3439
2926
  updatedAt
3440
- trades {
3441
- id
3442
- }
3443
2927
  orders {
3444
2928
  id
3445
2929
  clientOrderId
@@ -3460,9 +2944,6 @@ export const Position = {
3460
2944
  createdAt
3461
2945
  updatedAt
3462
2946
  orderId
3463
- Order {
3464
- id
3465
- }
3466
2947
  }
3467
2948
  takeProfit {
3468
2949
  id
@@ -3471,9 +2952,6 @@ export const Position = {
3471
2952
  createdAt
3472
2953
  updatedAt
3473
2954
  orderId
3474
- Order {
3475
- id
3476
- }
3477
2955
  }
3478
2956
  trailPrice
3479
2957
  trailPercent
@@ -3485,9 +2963,6 @@ export const Position = {
3485
2963
  filledAt
3486
2964
  filledAvgPrice
3487
2965
  actionId
3488
- alpacaAccount {
3489
- id
3490
- }
3491
2966
  action {
3492
2967
  id
3493
2968
  sequence
@@ -3496,15 +2971,6 @@ export const Position = {
3496
2971
  note
3497
2972
  status
3498
2973
  fee
3499
- trade {
3500
- id
3501
- }
3502
- order {
3503
- id
3504
- }
3505
- }
3506
- asset {
3507
- id
3508
2974
  }
3509
2975
  fee
3510
2976
  strikePrice
@@ -3513,9 +2979,6 @@ export const Position = {
3513
2979
  stopLossId
3514
2980
  takeProfitId
3515
2981
  }
3516
- positions {
3517
- id
3518
- }
3519
2982
  newsMentions {
3520
2983
  id
3521
2984
  assetId
@@ -3538,12 +3001,6 @@ export const Position = {
3538
3001
  logo
3539
3002
  createdAt
3540
3003
  updatedAt
3541
- assets {
3542
- id
3543
- }
3544
- }
3545
- asset {
3546
- id
3547
3004
  }
3548
3005
  relevancyScore
3549
3006
  sentimentScore
@@ -3558,9 +3015,6 @@ export const Position = {
3558
3015
  note
3559
3016
  status
3560
3017
  fee
3561
- trade {
3562
- id
3563
- }
3564
3018
  order {
3565
3019
  id
3566
3020
  clientOrderId
@@ -3581,9 +3035,6 @@ export const Position = {
3581
3035
  createdAt
3582
3036
  updatedAt
3583
3037
  orderId
3584
- Order {
3585
- id
3586
- }
3587
3038
  }
3588
3039
  takeProfit {
3589
3040
  id
@@ -3592,9 +3043,6 @@ export const Position = {
3592
3043
  createdAt
3593
3044
  updatedAt
3594
3045
  orderId
3595
- Order {
3596
- id
3597
- }
3598
3046
  }
3599
3047
  trailPrice
3600
3048
  trailPercent
@@ -3606,12 +3054,6 @@ export const Position = {
3606
3054
  filledAt
3607
3055
  filledAvgPrice
3608
3056
  actionId
3609
- alpacaAccount {
3610
- id
3611
- }
3612
- action {
3613
- id
3614
- }
3615
3057
  asset {
3616
3058
  id
3617
3059
  symbol
@@ -3671,15 +3113,6 @@ export const Position = {
3671
3113
  buyPrice
3672
3114
  createdAt
3673
3115
  updatedAt
3674
- trades {
3675
- id
3676
- }
3677
- orders {
3678
- id
3679
- }
3680
- positions {
3681
- id
3682
- }
3683
3116
  newsMentions {
3684
3117
  id
3685
3118
  assetId
@@ -3702,12 +3135,6 @@ export const Position = {
3702
3135
  logo
3703
3136
  createdAt
3704
3137
  updatedAt
3705
- assets {
3706
- id
3707
- }
3708
- }
3709
- asset {
3710
- id
3711
3138
  }
3712
3139
  relevancyScore
3713
3140
  sentimentScore
@@ -3743,9 +3170,6 @@ export const Position = {
3743
3170
  createdAt
3744
3171
  updatedAt
3745
3172
  orderId
3746
- Order {
3747
- id
3748
- }
3749
3173
  }
3750
3174
  takeProfit {
3751
3175
  id
@@ -3754,9 +3178,6 @@ export const Position = {
3754
3178
  createdAt
3755
3179
  updatedAt
3756
3180
  orderId
3757
- Order {
3758
- id
3759
- }
3760
3181
  }
3761
3182
  trailPrice
3762
3183
  trailPercent
@@ -3768,9 +3189,6 @@ export const Position = {
3768
3189
  filledAt
3769
3190
  filledAvgPrice
3770
3191
  actionId
3771
- alpacaAccount {
3772
- id
3773
- }
3774
3192
  action {
3775
3193
  id
3776
3194
  sequence
@@ -3794,9 +3212,6 @@ export const Position = {
3794
3212
  createdAt
3795
3213
  updatedAt
3796
3214
  status
3797
- alpacaAccount {
3798
- id
3799
- }
3800
3215
  asset {
3801
3216
  id
3802
3217
  symbol
@@ -3856,15 +3271,6 @@ export const Position = {
3856
3271
  buyPrice
3857
3272
  createdAt
3858
3273
  updatedAt
3859
- trades {
3860
- id
3861
- }
3862
- orders {
3863
- id
3864
- }
3865
- positions {
3866
- id
3867
- }
3868
3274
  newsMentions {
3869
3275
  id
3870
3276
  assetId
@@ -3887,24 +3293,12 @@ export const Position = {
3887
3293
  logo
3888
3294
  createdAt
3889
3295
  updatedAt
3890
- assets {
3891
- id
3892
- }
3893
- }
3894
- asset {
3895
- id
3896
3296
  }
3897
3297
  relevancyScore
3898
3298
  sentimentScore
3899
3299
  sentimentLabel
3900
3300
  }
3901
3301
  }
3902
- actions {
3903
- id
3904
- }
3905
- }
3906
- order {
3907
- id
3908
3302
  }
3909
3303
  }
3910
3304
  asset {
@@ -3981,12 +3375,6 @@ export const Position = {
3981
3375
  createdAt
3982
3376
  updatedAt
3983
3377
  status
3984
- alpacaAccount {
3985
- id
3986
- }
3987
- asset {
3988
- id
3989
- }
3990
3378
  actions {
3991
3379
  id
3992
3380
  sequence
@@ -3995,20 +3383,8 @@ export const Position = {
3995
3383
  note
3996
3384
  status
3997
3385
  fee
3998
- trade {
3999
- id
4000
- }
4001
- order {
4002
- id
4003
- }
4004
3386
  }
4005
3387
  }
4006
- orders {
4007
- id
4008
- }
4009
- positions {
4010
- id
4011
- }
4012
3388
  newsMentions {
4013
3389
  id
4014
3390
  assetId
@@ -4031,12 +3407,6 @@ export const Position = {
4031
3407
  logo
4032
3408
  createdAt
4033
3409
  updatedAt
4034
- assets {
4035
- id
4036
- }
4037
- }
4038
- asset {
4039
- id
4040
3410
  }
4041
3411
  relevancyScore
4042
3412
  sentimentScore
@@ -4050,9 +3420,6 @@ export const Position = {
4050
3420
  stopLossId
4051
3421
  takeProfitId
4052
3422
  }
4053
- positions {
4054
- id
4055
- }
4056
3423
  alerts {
4057
3424
  id
4058
3425
  alpacaAccountId
@@ -4061,9 +3428,6 @@ export const Position = {
4061
3428
  isRead
4062
3429
  createdAt
4063
3430
  updatedAt
4064
- alpacaAccount {
4065
- id
4066
- }
4067
3431
  }
4068
3432
  }
4069
3433
  alpacaAccountId
@@ -9904,9 +9268,6 @@ export const Position = {
9904
9268
  stripeCurrentPeriodEnd
9905
9269
  createdAt
9906
9270
  updatedAt
9907
- users {
9908
- id
9909
- }
9910
9271
  }
9911
9272
  customerId
9912
9273
  accounts {
@@ -9924,18 +9285,12 @@ export const Position = {
9924
9285
  session_state
9925
9286
  createdAt
9926
9287
  updatedAt
9927
- user {
9928
- id
9929
- }
9930
9288
  }
9931
9289
  sessions {
9932
9290
  id
9933
9291
  sessionToken
9934
9292
  userId
9935
9293
  expires
9936
- user {
9937
- id
9938
- }
9939
9294
  createdAt
9940
9295
  updatedAt
9941
9296
  }
@@ -9945,23 +9300,14 @@ export const Position = {
9945
9300
  credentialID
9946
9301
  publicKey
9947
9302
  counter
9948
- user {
9949
- id
9950
- }
9951
9303
  createdAt
9952
9304
  updatedAt
9953
9305
  }
9954
9306
  plan
9955
- alpacaAccounts {
9956
- id
9957
- }
9958
9307
  }
9959
9308
  userId
9960
9309
  createdAt
9961
9310
  updatedAt
9962
- trades {
9963
- id
9964
- }
9965
9311
  orders {
9966
9312
  id
9967
9313
  clientOrderId
@@ -9982,9 +9328,6 @@ export const Position = {
9982
9328
  createdAt
9983
9329
  updatedAt
9984
9330
  orderId
9985
- Order {
9986
- id
9987
- }
9988
9331
  }
9989
9332
  takeProfit {
9990
9333
  id
@@ -9993,9 +9336,6 @@ export const Position = {
9993
9336
  createdAt
9994
9337
  updatedAt
9995
9338
  orderId
9996
- Order {
9997
- id
9998
- }
9999
9339
  }
10000
9340
  trailPrice
10001
9341
  trailPercent
@@ -10007,9 +9347,6 @@ export const Position = {
10007
9347
  filledAt
10008
9348
  filledAvgPrice
10009
9349
  actionId
10010
- alpacaAccount {
10011
- id
10012
- }
10013
9350
  action {
10014
9351
  id
10015
9352
  sequence
@@ -10018,15 +9355,6 @@ export const Position = {
10018
9355
  note
10019
9356
  status
10020
9357
  fee
10021
- trade {
10022
- id
10023
- }
10024
- order {
10025
- id
10026
- }
10027
- }
10028
- asset {
10029
- id
10030
9358
  }
10031
9359
  fee
10032
9360
  strikePrice
@@ -10035,9 +9363,6 @@ export const Position = {
10035
9363
  stopLossId
10036
9364
  takeProfitId
10037
9365
  }
10038
- positions {
10039
- id
10040
- }
10041
9366
  alerts {
10042
9367
  id
10043
9368
  alpacaAccountId
@@ -10046,14 +9371,8 @@ export const Position = {
10046
9371
  isRead
10047
9372
  createdAt
10048
9373
  updatedAt
10049
- alpacaAccount {
10050
- id
10051
- }
10052
9374
  }
10053
9375
  }
10054
- asset {
10055
- id
10056
- }
10057
9376
  actions {
10058
9377
  id
10059
9378
  sequence
@@ -10062,9 +9381,6 @@ export const Position = {
10062
9381
  note
10063
9382
  status
10064
9383
  fee
10065
- trade {
10066
- id
10067
- }
10068
9384
  order {
10069
9385
  id
10070
9386
  clientOrderId
@@ -10085,9 +9401,6 @@ export const Position = {
10085
9401
  createdAt
10086
9402
  updatedAt
10087
9403
  orderId
10088
- Order {
10089
- id
10090
- }
10091
9404
  }
10092
9405
  takeProfit {
10093
9406
  id
@@ -10096,9 +9409,6 @@ export const Position = {
10096
9409
  createdAt
10097
9410
  updatedAt
10098
9411
  orderId
10099
- Order {
10100
- id
10101
- }
10102
9412
  }
10103
9413
  trailPrice
10104
9414
  trailPercent
@@ -10142,9 +9452,6 @@ export const Position = {
10142
9452
  stripeCurrentPeriodEnd
10143
9453
  createdAt
10144
9454
  updatedAt
10145
- users {
10146
- id
10147
- }
10148
9455
  }
10149
9456
  customerId
10150
9457
  accounts {
@@ -10162,18 +9469,12 @@ export const Position = {
10162
9469
  session_state
10163
9470
  createdAt
10164
9471
  updatedAt
10165
- user {
10166
- id
10167
- }
10168
9472
  }
10169
9473
  sessions {
10170
9474
  id
10171
9475
  sessionToken
10172
9476
  userId
10173
9477
  expires
10174
- user {
10175
- id
10176
- }
10177
9478
  createdAt
10178
9479
  updatedAt
10179
9480
  }
@@ -10183,29 +9484,14 @@ export const Position = {
10183
9484
  credentialID
10184
9485
  publicKey
10185
9486
  counter
10186
- user {
10187
- id
10188
- }
10189
9487
  createdAt
10190
9488
  updatedAt
10191
9489
  }
10192
9490
  plan
10193
- alpacaAccounts {
10194
- id
10195
- }
10196
9491
  }
10197
9492
  userId
10198
9493
  createdAt
10199
9494
  updatedAt
10200
- trades {
10201
- id
10202
- }
10203
- orders {
10204
- id
10205
- }
10206
- positions {
10207
- id
10208
- }
10209
9495
  alerts {
10210
9496
  id
10211
9497
  alpacaAccountId
@@ -10214,17 +9500,8 @@ export const Position = {
10214
9500
  isRead
10215
9501
  createdAt
10216
9502
  updatedAt
10217
- alpacaAccount {
10218
- id
10219
- }
10220
9503
  }
10221
9504
  }
10222
- action {
10223
- id
10224
- }
10225
- asset {
10226
- id
10227
- }
10228
9505
  fee
10229
9506
  strikePrice
10230
9507
  expirationDate
@@ -10254,9 +9531,6 @@ export const Position = {
10254
9531
  createdAt
10255
9532
  updatedAt
10256
9533
  orderId
10257
- Order {
10258
- id
10259
- }
10260
9534
  }
10261
9535
  takeProfit {
10262
9536
  id
@@ -10265,9 +9539,6 @@ export const Position = {
10265
9539
  createdAt
10266
9540
  updatedAt
10267
9541
  orderId
10268
- Order {
10269
- id
10270
- }
10271
9542
  }
10272
9543
  trailPrice
10273
9544
  trailPercent
@@ -10311,9 +9582,6 @@ export const Position = {
10311
9582
  stripeCurrentPeriodEnd
10312
9583
  createdAt
10313
9584
  updatedAt
10314
- users {
10315
- id
10316
- }
10317
9585
  }
10318
9586
  customerId
10319
9587
  accounts {
@@ -10331,18 +9599,12 @@ export const Position = {
10331
9599
  session_state
10332
9600
  createdAt
10333
9601
  updatedAt
10334
- user {
10335
- id
10336
- }
10337
9602
  }
10338
9603
  sessions {
10339
9604
  id
10340
9605
  sessionToken
10341
9606
  userId
10342
9607
  expires
10343
- user {
10344
- id
10345
- }
10346
9608
  createdAt
10347
9609
  updatedAt
10348
9610
  }
@@ -10352,16 +9614,10 @@ export const Position = {
10352
9614
  credentialID
10353
9615
  publicKey
10354
9616
  counter
10355
- user {
10356
- id
10357
- }
10358
9617
  createdAt
10359
9618
  updatedAt
10360
9619
  }
10361
9620
  plan
10362
- alpacaAccounts {
10363
- id
10364
- }
10365
9621
  }
10366
9622
  userId
10367
9623
  createdAt
@@ -10381,12 +9637,6 @@ export const Position = {
10381
9637
  createdAt
10382
9638
  updatedAt
10383
9639
  status
10384
- alpacaAccount {
10385
- id
10386
- }
10387
- asset {
10388
- id
10389
- }
10390
9640
  actions {
10391
9641
  id
10392
9642
  sequence
@@ -10395,20 +9645,8 @@ export const Position = {
10395
9645
  note
10396
9646
  status
10397
9647
  fee
10398
- trade {
10399
- id
10400
- }
10401
- order {
10402
- id
10403
- }
10404
9648
  }
10405
9649
  }
10406
- orders {
10407
- id
10408
- }
10409
- positions {
10410
- id
10411
- }
10412
9650
  alerts {
10413
9651
  id
10414
9652
  alpacaAccountId
@@ -10417,9 +9655,6 @@ export const Position = {
10417
9655
  isRead
10418
9656
  createdAt
10419
9657
  updatedAt
10420
- alpacaAccount {
10421
- id
10422
- }
10423
9658
  }
10424
9659
  }
10425
9660
  action {
@@ -10477,9 +9712,6 @@ export const Position = {
10477
9712
  stripeCurrentPeriodEnd
10478
9713
  createdAt
10479
9714
  updatedAt
10480
- users {
10481
- id
10482
- }
10483
9715
  }
10484
9716
  customerId
10485
9717
  accounts {
@@ -10497,18 +9729,12 @@ export const Position = {
10497
9729
  session_state
10498
9730
  createdAt
10499
9731
  updatedAt
10500
- user {
10501
- id
10502
- }
10503
9732
  }
10504
9733
  sessions {
10505
9734
  id
10506
9735
  sessionToken
10507
9736
  userId
10508
9737
  expires
10509
- user {
10510
- id
10511
- }
10512
9738
  createdAt
10513
9739
  updatedAt
10514
9740
  }
@@ -10518,29 +9744,14 @@ export const Position = {
10518
9744
  credentialID
10519
9745
  publicKey
10520
9746
  counter
10521
- user {
10522
- id
10523
- }
10524
9747
  createdAt
10525
9748
  updatedAt
10526
9749
  }
10527
9750
  plan
10528
- alpacaAccounts {
10529
- id
10530
- }
10531
9751
  }
10532
9752
  userId
10533
9753
  createdAt
10534
9754
  updatedAt
10535
- trades {
10536
- id
10537
- }
10538
- orders {
10539
- id
10540
- }
10541
- positions {
10542
- id
10543
- }
10544
9755
  alerts {
10545
9756
  id
10546
9757
  alpacaAccountId
@@ -10549,24 +9760,9 @@ export const Position = {
10549
9760
  isRead
10550
9761
  createdAt
10551
9762
  updatedAt
10552
- alpacaAccount {
10553
- id
10554
- }
10555
9763
  }
10556
9764
  }
10557
- asset {
10558
- id
10559
- }
10560
- actions {
10561
- id
10562
- }
10563
9765
  }
10564
- order {
10565
- id
10566
- }
10567
- }
10568
- asset {
10569
- id
10570
9766
  }
10571
9767
  fee
10572
9768
  strikePrice
@@ -10575,9 +9771,6 @@ export const Position = {
10575
9771
  stopLossId
10576
9772
  takeProfitId
10577
9773
  }
10578
- positions {
10579
- id
10580
- }
10581
9774
  newsMentions {
10582
9775
  id
10583
9776
  assetId
@@ -10600,12 +9793,6 @@ export const Position = {
10600
9793
  logo
10601
9794
  createdAt
10602
9795
  updatedAt
10603
- assets {
10604
- id
10605
- }
10606
- }
10607
- asset {
10608
- id
10609
9796
  }
10610
9797
  relevancyScore
10611
9798
  sentimentScore
@@ -10657,9 +9844,6 @@ export const Position = {
10657
9844
  stripeCurrentPeriodEnd
10658
9845
  createdAt
10659
9846
  updatedAt
10660
- users {
10661
- id
10662
- }
10663
9847
  }
10664
9848
  customerId
10665
9849
  accounts {
@@ -10677,18 +9861,12 @@ export const Position = {
10677
9861
  session_state
10678
9862
  createdAt
10679
9863
  updatedAt
10680
- user {
10681
- id
10682
- }
10683
9864
  }
10684
9865
  sessions {
10685
9866
  id
10686
9867
  sessionToken
10687
9868
  userId
10688
9869
  expires
10689
- user {
10690
- id
10691
- }
10692
9870
  createdAt
10693
9871
  updatedAt
10694
9872
  }
@@ -10698,16 +9876,10 @@ export const Position = {
10698
9876
  credentialID
10699
9877
  publicKey
10700
9878
  counter
10701
- user {
10702
- id
10703
- }
10704
9879
  createdAt
10705
9880
  updatedAt
10706
9881
  }
10707
9882
  plan
10708
- alpacaAccounts {
10709
- id
10710
- }
10711
9883
  }
10712
9884
  userId
10713
9885
  createdAt
@@ -10727,9 +9899,6 @@ export const Position = {
10727
9899
  createdAt
10728
9900
  updatedAt
10729
9901
  status
10730
- alpacaAccount {
10731
- id
10732
- }
10733
9902
  asset {
10734
9903
  id
10735
9904
  symbol
@@ -10789,9 +9958,6 @@ export const Position = {
10789
9958
  buyPrice
10790
9959
  createdAt
10791
9960
  updatedAt
10792
- trades {
10793
- id
10794
- }
10795
9961
  orders {
10796
9962
  id
10797
9963
  clientOrderId
@@ -10812,9 +9978,6 @@ export const Position = {
10812
9978
  createdAt
10813
9979
  updatedAt
10814
9980
  orderId
10815
- Order {
10816
- id
10817
- }
10818
9981
  }
10819
9982
  takeProfit {
10820
9983
  id
@@ -10823,9 +9986,6 @@ export const Position = {
10823
9986
  createdAt
10824
9987
  updatedAt
10825
9988
  orderId
10826
- Order {
10827
- id
10828
- }
10829
9989
  }
10830
9990
  trailPrice
10831
9991
  trailPercent
@@ -10837,9 +9997,6 @@ export const Position = {
10837
9997
  filledAt
10838
9998
  filledAvgPrice
10839
9999
  actionId
10840
- alpacaAccount {
10841
- id
10842
- }
10843
10000
  action {
10844
10001
  id
10845
10002
  sequence
@@ -10848,15 +10005,6 @@ export const Position = {
10848
10005
  note
10849
10006
  status
10850
10007
  fee
10851
- trade {
10852
- id
10853
- }
10854
- order {
10855
- id
10856
- }
10857
- }
10858
- asset {
10859
- id
10860
10008
  }
10861
10009
  fee
10862
10010
  strikePrice
@@ -10865,9 +10013,6 @@ export const Position = {
10865
10013
  stopLossId
10866
10014
  takeProfitId
10867
10015
  }
10868
- positions {
10869
- id
10870
- }
10871
10016
  newsMentions {
10872
10017
  id
10873
10018
  assetId
@@ -10890,12 +10035,6 @@ export const Position = {
10890
10035
  logo
10891
10036
  createdAt
10892
10037
  updatedAt
10893
- assets {
10894
- id
10895
- }
10896
- }
10897
- asset {
10898
- id
10899
10038
  }
10900
10039
  relevancyScore
10901
10040
  sentimentScore
@@ -10910,9 +10049,6 @@ export const Position = {
10910
10049
  note
10911
10050
  status
10912
10051
  fee
10913
- trade {
10914
- id
10915
- }
10916
10052
  order {
10917
10053
  id
10918
10054
  clientOrderId
@@ -10933,9 +10069,6 @@ export const Position = {
10933
10069
  createdAt
10934
10070
  updatedAt
10935
10071
  orderId
10936
- Order {
10937
- id
10938
- }
10939
10072
  }
10940
10073
  takeProfit {
10941
10074
  id
@@ -10944,9 +10077,6 @@ export const Position = {
10944
10077
  createdAt
10945
10078
  updatedAt
10946
10079
  orderId
10947
- Order {
10948
- id
10949
- }
10950
10080
  }
10951
10081
  trailPrice
10952
10082
  trailPercent
@@ -10958,12 +10088,6 @@ export const Position = {
10958
10088
  filledAt
10959
10089
  filledAvgPrice
10960
10090
  actionId
10961
- alpacaAccount {
10962
- id
10963
- }
10964
- action {
10965
- id
10966
- }
10967
10091
  asset {
10968
10092
  id
10969
10093
  symbol
@@ -11023,15 +10147,6 @@ export const Position = {
11023
10147
  buyPrice
11024
10148
  createdAt
11025
10149
  updatedAt
11026
- trades {
11027
- id
11028
- }
11029
- orders {
11030
- id
11031
- }
11032
- positions {
11033
- id
11034
- }
11035
10150
  newsMentions {
11036
10151
  id
11037
10152
  assetId
@@ -11054,12 +10169,6 @@ export const Position = {
11054
10169
  logo
11055
10170
  createdAt
11056
10171
  updatedAt
11057
- assets {
11058
- id
11059
- }
11060
- }
11061
- asset {
11062
- id
11063
10172
  }
11064
10173
  relevancyScore
11065
10174
  sentimentScore
@@ -11095,9 +10204,6 @@ export const Position = {
11095
10204
  createdAt
11096
10205
  updatedAt
11097
10206
  orderId
11098
- Order {
11099
- id
11100
- }
11101
10207
  }
11102
10208
  takeProfit {
11103
10209
  id
@@ -11106,9 +10212,6 @@ export const Position = {
11106
10212
  createdAt
11107
10213
  updatedAt
11108
10214
  orderId
11109
- Order {
11110
- id
11111
- }
11112
10215
  }
11113
10216
  trailPrice
11114
10217
  trailPercent
@@ -11120,9 +10223,6 @@ export const Position = {
11120
10223
  filledAt
11121
10224
  filledAvgPrice
11122
10225
  actionId
11123
- alpacaAccount {
11124
- id
11125
- }
11126
10226
  action {
11127
10227
  id
11128
10228
  sequence
@@ -11146,9 +10246,6 @@ export const Position = {
11146
10246
  createdAt
11147
10247
  updatedAt
11148
10248
  status
11149
- alpacaAccount {
11150
- id
11151
- }
11152
10249
  asset {
11153
10250
  id
11154
10251
  symbol
@@ -11208,15 +10305,6 @@ export const Position = {
11208
10305
  buyPrice
11209
10306
  createdAt
11210
10307
  updatedAt
11211
- trades {
11212
- id
11213
- }
11214
- orders {
11215
- id
11216
- }
11217
- positions {
11218
- id
11219
- }
11220
10308
  newsMentions {
11221
10309
  id
11222
10310
  assetId
@@ -11239,24 +10327,12 @@ export const Position = {
11239
10327
  logo
11240
10328
  createdAt
11241
10329
  updatedAt
11242
- assets {
11243
- id
11244
- }
11245
- }
11246
- asset {
11247
- id
11248
10330
  }
11249
10331
  relevancyScore
11250
10332
  sentimentScore
11251
10333
  sentimentLabel
11252
10334
  }
11253
10335
  }
11254
- actions {
11255
- id
11256
- }
11257
- }
11258
- order {
11259
- id
11260
10336
  }
11261
10337
  }
11262
10338
  asset {
@@ -11333,12 +10409,6 @@ export const Position = {
11333
10409
  createdAt
11334
10410
  updatedAt
11335
10411
  status
11336
- alpacaAccount {
11337
- id
11338
- }
11339
- asset {
11340
- id
11341
- }
11342
10412
  actions {
11343
10413
  id
11344
10414
  sequence
@@ -11347,20 +10417,8 @@ export const Position = {
11347
10417
  note
11348
10418
  status
11349
10419
  fee
11350
- trade {
11351
- id
11352
- }
11353
- order {
11354
- id
11355
- }
11356
10420
  }
11357
10421
  }
11358
- orders {
11359
- id
11360
- }
11361
- positions {
11362
- id
11363
- }
11364
10422
  newsMentions {
11365
10423
  id
11366
10424
  assetId
@@ -11383,12 +10441,6 @@ export const Position = {
11383
10441
  logo
11384
10442
  createdAt
11385
10443
  updatedAt
11386
- assets {
11387
- id
11388
- }
11389
- }
11390
- asset {
11391
- id
11392
10444
  }
11393
10445
  relevancyScore
11394
10446
  sentimentScore
@@ -11402,9 +10454,6 @@ export const Position = {
11402
10454
  stopLossId
11403
10455
  takeProfitId
11404
10456
  }
11405
- positions {
11406
- id
11407
- }
11408
10457
  alerts {
11409
10458
  id
11410
10459
  alpacaAccountId
@@ -11413,9 +10462,6 @@ export const Position = {
11413
10462
  isRead
11414
10463
  createdAt
11415
10464
  updatedAt
11416
- alpacaAccount {
11417
- id
11418
- }
11419
10465
  }
11420
10466
  }
11421
10467
  alpacaAccountId
@@ -11561,9 +10607,6 @@ export const Position = {
11561
10607
  stripeCurrentPeriodEnd
11562
10608
  createdAt
11563
10609
  updatedAt
11564
- users {
11565
- id
11566
- }
11567
10610
  }
11568
10611
  customerId
11569
10612
  accounts {
@@ -11581,18 +10624,12 @@ export const Position = {
11581
10624
  session_state
11582
10625
  createdAt
11583
10626
  updatedAt
11584
- user {
11585
- id
11586
- }
11587
10627
  }
11588
10628
  sessions {
11589
10629
  id
11590
10630
  sessionToken
11591
10631
  userId
11592
10632
  expires
11593
- user {
11594
- id
11595
- }
11596
10633
  createdAt
11597
10634
  updatedAt
11598
10635
  }
@@ -11602,23 +10639,14 @@ export const Position = {
11602
10639
  credentialID
11603
10640
  publicKey
11604
10641
  counter
11605
- user {
11606
- id
11607
- }
11608
10642
  createdAt
11609
10643
  updatedAt
11610
10644
  }
11611
10645
  plan
11612
- alpacaAccounts {
11613
- id
11614
- }
11615
10646
  }
11616
10647
  userId
11617
10648
  createdAt
11618
10649
  updatedAt
11619
- trades {
11620
- id
11621
- }
11622
10650
  orders {
11623
10651
  id
11624
10652
  clientOrderId
@@ -11639,9 +10667,6 @@ export const Position = {
11639
10667
  createdAt
11640
10668
  updatedAt
11641
10669
  orderId
11642
- Order {
11643
- id
11644
- }
11645
10670
  }
11646
10671
  takeProfit {
11647
10672
  id
@@ -11650,9 +10675,6 @@ export const Position = {
11650
10675
  createdAt
11651
10676
  updatedAt
11652
10677
  orderId
11653
- Order {
11654
- id
11655
- }
11656
10678
  }
11657
10679
  trailPrice
11658
10680
  trailPercent
@@ -11664,9 +10686,6 @@ export const Position = {
11664
10686
  filledAt
11665
10687
  filledAvgPrice
11666
10688
  actionId
11667
- alpacaAccount {
11668
- id
11669
- }
11670
10689
  action {
11671
10690
  id
11672
10691
  sequence
@@ -11675,15 +10694,6 @@ export const Position = {
11675
10694
  note
11676
10695
  status
11677
10696
  fee
11678
- trade {
11679
- id
11680
- }
11681
- order {
11682
- id
11683
- }
11684
- }
11685
- asset {
11686
- id
11687
10697
  }
11688
10698
  fee
11689
10699
  strikePrice
@@ -11692,9 +10702,6 @@ export const Position = {
11692
10702
  stopLossId
11693
10703
  takeProfitId
11694
10704
  }
11695
- positions {
11696
- id
11697
- }
11698
10705
  alerts {
11699
10706
  id
11700
10707
  alpacaAccountId
@@ -11703,14 +10710,8 @@ export const Position = {
11703
10710
  isRead
11704
10711
  createdAt
11705
10712
  updatedAt
11706
- alpacaAccount {
11707
- id
11708
- }
11709
10713
  }
11710
10714
  }
11711
- asset {
11712
- id
11713
- }
11714
10715
  actions {
11715
10716
  id
11716
10717
  sequence
@@ -11719,9 +10720,6 @@ export const Position = {
11719
10720
  note
11720
10721
  status
11721
10722
  fee
11722
- trade {
11723
- id
11724
- }
11725
10723
  order {
11726
10724
  id
11727
10725
  clientOrderId
@@ -11742,9 +10740,6 @@ export const Position = {
11742
10740
  createdAt
11743
10741
  updatedAt
11744
10742
  orderId
11745
- Order {
11746
- id
11747
- }
11748
10743
  }
11749
10744
  takeProfit {
11750
10745
  id
@@ -11753,9 +10748,6 @@ export const Position = {
11753
10748
  createdAt
11754
10749
  updatedAt
11755
10750
  orderId
11756
- Order {
11757
- id
11758
- }
11759
10751
  }
11760
10752
  trailPrice
11761
10753
  trailPercent
@@ -11799,9 +10791,6 @@ export const Position = {
11799
10791
  stripeCurrentPeriodEnd
11800
10792
  createdAt
11801
10793
  updatedAt
11802
- users {
11803
- id
11804
- }
11805
10794
  }
11806
10795
  customerId
11807
10796
  accounts {
@@ -11819,18 +10808,12 @@ export const Position = {
11819
10808
  session_state
11820
10809
  createdAt
11821
10810
  updatedAt
11822
- user {
11823
- id
11824
- }
11825
10811
  }
11826
10812
  sessions {
11827
10813
  id
11828
10814
  sessionToken
11829
10815
  userId
11830
10816
  expires
11831
- user {
11832
- id
11833
- }
11834
10817
  createdAt
11835
10818
  updatedAt
11836
10819
  }
@@ -11840,30 +10823,15 @@ export const Position = {
11840
10823
  credentialID
11841
10824
  publicKey
11842
10825
  counter
11843
- user {
11844
- id
11845
- }
11846
10826
  createdAt
11847
10827
  updatedAt
11848
10828
  }
11849
10829
  plan
11850
- alpacaAccounts {
11851
- id
11852
- }
11853
10830
  }
11854
10831
  userId
11855
10832
  createdAt
11856
10833
  updatedAt
11857
- trades {
11858
- id
11859
- }
11860
- orders {
11861
- id
11862
- }
11863
- positions {
11864
- id
11865
- }
11866
- alerts {
10834
+ alerts {
11867
10835
  id
11868
10836
  alpacaAccountId
11869
10837
  message
@@ -11871,17 +10839,8 @@ export const Position = {
11871
10839
  isRead
11872
10840
  createdAt
11873
10841
  updatedAt
11874
- alpacaAccount {
11875
- id
11876
- }
11877
10842
  }
11878
10843
  }
11879
- action {
11880
- id
11881
- }
11882
- asset {
11883
- id
11884
- }
11885
10844
  fee
11886
10845
  strikePrice
11887
10846
  expirationDate
@@ -11911,9 +10870,6 @@ export const Position = {
11911
10870
  createdAt
11912
10871
  updatedAt
11913
10872
  orderId
11914
- Order {
11915
- id
11916
- }
11917
10873
  }
11918
10874
  takeProfit {
11919
10875
  id
@@ -11922,9 +10878,6 @@ export const Position = {
11922
10878
  createdAt
11923
10879
  updatedAt
11924
10880
  orderId
11925
- Order {
11926
- id
11927
- }
11928
10881
  }
11929
10882
  trailPrice
11930
10883
  trailPercent
@@ -11968,9 +10921,6 @@ export const Position = {
11968
10921
  stripeCurrentPeriodEnd
11969
10922
  createdAt
11970
10923
  updatedAt
11971
- users {
11972
- id
11973
- }
11974
10924
  }
11975
10925
  customerId
11976
10926
  accounts {
@@ -11988,18 +10938,12 @@ export const Position = {
11988
10938
  session_state
11989
10939
  createdAt
11990
10940
  updatedAt
11991
- user {
11992
- id
11993
- }
11994
10941
  }
11995
10942
  sessions {
11996
10943
  id
11997
10944
  sessionToken
11998
10945
  userId
11999
10946
  expires
12000
- user {
12001
- id
12002
- }
12003
10947
  createdAt
12004
10948
  updatedAt
12005
10949
  }
@@ -12009,16 +10953,10 @@ export const Position = {
12009
10953
  credentialID
12010
10954
  publicKey
12011
10955
  counter
12012
- user {
12013
- id
12014
- }
12015
10956
  createdAt
12016
10957
  updatedAt
12017
10958
  }
12018
10959
  plan
12019
- alpacaAccounts {
12020
- id
12021
- }
12022
10960
  }
12023
10961
  userId
12024
10962
  createdAt
@@ -12038,12 +10976,6 @@ export const Position = {
12038
10976
  createdAt
12039
10977
  updatedAt
12040
10978
  status
12041
- alpacaAccount {
12042
- id
12043
- }
12044
- asset {
12045
- id
12046
- }
12047
10979
  actions {
12048
10980
  id
12049
10981
  sequence
@@ -12052,20 +10984,8 @@ export const Position = {
12052
10984
  note
12053
10985
  status
12054
10986
  fee
12055
- trade {
12056
- id
12057
- }
12058
- order {
12059
- id
12060
- }
12061
10987
  }
12062
10988
  }
12063
- orders {
12064
- id
12065
- }
12066
- positions {
12067
- id
12068
- }
12069
10989
  alerts {
12070
10990
  id
12071
10991
  alpacaAccountId
@@ -12074,9 +10994,6 @@ export const Position = {
12074
10994
  isRead
12075
10995
  createdAt
12076
10996
  updatedAt
12077
- alpacaAccount {
12078
- id
12079
- }
12080
10997
  }
12081
10998
  }
12082
10999
  action {
@@ -12134,9 +11051,6 @@ export const Position = {
12134
11051
  stripeCurrentPeriodEnd
12135
11052
  createdAt
12136
11053
  updatedAt
12137
- users {
12138
- id
12139
- }
12140
11054
  }
12141
11055
  customerId
12142
11056
  accounts {
@@ -12154,18 +11068,12 @@ export const Position = {
12154
11068
  session_state
12155
11069
  createdAt
12156
11070
  updatedAt
12157
- user {
12158
- id
12159
- }
12160
11071
  }
12161
11072
  sessions {
12162
11073
  id
12163
11074
  sessionToken
12164
11075
  userId
12165
11076
  expires
12166
- user {
12167
- id
12168
- }
12169
11077
  createdAt
12170
11078
  updatedAt
12171
11079
  }
@@ -12175,29 +11083,14 @@ export const Position = {
12175
11083
  credentialID
12176
11084
  publicKey
12177
11085
  counter
12178
- user {
12179
- id
12180
- }
12181
11086
  createdAt
12182
11087
  updatedAt
12183
11088
  }
12184
11089
  plan
12185
- alpacaAccounts {
12186
- id
12187
- }
12188
11090
  }
12189
11091
  userId
12190
11092
  createdAt
12191
11093
  updatedAt
12192
- trades {
12193
- id
12194
- }
12195
- orders {
12196
- id
12197
- }
12198
- positions {
12199
- id
12200
- }
12201
11094
  alerts {
12202
11095
  id
12203
11096
  alpacaAccountId
@@ -12206,25 +11099,10 @@ export const Position = {
12206
11099
  isRead
12207
11100
  createdAt
12208
11101
  updatedAt
12209
- alpacaAccount {
12210
- id
12211
- }
12212
11102
  }
12213
11103
  }
12214
- asset {
12215
- id
12216
- }
12217
- actions {
12218
- id
12219
- }
12220
- }
12221
- order {
12222
- id
12223
11104
  }
12224
11105
  }
12225
- asset {
12226
- id
12227
- }
12228
11106
  fee
12229
11107
  strikePrice
12230
11108
  expirationDate
@@ -12232,9 +11110,6 @@ export const Position = {
12232
11110
  stopLossId
12233
11111
  takeProfitId
12234
11112
  }
12235
- positions {
12236
- id
12237
- }
12238
11113
  newsMentions {
12239
11114
  id
12240
11115
  assetId
@@ -12257,12 +11132,6 @@ export const Position = {
12257
11132
  logo
12258
11133
  createdAt
12259
11134
  updatedAt
12260
- assets {
12261
- id
12262
- }
12263
- }
12264
- asset {
12265
- id
12266
11135
  }
12267
11136
  relevancyScore
12268
11137
  sentimentScore
@@ -12314,9 +11183,6 @@ export const Position = {
12314
11183
  stripeCurrentPeriodEnd
12315
11184
  createdAt
12316
11185
  updatedAt
12317
- users {
12318
- id
12319
- }
12320
11186
  }
12321
11187
  customerId
12322
11188
  accounts {
@@ -12334,18 +11200,12 @@ export const Position = {
12334
11200
  session_state
12335
11201
  createdAt
12336
11202
  updatedAt
12337
- user {
12338
- id
12339
- }
12340
11203
  }
12341
11204
  sessions {
12342
11205
  id
12343
11206
  sessionToken
12344
11207
  userId
12345
11208
  expires
12346
- user {
12347
- id
12348
- }
12349
11209
  createdAt
12350
11210
  updatedAt
12351
11211
  }
@@ -12355,16 +11215,10 @@ export const Position = {
12355
11215
  credentialID
12356
11216
  publicKey
12357
11217
  counter
12358
- user {
12359
- id
12360
- }
12361
11218
  createdAt
12362
11219
  updatedAt
12363
11220
  }
12364
11221
  plan
12365
- alpacaAccounts {
12366
- id
12367
- }
12368
11222
  }
12369
11223
  userId
12370
11224
  createdAt
@@ -12384,9 +11238,6 @@ export const Position = {
12384
11238
  createdAt
12385
11239
  updatedAt
12386
11240
  status
12387
- alpacaAccount {
12388
- id
12389
- }
12390
11241
  asset {
12391
11242
  id
12392
11243
  symbol
@@ -12446,9 +11297,6 @@ export const Position = {
12446
11297
  buyPrice
12447
11298
  createdAt
12448
11299
  updatedAt
12449
- trades {
12450
- id
12451
- }
12452
11300
  orders {
12453
11301
  id
12454
11302
  clientOrderId
@@ -12469,9 +11317,6 @@ export const Position = {
12469
11317
  createdAt
12470
11318
  updatedAt
12471
11319
  orderId
12472
- Order {
12473
- id
12474
- }
12475
11320
  }
12476
11321
  takeProfit {
12477
11322
  id
@@ -12480,9 +11325,6 @@ export const Position = {
12480
11325
  createdAt
12481
11326
  updatedAt
12482
11327
  orderId
12483
- Order {
12484
- id
12485
- }
12486
11328
  }
12487
11329
  trailPrice
12488
11330
  trailPercent
@@ -12494,9 +11336,6 @@ export const Position = {
12494
11336
  filledAt
12495
11337
  filledAvgPrice
12496
11338
  actionId
12497
- alpacaAccount {
12498
- id
12499
- }
12500
11339
  action {
12501
11340
  id
12502
11341
  sequence
@@ -12505,15 +11344,6 @@ export const Position = {
12505
11344
  note
12506
11345
  status
12507
11346
  fee
12508
- trade {
12509
- id
12510
- }
12511
- order {
12512
- id
12513
- }
12514
- }
12515
- asset {
12516
- id
12517
11347
  }
12518
11348
  fee
12519
11349
  strikePrice
@@ -12522,9 +11352,6 @@ export const Position = {
12522
11352
  stopLossId
12523
11353
  takeProfitId
12524
11354
  }
12525
- positions {
12526
- id
12527
- }
12528
11355
  newsMentions {
12529
11356
  id
12530
11357
  assetId
@@ -12547,12 +11374,6 @@ export const Position = {
12547
11374
  logo
12548
11375
  createdAt
12549
11376
  updatedAt
12550
- assets {
12551
- id
12552
- }
12553
- }
12554
- asset {
12555
- id
12556
11377
  }
12557
11378
  relevancyScore
12558
11379
  sentimentScore
@@ -12567,9 +11388,6 @@ export const Position = {
12567
11388
  note
12568
11389
  status
12569
11390
  fee
12570
- trade {
12571
- id
12572
- }
12573
11391
  order {
12574
11392
  id
12575
11393
  clientOrderId
@@ -12590,9 +11408,6 @@ export const Position = {
12590
11408
  createdAt
12591
11409
  updatedAt
12592
11410
  orderId
12593
- Order {
12594
- id
12595
- }
12596
11411
  }
12597
11412
  takeProfit {
12598
11413
  id
@@ -12601,9 +11416,6 @@ export const Position = {
12601
11416
  createdAt
12602
11417
  updatedAt
12603
11418
  orderId
12604
- Order {
12605
- id
12606
- }
12607
11419
  }
12608
11420
  trailPrice
12609
11421
  trailPercent
@@ -12615,12 +11427,6 @@ export const Position = {
12615
11427
  filledAt
12616
11428
  filledAvgPrice
12617
11429
  actionId
12618
- alpacaAccount {
12619
- id
12620
- }
12621
- action {
12622
- id
12623
- }
12624
11430
  asset {
12625
11431
  id
12626
11432
  symbol
@@ -12680,15 +11486,6 @@ export const Position = {
12680
11486
  buyPrice
12681
11487
  createdAt
12682
11488
  updatedAt
12683
- trades {
12684
- id
12685
- }
12686
- orders {
12687
- id
12688
- }
12689
- positions {
12690
- id
12691
- }
12692
11489
  newsMentions {
12693
11490
  id
12694
11491
  assetId
@@ -12711,12 +11508,6 @@ export const Position = {
12711
11508
  logo
12712
11509
  createdAt
12713
11510
  updatedAt
12714
- assets {
12715
- id
12716
- }
12717
- }
12718
- asset {
12719
- id
12720
11511
  }
12721
11512
  relevancyScore
12722
11513
  sentimentScore
@@ -12752,9 +11543,6 @@ export const Position = {
12752
11543
  createdAt
12753
11544
  updatedAt
12754
11545
  orderId
12755
- Order {
12756
- id
12757
- }
12758
11546
  }
12759
11547
  takeProfit {
12760
11548
  id
@@ -12763,9 +11551,6 @@ export const Position = {
12763
11551
  createdAt
12764
11552
  updatedAt
12765
11553
  orderId
12766
- Order {
12767
- id
12768
- }
12769
11554
  }
12770
11555
  trailPrice
12771
11556
  trailPercent
@@ -12777,9 +11562,6 @@ export const Position = {
12777
11562
  filledAt
12778
11563
  filledAvgPrice
12779
11564
  actionId
12780
- alpacaAccount {
12781
- id
12782
- }
12783
11565
  action {
12784
11566
  id
12785
11567
  sequence
@@ -12803,9 +11585,6 @@ export const Position = {
12803
11585
  createdAt
12804
11586
  updatedAt
12805
11587
  status
12806
- alpacaAccount {
12807
- id
12808
- }
12809
11588
  asset {
12810
11589
  id
12811
11590
  symbol
@@ -12865,15 +11644,6 @@ export const Position = {
12865
11644
  buyPrice
12866
11645
  createdAt
12867
11646
  updatedAt
12868
- trades {
12869
- id
12870
- }
12871
- orders {
12872
- id
12873
- }
12874
- positions {
12875
- id
12876
- }
12877
11647
  newsMentions {
12878
11648
  id
12879
11649
  assetId
@@ -12896,24 +11666,12 @@ export const Position = {
12896
11666
  logo
12897
11667
  createdAt
12898
11668
  updatedAt
12899
- assets {
12900
- id
12901
- }
12902
- }
12903
- asset {
12904
- id
12905
11669
  }
12906
11670
  relevancyScore
12907
11671
  sentimentScore
12908
11672
  sentimentLabel
12909
11673
  }
12910
11674
  }
12911
- actions {
12912
- id
12913
- }
12914
- }
12915
- order {
12916
- id
12917
11675
  }
12918
11676
  }
12919
11677
  asset {
@@ -12990,12 +11748,6 @@ export const Position = {
12990
11748
  createdAt
12991
11749
  updatedAt
12992
11750
  status
12993
- alpacaAccount {
12994
- id
12995
- }
12996
- asset {
12997
- id
12998
- }
12999
11751
  actions {
13000
11752
  id
13001
11753
  sequence
@@ -13004,20 +11756,8 @@ export const Position = {
13004
11756
  note
13005
11757
  status
13006
11758
  fee
13007
- trade {
13008
- id
13009
- }
13010
- order {
13011
- id
13012
- }
13013
11759
  }
13014
11760
  }
13015
- orders {
13016
- id
13017
- }
13018
- positions {
13019
- id
13020
- }
13021
11761
  newsMentions {
13022
11762
  id
13023
11763
  assetId
@@ -13040,12 +11780,6 @@ export const Position = {
13040
11780
  logo
13041
11781
  createdAt
13042
11782
  updatedAt
13043
- assets {
13044
- id
13045
- }
13046
- }
13047
- asset {
13048
- id
13049
11783
  }
13050
11784
  relevancyScore
13051
11785
  sentimentScore
@@ -13059,9 +11793,6 @@ export const Position = {
13059
11793
  stopLossId
13060
11794
  takeProfitId
13061
11795
  }
13062
- positions {
13063
- id
13064
- }
13065
11796
  alerts {
13066
11797
  id
13067
11798
  alpacaAccountId
@@ -13070,9 +11801,6 @@ export const Position = {
13070
11801
  isRead
13071
11802
  createdAt
13072
11803
  updatedAt
13073
- alpacaAccount {
13074
- id
13075
- }
13076
11804
  }
13077
11805
  }
13078
11806
  alpacaAccountId
@@ -13217,9 +11945,6 @@ export const Position = {
13217
11945
  stripeCurrentPeriodEnd
13218
11946
  createdAt
13219
11947
  updatedAt
13220
- users {
13221
- id
13222
- }
13223
11948
  }
13224
11949
  customerId
13225
11950
  accounts {
@@ -13237,18 +11962,12 @@ export const Position = {
13237
11962
  session_state
13238
11963
  createdAt
13239
11964
  updatedAt
13240
- user {
13241
- id
13242
- }
13243
11965
  }
13244
11966
  sessions {
13245
11967
  id
13246
11968
  sessionToken
13247
11969
  userId
13248
11970
  expires
13249
- user {
13250
- id
13251
- }
13252
11971
  createdAt
13253
11972
  updatedAt
13254
11973
  }
@@ -13258,23 +11977,14 @@ export const Position = {
13258
11977
  credentialID
13259
11978
  publicKey
13260
11979
  counter
13261
- user {
13262
- id
13263
- }
13264
11980
  createdAt
13265
11981
  updatedAt
13266
11982
  }
13267
11983
  plan
13268
- alpacaAccounts {
13269
- id
13270
- }
13271
11984
  }
13272
11985
  userId
13273
11986
  createdAt
13274
11987
  updatedAt
13275
- trades {
13276
- id
13277
- }
13278
11988
  orders {
13279
11989
  id
13280
11990
  clientOrderId
@@ -13295,9 +12005,6 @@ export const Position = {
13295
12005
  createdAt
13296
12006
  updatedAt
13297
12007
  orderId
13298
- Order {
13299
- id
13300
- }
13301
12008
  }
13302
12009
  takeProfit {
13303
12010
  id
@@ -13306,9 +12013,6 @@ export const Position = {
13306
12013
  createdAt
13307
12014
  updatedAt
13308
12015
  orderId
13309
- Order {
13310
- id
13311
- }
13312
12016
  }
13313
12017
  trailPrice
13314
12018
  trailPercent
@@ -13320,9 +12024,6 @@ export const Position = {
13320
12024
  filledAt
13321
12025
  filledAvgPrice
13322
12026
  actionId
13323
- alpacaAccount {
13324
- id
13325
- }
13326
12027
  action {
13327
12028
  id
13328
12029
  sequence
@@ -13331,15 +12032,6 @@ export const Position = {
13331
12032
  note
13332
12033
  status
13333
12034
  fee
13334
- trade {
13335
- id
13336
- }
13337
- order {
13338
- id
13339
- }
13340
- }
13341
- asset {
13342
- id
13343
12035
  }
13344
12036
  fee
13345
12037
  strikePrice
@@ -13348,9 +12040,6 @@ export const Position = {
13348
12040
  stopLossId
13349
12041
  takeProfitId
13350
12042
  }
13351
- positions {
13352
- id
13353
- }
13354
12043
  alerts {
13355
12044
  id
13356
12045
  alpacaAccountId
@@ -13359,14 +12048,8 @@ export const Position = {
13359
12048
  isRead
13360
12049
  createdAt
13361
12050
  updatedAt
13362
- alpacaAccount {
13363
- id
13364
- }
13365
12051
  }
13366
12052
  }
13367
- asset {
13368
- id
13369
- }
13370
12053
  actions {
13371
12054
  id
13372
12055
  sequence
@@ -13375,9 +12058,6 @@ export const Position = {
13375
12058
  note
13376
12059
  status
13377
12060
  fee
13378
- trade {
13379
- id
13380
- }
13381
12061
  order {
13382
12062
  id
13383
12063
  clientOrderId
@@ -13398,9 +12078,6 @@ export const Position = {
13398
12078
  createdAt
13399
12079
  updatedAt
13400
12080
  orderId
13401
- Order {
13402
- id
13403
- }
13404
12081
  }
13405
12082
  takeProfit {
13406
12083
  id
@@ -13409,9 +12086,6 @@ export const Position = {
13409
12086
  createdAt
13410
12087
  updatedAt
13411
12088
  orderId
13412
- Order {
13413
- id
13414
- }
13415
12089
  }
13416
12090
  trailPrice
13417
12091
  trailPercent
@@ -13455,9 +12129,6 @@ export const Position = {
13455
12129
  stripeCurrentPeriodEnd
13456
12130
  createdAt
13457
12131
  updatedAt
13458
- users {
13459
- id
13460
- }
13461
12132
  }
13462
12133
  customerId
13463
12134
  accounts {
@@ -13475,18 +12146,12 @@ export const Position = {
13475
12146
  session_state
13476
12147
  createdAt
13477
12148
  updatedAt
13478
- user {
13479
- id
13480
- }
13481
12149
  }
13482
12150
  sessions {
13483
12151
  id
13484
12152
  sessionToken
13485
12153
  userId
13486
12154
  expires
13487
- user {
13488
- id
13489
- }
13490
12155
  createdAt
13491
12156
  updatedAt
13492
12157
  }
@@ -13496,29 +12161,14 @@ export const Position = {
13496
12161
  credentialID
13497
12162
  publicKey
13498
12163
  counter
13499
- user {
13500
- id
13501
- }
13502
12164
  createdAt
13503
12165
  updatedAt
13504
12166
  }
13505
12167
  plan
13506
- alpacaAccounts {
13507
- id
13508
- }
13509
12168
  }
13510
12169
  userId
13511
12170
  createdAt
13512
12171
  updatedAt
13513
- trades {
13514
- id
13515
- }
13516
- orders {
13517
- id
13518
- }
13519
- positions {
13520
- id
13521
- }
13522
12172
  alerts {
13523
12173
  id
13524
12174
  alpacaAccountId
@@ -13527,17 +12177,8 @@ export const Position = {
13527
12177
  isRead
13528
12178
  createdAt
13529
12179
  updatedAt
13530
- alpacaAccount {
13531
- id
13532
- }
13533
12180
  }
13534
12181
  }
13535
- action {
13536
- id
13537
- }
13538
- asset {
13539
- id
13540
- }
13541
12182
  fee
13542
12183
  strikePrice
13543
12184
  expirationDate
@@ -13567,9 +12208,6 @@ export const Position = {
13567
12208
  createdAt
13568
12209
  updatedAt
13569
12210
  orderId
13570
- Order {
13571
- id
13572
- }
13573
12211
  }
13574
12212
  takeProfit {
13575
12213
  id
@@ -13578,9 +12216,6 @@ export const Position = {
13578
12216
  createdAt
13579
12217
  updatedAt
13580
12218
  orderId
13581
- Order {
13582
- id
13583
- }
13584
12219
  }
13585
12220
  trailPrice
13586
12221
  trailPercent
@@ -13624,9 +12259,6 @@ export const Position = {
13624
12259
  stripeCurrentPeriodEnd
13625
12260
  createdAt
13626
12261
  updatedAt
13627
- users {
13628
- id
13629
- }
13630
12262
  }
13631
12263
  customerId
13632
12264
  accounts {
@@ -13644,18 +12276,12 @@ export const Position = {
13644
12276
  session_state
13645
12277
  createdAt
13646
12278
  updatedAt
13647
- user {
13648
- id
13649
- }
13650
12279
  }
13651
12280
  sessions {
13652
12281
  id
13653
12282
  sessionToken
13654
12283
  userId
13655
12284
  expires
13656
- user {
13657
- id
13658
- }
13659
12285
  createdAt
13660
12286
  updatedAt
13661
12287
  }
@@ -13665,16 +12291,10 @@ export const Position = {
13665
12291
  credentialID
13666
12292
  publicKey
13667
12293
  counter
13668
- user {
13669
- id
13670
- }
13671
12294
  createdAt
13672
12295
  updatedAt
13673
12296
  }
13674
12297
  plan
13675
- alpacaAccounts {
13676
- id
13677
- }
13678
12298
  }
13679
12299
  userId
13680
12300
  createdAt
@@ -13694,12 +12314,6 @@ export const Position = {
13694
12314
  createdAt
13695
12315
  updatedAt
13696
12316
  status
13697
- alpacaAccount {
13698
- id
13699
- }
13700
- asset {
13701
- id
13702
- }
13703
12317
  actions {
13704
12318
  id
13705
12319
  sequence
@@ -13708,20 +12322,8 @@ export const Position = {
13708
12322
  note
13709
12323
  status
13710
12324
  fee
13711
- trade {
13712
- id
13713
- }
13714
- order {
13715
- id
13716
- }
13717
12325
  }
13718
12326
  }
13719
- orders {
13720
- id
13721
- }
13722
- positions {
13723
- id
13724
- }
13725
12327
  alerts {
13726
12328
  id
13727
12329
  alpacaAccountId
@@ -13730,9 +12332,6 @@ export const Position = {
13730
12332
  isRead
13731
12333
  createdAt
13732
12334
  updatedAt
13733
- alpacaAccount {
13734
- id
13735
- }
13736
12335
  }
13737
12336
  }
13738
12337
  action {
@@ -13790,9 +12389,6 @@ export const Position = {
13790
12389
  stripeCurrentPeriodEnd
13791
12390
  createdAt
13792
12391
  updatedAt
13793
- users {
13794
- id
13795
- }
13796
12392
  }
13797
12393
  customerId
13798
12394
  accounts {
@@ -13810,18 +12406,12 @@ export const Position = {
13810
12406
  session_state
13811
12407
  createdAt
13812
12408
  updatedAt
13813
- user {
13814
- id
13815
- }
13816
12409
  }
13817
12410
  sessions {
13818
12411
  id
13819
12412
  sessionToken
13820
12413
  userId
13821
12414
  expires
13822
- user {
13823
- id
13824
- }
13825
12415
  createdAt
13826
12416
  updatedAt
13827
12417
  }
@@ -13831,29 +12421,14 @@ export const Position = {
13831
12421
  credentialID
13832
12422
  publicKey
13833
12423
  counter
13834
- user {
13835
- id
13836
- }
13837
12424
  createdAt
13838
12425
  updatedAt
13839
12426
  }
13840
12427
  plan
13841
- alpacaAccounts {
13842
- id
13843
- }
13844
12428
  }
13845
12429
  userId
13846
12430
  createdAt
13847
12431
  updatedAt
13848
- trades {
13849
- id
13850
- }
13851
- orders {
13852
- id
13853
- }
13854
- positions {
13855
- id
13856
- }
13857
12432
  alerts {
13858
12433
  id
13859
12434
  alpacaAccountId
@@ -13862,25 +12437,10 @@ export const Position = {
13862
12437
  isRead
13863
12438
  createdAt
13864
12439
  updatedAt
13865
- alpacaAccount {
13866
- id
13867
- }
13868
12440
  }
13869
12441
  }
13870
- asset {
13871
- id
13872
- }
13873
- actions {
13874
- id
13875
- }
13876
- }
13877
- order {
13878
- id
13879
12442
  }
13880
12443
  }
13881
- asset {
13882
- id
13883
- }
13884
12444
  fee
13885
12445
  strikePrice
13886
12446
  expirationDate
@@ -13888,9 +12448,6 @@ export const Position = {
13888
12448
  stopLossId
13889
12449
  takeProfitId
13890
12450
  }
13891
- positions {
13892
- id
13893
- }
13894
12451
  newsMentions {
13895
12452
  id
13896
12453
  assetId
@@ -13913,12 +12470,6 @@ export const Position = {
13913
12470
  logo
13914
12471
  createdAt
13915
12472
  updatedAt
13916
- assets {
13917
- id
13918
- }
13919
- }
13920
- asset {
13921
- id
13922
12473
  }
13923
12474
  relevancyScore
13924
12475
  sentimentScore
@@ -13970,9 +12521,6 @@ export const Position = {
13970
12521
  stripeCurrentPeriodEnd
13971
12522
  createdAt
13972
12523
  updatedAt
13973
- users {
13974
- id
13975
- }
13976
12524
  }
13977
12525
  customerId
13978
12526
  accounts {
@@ -13990,18 +12538,12 @@ export const Position = {
13990
12538
  session_state
13991
12539
  createdAt
13992
12540
  updatedAt
13993
- user {
13994
- id
13995
- }
13996
12541
  }
13997
12542
  sessions {
13998
12543
  id
13999
12544
  sessionToken
14000
12545
  userId
14001
12546
  expires
14002
- user {
14003
- id
14004
- }
14005
12547
  createdAt
14006
12548
  updatedAt
14007
12549
  }
@@ -14011,16 +12553,10 @@ export const Position = {
14011
12553
  credentialID
14012
12554
  publicKey
14013
12555
  counter
14014
- user {
14015
- id
14016
- }
14017
12556
  createdAt
14018
12557
  updatedAt
14019
12558
  }
14020
12559
  plan
14021
- alpacaAccounts {
14022
- id
14023
- }
14024
12560
  }
14025
12561
  userId
14026
12562
  createdAt
@@ -14040,9 +12576,6 @@ export const Position = {
14040
12576
  createdAt
14041
12577
  updatedAt
14042
12578
  status
14043
- alpacaAccount {
14044
- id
14045
- }
14046
12579
  asset {
14047
12580
  id
14048
12581
  symbol
@@ -14102,9 +12635,6 @@ export const Position = {
14102
12635
  buyPrice
14103
12636
  createdAt
14104
12637
  updatedAt
14105
- trades {
14106
- id
14107
- }
14108
12638
  orders {
14109
12639
  id
14110
12640
  clientOrderId
@@ -14125,9 +12655,6 @@ export const Position = {
14125
12655
  createdAt
14126
12656
  updatedAt
14127
12657
  orderId
14128
- Order {
14129
- id
14130
- }
14131
12658
  }
14132
12659
  takeProfit {
14133
12660
  id
@@ -14136,9 +12663,6 @@ export const Position = {
14136
12663
  createdAt
14137
12664
  updatedAt
14138
12665
  orderId
14139
- Order {
14140
- id
14141
- }
14142
12666
  }
14143
12667
  trailPrice
14144
12668
  trailPercent
@@ -14150,9 +12674,6 @@ export const Position = {
14150
12674
  filledAt
14151
12675
  filledAvgPrice
14152
12676
  actionId
14153
- alpacaAccount {
14154
- id
14155
- }
14156
12677
  action {
14157
12678
  id
14158
12679
  sequence
@@ -14161,15 +12682,6 @@ export const Position = {
14161
12682
  note
14162
12683
  status
14163
12684
  fee
14164
- trade {
14165
- id
14166
- }
14167
- order {
14168
- id
14169
- }
14170
- }
14171
- asset {
14172
- id
14173
12685
  }
14174
12686
  fee
14175
12687
  strikePrice
@@ -14178,9 +12690,6 @@ export const Position = {
14178
12690
  stopLossId
14179
12691
  takeProfitId
14180
12692
  }
14181
- positions {
14182
- id
14183
- }
14184
12693
  newsMentions {
14185
12694
  id
14186
12695
  assetId
@@ -14203,12 +12712,6 @@ export const Position = {
14203
12712
  logo
14204
12713
  createdAt
14205
12714
  updatedAt
14206
- assets {
14207
- id
14208
- }
14209
- }
14210
- asset {
14211
- id
14212
12715
  }
14213
12716
  relevancyScore
14214
12717
  sentimentScore
@@ -14223,9 +12726,6 @@ export const Position = {
14223
12726
  note
14224
12727
  status
14225
12728
  fee
14226
- trade {
14227
- id
14228
- }
14229
12729
  order {
14230
12730
  id
14231
12731
  clientOrderId
@@ -14246,9 +12746,6 @@ export const Position = {
14246
12746
  createdAt
14247
12747
  updatedAt
14248
12748
  orderId
14249
- Order {
14250
- id
14251
- }
14252
12749
  }
14253
12750
  takeProfit {
14254
12751
  id
@@ -14257,9 +12754,6 @@ export const Position = {
14257
12754
  createdAt
14258
12755
  updatedAt
14259
12756
  orderId
14260
- Order {
14261
- id
14262
- }
14263
12757
  }
14264
12758
  trailPrice
14265
12759
  trailPercent
@@ -14271,12 +12765,6 @@ export const Position = {
14271
12765
  filledAt
14272
12766
  filledAvgPrice
14273
12767
  actionId
14274
- alpacaAccount {
14275
- id
14276
- }
14277
- action {
14278
- id
14279
- }
14280
12768
  asset {
14281
12769
  id
14282
12770
  symbol
@@ -14336,15 +12824,6 @@ export const Position = {
14336
12824
  buyPrice
14337
12825
  createdAt
14338
12826
  updatedAt
14339
- trades {
14340
- id
14341
- }
14342
- orders {
14343
- id
14344
- }
14345
- positions {
14346
- id
14347
- }
14348
12827
  newsMentions {
14349
12828
  id
14350
12829
  assetId
@@ -14367,12 +12846,6 @@ export const Position = {
14367
12846
  logo
14368
12847
  createdAt
14369
12848
  updatedAt
14370
- assets {
14371
- id
14372
- }
14373
- }
14374
- asset {
14375
- id
14376
12849
  }
14377
12850
  relevancyScore
14378
12851
  sentimentScore
@@ -14408,9 +12881,6 @@ export const Position = {
14408
12881
  createdAt
14409
12882
  updatedAt
14410
12883
  orderId
14411
- Order {
14412
- id
14413
- }
14414
12884
  }
14415
12885
  takeProfit {
14416
12886
  id
@@ -14419,9 +12889,6 @@ export const Position = {
14419
12889
  createdAt
14420
12890
  updatedAt
14421
12891
  orderId
14422
- Order {
14423
- id
14424
- }
14425
12892
  }
14426
12893
  trailPrice
14427
12894
  trailPercent
@@ -14433,9 +12900,6 @@ export const Position = {
14433
12900
  filledAt
14434
12901
  filledAvgPrice
14435
12902
  actionId
14436
- alpacaAccount {
14437
- id
14438
- }
14439
12903
  action {
14440
12904
  id
14441
12905
  sequence
@@ -14459,9 +12923,6 @@ export const Position = {
14459
12923
  createdAt
14460
12924
  updatedAt
14461
12925
  status
14462
- alpacaAccount {
14463
- id
14464
- }
14465
12926
  asset {
14466
12927
  id
14467
12928
  symbol
@@ -14521,15 +12982,6 @@ export const Position = {
14521
12982
  buyPrice
14522
12983
  createdAt
14523
12984
  updatedAt
14524
- trades {
14525
- id
14526
- }
14527
- orders {
14528
- id
14529
- }
14530
- positions {
14531
- id
14532
- }
14533
12985
  newsMentions {
14534
12986
  id
14535
12987
  assetId
@@ -14552,24 +13004,12 @@ export const Position = {
14552
13004
  logo
14553
13005
  createdAt
14554
13006
  updatedAt
14555
- assets {
14556
- id
14557
- }
14558
- }
14559
- asset {
14560
- id
14561
13007
  }
14562
13008
  relevancyScore
14563
13009
  sentimentScore
14564
13010
  sentimentLabel
14565
13011
  }
14566
13012
  }
14567
- actions {
14568
- id
14569
- }
14570
- }
14571
- order {
14572
- id
14573
13013
  }
14574
13014
  }
14575
13015
  asset {
@@ -14646,12 +13086,6 @@ export const Position = {
14646
13086
  createdAt
14647
13087
  updatedAt
14648
13088
  status
14649
- alpacaAccount {
14650
- id
14651
- }
14652
- asset {
14653
- id
14654
- }
14655
13089
  actions {
14656
13090
  id
14657
13091
  sequence
@@ -14660,20 +13094,8 @@ export const Position = {
14660
13094
  note
14661
13095
  status
14662
13096
  fee
14663
- trade {
14664
- id
14665
- }
14666
- order {
14667
- id
14668
- }
14669
13097
  }
14670
13098
  }
14671
- orders {
14672
- id
14673
- }
14674
- positions {
14675
- id
14676
- }
14677
13099
  newsMentions {
14678
13100
  id
14679
13101
  assetId
@@ -14696,12 +13118,6 @@ export const Position = {
14696
13118
  logo
14697
13119
  createdAt
14698
13120
  updatedAt
14699
- assets {
14700
- id
14701
- }
14702
- }
14703
- asset {
14704
- id
14705
13121
  }
14706
13122
  relevancyScore
14707
13123
  sentimentScore
@@ -14715,9 +13131,6 @@ export const Position = {
14715
13131
  stopLossId
14716
13132
  takeProfitId
14717
13133
  }
14718
- positions {
14719
- id
14720
- }
14721
13134
  alerts {
14722
13135
  id
14723
13136
  alpacaAccountId
@@ -14726,9 +13139,6 @@ export const Position = {
14726
13139
  isRead
14727
13140
  createdAt
14728
13141
  updatedAt
14729
- alpacaAccount {
14730
- id
14731
- }
14732
13142
  }
14733
13143
  }
14734
13144
  alpacaAccountId
@@ -14868,9 +13278,6 @@ export const Position = {
14868
13278
  stripeCurrentPeriodEnd
14869
13279
  createdAt
14870
13280
  updatedAt
14871
- users {
14872
- id
14873
- }
14874
13281
  }
14875
13282
  customerId
14876
13283
  accounts {
@@ -14888,18 +13295,12 @@ export const Position = {
14888
13295
  session_state
14889
13296
  createdAt
14890
13297
  updatedAt
14891
- user {
14892
- id
14893
- }
14894
13298
  }
14895
13299
  sessions {
14896
13300
  id
14897
13301
  sessionToken
14898
13302
  userId
14899
13303
  expires
14900
- user {
14901
- id
14902
- }
14903
13304
  createdAt
14904
13305
  updatedAt
14905
13306
  }
@@ -14909,23 +13310,14 @@ export const Position = {
14909
13310
  credentialID
14910
13311
  publicKey
14911
13312
  counter
14912
- user {
14913
- id
14914
- }
14915
13313
  createdAt
14916
13314
  updatedAt
14917
13315
  }
14918
13316
  plan
14919
- alpacaAccounts {
14920
- id
14921
- }
14922
13317
  }
14923
13318
  userId
14924
13319
  createdAt
14925
13320
  updatedAt
14926
- trades {
14927
- id
14928
- }
14929
13321
  orders {
14930
13322
  id
14931
13323
  clientOrderId
@@ -14946,9 +13338,6 @@ export const Position = {
14946
13338
  createdAt
14947
13339
  updatedAt
14948
13340
  orderId
14949
- Order {
14950
- id
14951
- }
14952
13341
  }
14953
13342
  takeProfit {
14954
13343
  id
@@ -14957,9 +13346,6 @@ export const Position = {
14957
13346
  createdAt
14958
13347
  updatedAt
14959
13348
  orderId
14960
- Order {
14961
- id
14962
- }
14963
13349
  }
14964
13350
  trailPrice
14965
13351
  trailPercent
@@ -14971,9 +13357,6 @@ export const Position = {
14971
13357
  filledAt
14972
13358
  filledAvgPrice
14973
13359
  actionId
14974
- alpacaAccount {
14975
- id
14976
- }
14977
13360
  action {
14978
13361
  id
14979
13362
  sequence
@@ -14982,15 +13365,6 @@ export const Position = {
14982
13365
  note
14983
13366
  status
14984
13367
  fee
14985
- trade {
14986
- id
14987
- }
14988
- order {
14989
- id
14990
- }
14991
- }
14992
- asset {
14993
- id
14994
13368
  }
14995
13369
  fee
14996
13370
  strikePrice
@@ -14999,9 +13373,6 @@ export const Position = {
14999
13373
  stopLossId
15000
13374
  takeProfitId
15001
13375
  }
15002
- positions {
15003
- id
15004
- }
15005
13376
  alerts {
15006
13377
  id
15007
13378
  alpacaAccountId
@@ -15010,14 +13381,8 @@ export const Position = {
15010
13381
  isRead
15011
13382
  createdAt
15012
13383
  updatedAt
15013
- alpacaAccount {
15014
- id
15015
- }
15016
13384
  }
15017
13385
  }
15018
- asset {
15019
- id
15020
- }
15021
13386
  actions {
15022
13387
  id
15023
13388
  sequence
@@ -15026,9 +13391,6 @@ export const Position = {
15026
13391
  note
15027
13392
  status
15028
13393
  fee
15029
- trade {
15030
- id
15031
- }
15032
13394
  order {
15033
13395
  id
15034
13396
  clientOrderId
@@ -15049,9 +13411,6 @@ export const Position = {
15049
13411
  createdAt
15050
13412
  updatedAt
15051
13413
  orderId
15052
- Order {
15053
- id
15054
- }
15055
13414
  }
15056
13415
  takeProfit {
15057
13416
  id
@@ -15060,9 +13419,6 @@ export const Position = {
15060
13419
  createdAt
15061
13420
  updatedAt
15062
13421
  orderId
15063
- Order {
15064
- id
15065
- }
15066
13422
  }
15067
13423
  trailPrice
15068
13424
  trailPercent
@@ -15106,9 +13462,6 @@ export const Position = {
15106
13462
  stripeCurrentPeriodEnd
15107
13463
  createdAt
15108
13464
  updatedAt
15109
- users {
15110
- id
15111
- }
15112
13465
  }
15113
13466
  customerId
15114
13467
  accounts {
@@ -15126,18 +13479,12 @@ export const Position = {
15126
13479
  session_state
15127
13480
  createdAt
15128
13481
  updatedAt
15129
- user {
15130
- id
15131
- }
15132
13482
  }
15133
13483
  sessions {
15134
13484
  id
15135
13485
  sessionToken
15136
13486
  userId
15137
13487
  expires
15138
- user {
15139
- id
15140
- }
15141
13488
  createdAt
15142
13489
  updatedAt
15143
13490
  }
@@ -15147,29 +13494,14 @@ export const Position = {
15147
13494
  credentialID
15148
13495
  publicKey
15149
13496
  counter
15150
- user {
15151
- id
15152
- }
15153
13497
  createdAt
15154
13498
  updatedAt
15155
13499
  }
15156
13500
  plan
15157
- alpacaAccounts {
15158
- id
15159
- }
15160
13501
  }
15161
13502
  userId
15162
13503
  createdAt
15163
13504
  updatedAt
15164
- trades {
15165
- id
15166
- }
15167
- orders {
15168
- id
15169
- }
15170
- positions {
15171
- id
15172
- }
15173
13505
  alerts {
15174
13506
  id
15175
13507
  alpacaAccountId
@@ -15178,17 +13510,8 @@ export const Position = {
15178
13510
  isRead
15179
13511
  createdAt
15180
13512
  updatedAt
15181
- alpacaAccount {
15182
- id
15183
- }
15184
13513
  }
15185
13514
  }
15186
- action {
15187
- id
15188
- }
15189
- asset {
15190
- id
15191
- }
15192
13515
  fee
15193
13516
  strikePrice
15194
13517
  expirationDate
@@ -15218,9 +13541,6 @@ export const Position = {
15218
13541
  createdAt
15219
13542
  updatedAt
15220
13543
  orderId
15221
- Order {
15222
- id
15223
- }
15224
13544
  }
15225
13545
  takeProfit {
15226
13546
  id
@@ -15229,9 +13549,6 @@ export const Position = {
15229
13549
  createdAt
15230
13550
  updatedAt
15231
13551
  orderId
15232
- Order {
15233
- id
15234
- }
15235
13552
  }
15236
13553
  trailPrice
15237
13554
  trailPercent
@@ -15275,9 +13592,6 @@ export const Position = {
15275
13592
  stripeCurrentPeriodEnd
15276
13593
  createdAt
15277
13594
  updatedAt
15278
- users {
15279
- id
15280
- }
15281
13595
  }
15282
13596
  customerId
15283
13597
  accounts {
@@ -15295,18 +13609,12 @@ export const Position = {
15295
13609
  session_state
15296
13610
  createdAt
15297
13611
  updatedAt
15298
- user {
15299
- id
15300
- }
15301
13612
  }
15302
13613
  sessions {
15303
13614
  id
15304
13615
  sessionToken
15305
13616
  userId
15306
13617
  expires
15307
- user {
15308
- id
15309
- }
15310
13618
  createdAt
15311
13619
  updatedAt
15312
13620
  }
@@ -15316,16 +13624,10 @@ export const Position = {
15316
13624
  credentialID
15317
13625
  publicKey
15318
13626
  counter
15319
- user {
15320
- id
15321
- }
15322
13627
  createdAt
15323
13628
  updatedAt
15324
13629
  }
15325
13630
  plan
15326
- alpacaAccounts {
15327
- id
15328
- }
15329
13631
  }
15330
13632
  userId
15331
13633
  createdAt
@@ -15345,12 +13647,6 @@ export const Position = {
15345
13647
  createdAt
15346
13648
  updatedAt
15347
13649
  status
15348
- alpacaAccount {
15349
- id
15350
- }
15351
- asset {
15352
- id
15353
- }
15354
13650
  actions {
15355
13651
  id
15356
13652
  sequence
@@ -15359,20 +13655,8 @@ export const Position = {
15359
13655
  note
15360
13656
  status
15361
13657
  fee
15362
- trade {
15363
- id
15364
- }
15365
- order {
15366
- id
15367
- }
15368
13658
  }
15369
13659
  }
15370
- orders {
15371
- id
15372
- }
15373
- positions {
15374
- id
15375
- }
15376
13660
  alerts {
15377
13661
  id
15378
13662
  alpacaAccountId
@@ -15381,9 +13665,6 @@ export const Position = {
15381
13665
  isRead
15382
13666
  createdAt
15383
13667
  updatedAt
15384
- alpacaAccount {
15385
- id
15386
- }
15387
13668
  }
15388
13669
  }
15389
13670
  action {
@@ -15441,9 +13722,6 @@ export const Position = {
15441
13722
  stripeCurrentPeriodEnd
15442
13723
  createdAt
15443
13724
  updatedAt
15444
- users {
15445
- id
15446
- }
15447
13725
  }
15448
13726
  customerId
15449
13727
  accounts {
@@ -15461,18 +13739,12 @@ export const Position = {
15461
13739
  session_state
15462
13740
  createdAt
15463
13741
  updatedAt
15464
- user {
15465
- id
15466
- }
15467
13742
  }
15468
13743
  sessions {
15469
13744
  id
15470
13745
  sessionToken
15471
13746
  userId
15472
13747
  expires
15473
- user {
15474
- id
15475
- }
15476
13748
  createdAt
15477
13749
  updatedAt
15478
13750
  }
@@ -15482,29 +13754,14 @@ export const Position = {
15482
13754
  credentialID
15483
13755
  publicKey
15484
13756
  counter
15485
- user {
15486
- id
15487
- }
15488
13757
  createdAt
15489
13758
  updatedAt
15490
13759
  }
15491
13760
  plan
15492
- alpacaAccounts {
15493
- id
15494
- }
15495
13761
  }
15496
13762
  userId
15497
13763
  createdAt
15498
13764
  updatedAt
15499
- trades {
15500
- id
15501
- }
15502
- orders {
15503
- id
15504
- }
15505
- positions {
15506
- id
15507
- }
15508
13765
  alerts {
15509
13766
  id
15510
13767
  alpacaAccountId
@@ -15513,25 +13770,10 @@ export const Position = {
15513
13770
  isRead
15514
13771
  createdAt
15515
13772
  updatedAt
15516
- alpacaAccount {
15517
- id
15518
- }
15519
13773
  }
15520
13774
  }
15521
- asset {
15522
- id
15523
- }
15524
- actions {
15525
- id
15526
- }
15527
- }
15528
- order {
15529
- id
15530
13775
  }
15531
13776
  }
15532
- asset {
15533
- id
15534
- }
15535
13777
  fee
15536
13778
  strikePrice
15537
13779
  expirationDate
@@ -15539,9 +13781,6 @@ export const Position = {
15539
13781
  stopLossId
15540
13782
  takeProfitId
15541
13783
  }
15542
- positions {
15543
- id
15544
- }
15545
13784
  newsMentions {
15546
13785
  id
15547
13786
  assetId
@@ -15564,12 +13803,6 @@ export const Position = {
15564
13803
  logo
15565
13804
  createdAt
15566
13805
  updatedAt
15567
- assets {
15568
- id
15569
- }
15570
- }
15571
- asset {
15572
- id
15573
13806
  }
15574
13807
  relevancyScore
15575
13808
  sentimentScore
@@ -15621,9 +13854,6 @@ export const Position = {
15621
13854
  stripeCurrentPeriodEnd
15622
13855
  createdAt
15623
13856
  updatedAt
15624
- users {
15625
- id
15626
- }
15627
13857
  }
15628
13858
  customerId
15629
13859
  accounts {
@@ -15641,18 +13871,12 @@ export const Position = {
15641
13871
  session_state
15642
13872
  createdAt
15643
13873
  updatedAt
15644
- user {
15645
- id
15646
- }
15647
13874
  }
15648
13875
  sessions {
15649
13876
  id
15650
13877
  sessionToken
15651
13878
  userId
15652
13879
  expires
15653
- user {
15654
- id
15655
- }
15656
13880
  createdAt
15657
13881
  updatedAt
15658
13882
  }
@@ -15662,16 +13886,10 @@ export const Position = {
15662
13886
  credentialID
15663
13887
  publicKey
15664
13888
  counter
15665
- user {
15666
- id
15667
- }
15668
13889
  createdAt
15669
13890
  updatedAt
15670
13891
  }
15671
13892
  plan
15672
- alpacaAccounts {
15673
- id
15674
- }
15675
13893
  }
15676
13894
  userId
15677
13895
  createdAt
@@ -15691,9 +13909,6 @@ export const Position = {
15691
13909
  createdAt
15692
13910
  updatedAt
15693
13911
  status
15694
- alpacaAccount {
15695
- id
15696
- }
15697
13912
  asset {
15698
13913
  id
15699
13914
  symbol
@@ -15753,9 +13968,6 @@ export const Position = {
15753
13968
  buyPrice
15754
13969
  createdAt
15755
13970
  updatedAt
15756
- trades {
15757
- id
15758
- }
15759
13971
  orders {
15760
13972
  id
15761
13973
  clientOrderId
@@ -15776,9 +13988,6 @@ export const Position = {
15776
13988
  createdAt
15777
13989
  updatedAt
15778
13990
  orderId
15779
- Order {
15780
- id
15781
- }
15782
13991
  }
15783
13992
  takeProfit {
15784
13993
  id
@@ -15787,9 +13996,6 @@ export const Position = {
15787
13996
  createdAt
15788
13997
  updatedAt
15789
13998
  orderId
15790
- Order {
15791
- id
15792
- }
15793
13999
  }
15794
14000
  trailPrice
15795
14001
  trailPercent
@@ -15801,9 +14007,6 @@ export const Position = {
15801
14007
  filledAt
15802
14008
  filledAvgPrice
15803
14009
  actionId
15804
- alpacaAccount {
15805
- id
15806
- }
15807
14010
  action {
15808
14011
  id
15809
14012
  sequence
@@ -15812,15 +14015,6 @@ export const Position = {
15812
14015
  note
15813
14016
  status
15814
14017
  fee
15815
- trade {
15816
- id
15817
- }
15818
- order {
15819
- id
15820
- }
15821
- }
15822
- asset {
15823
- id
15824
14018
  }
15825
14019
  fee
15826
14020
  strikePrice
@@ -15829,9 +14023,6 @@ export const Position = {
15829
14023
  stopLossId
15830
14024
  takeProfitId
15831
14025
  }
15832
- positions {
15833
- id
15834
- }
15835
14026
  newsMentions {
15836
14027
  id
15837
14028
  assetId
@@ -15854,12 +14045,6 @@ export const Position = {
15854
14045
  logo
15855
14046
  createdAt
15856
14047
  updatedAt
15857
- assets {
15858
- id
15859
- }
15860
- }
15861
- asset {
15862
- id
15863
14048
  }
15864
14049
  relevancyScore
15865
14050
  sentimentScore
@@ -15874,9 +14059,6 @@ export const Position = {
15874
14059
  note
15875
14060
  status
15876
14061
  fee
15877
- trade {
15878
- id
15879
- }
15880
14062
  order {
15881
14063
  id
15882
14064
  clientOrderId
@@ -15897,9 +14079,6 @@ export const Position = {
15897
14079
  createdAt
15898
14080
  updatedAt
15899
14081
  orderId
15900
- Order {
15901
- id
15902
- }
15903
14082
  }
15904
14083
  takeProfit {
15905
14084
  id
@@ -15908,9 +14087,6 @@ export const Position = {
15908
14087
  createdAt
15909
14088
  updatedAt
15910
14089
  orderId
15911
- Order {
15912
- id
15913
- }
15914
14090
  }
15915
14091
  trailPrice
15916
14092
  trailPercent
@@ -15922,12 +14098,6 @@ export const Position = {
15922
14098
  filledAt
15923
14099
  filledAvgPrice
15924
14100
  actionId
15925
- alpacaAccount {
15926
- id
15927
- }
15928
- action {
15929
- id
15930
- }
15931
14101
  asset {
15932
14102
  id
15933
14103
  symbol
@@ -15987,15 +14157,6 @@ export const Position = {
15987
14157
  buyPrice
15988
14158
  createdAt
15989
14159
  updatedAt
15990
- trades {
15991
- id
15992
- }
15993
- orders {
15994
- id
15995
- }
15996
- positions {
15997
- id
15998
- }
15999
14160
  newsMentions {
16000
14161
  id
16001
14162
  assetId
@@ -16018,12 +14179,6 @@ export const Position = {
16018
14179
  logo
16019
14180
  createdAt
16020
14181
  updatedAt
16021
- assets {
16022
- id
16023
- }
16024
- }
16025
- asset {
16026
- id
16027
14182
  }
16028
14183
  relevancyScore
16029
14184
  sentimentScore
@@ -16059,9 +14214,6 @@ export const Position = {
16059
14214
  createdAt
16060
14215
  updatedAt
16061
14216
  orderId
16062
- Order {
16063
- id
16064
- }
16065
14217
  }
16066
14218
  takeProfit {
16067
14219
  id
@@ -16070,9 +14222,6 @@ export const Position = {
16070
14222
  createdAt
16071
14223
  updatedAt
16072
14224
  orderId
16073
- Order {
16074
- id
16075
- }
16076
14225
  }
16077
14226
  trailPrice
16078
14227
  trailPercent
@@ -16084,9 +14233,6 @@ export const Position = {
16084
14233
  filledAt
16085
14234
  filledAvgPrice
16086
14235
  actionId
16087
- alpacaAccount {
16088
- id
16089
- }
16090
14236
  action {
16091
14237
  id
16092
14238
  sequence
@@ -16110,9 +14256,6 @@ export const Position = {
16110
14256
  createdAt
16111
14257
  updatedAt
16112
14258
  status
16113
- alpacaAccount {
16114
- id
16115
- }
16116
14259
  asset {
16117
14260
  id
16118
14261
  symbol
@@ -16172,15 +14315,6 @@ export const Position = {
16172
14315
  buyPrice
16173
14316
  createdAt
16174
14317
  updatedAt
16175
- trades {
16176
- id
16177
- }
16178
- orders {
16179
- id
16180
- }
16181
- positions {
16182
- id
16183
- }
16184
14318
  newsMentions {
16185
14319
  id
16186
14320
  assetId
@@ -16203,24 +14337,12 @@ export const Position = {
16203
14337
  logo
16204
14338
  createdAt
16205
14339
  updatedAt
16206
- assets {
16207
- id
16208
- }
16209
- }
16210
- asset {
16211
- id
16212
14340
  }
16213
14341
  relevancyScore
16214
14342
  sentimentScore
16215
14343
  sentimentLabel
16216
14344
  }
16217
14345
  }
16218
- actions {
16219
- id
16220
- }
16221
- }
16222
- order {
16223
- id
16224
14346
  }
16225
14347
  }
16226
14348
  asset {
@@ -16297,12 +14419,6 @@ export const Position = {
16297
14419
  createdAt
16298
14420
  updatedAt
16299
14421
  status
16300
- alpacaAccount {
16301
- id
16302
- }
16303
- asset {
16304
- id
16305
- }
16306
14422
  actions {
16307
14423
  id
16308
14424
  sequence
@@ -16311,20 +14427,8 @@ export const Position = {
16311
14427
  note
16312
14428
  status
16313
14429
  fee
16314
- trade {
16315
- id
16316
- }
16317
- order {
16318
- id
16319
- }
16320
14430
  }
16321
14431
  }
16322
- orders {
16323
- id
16324
- }
16325
- positions {
16326
- id
16327
- }
16328
14432
  newsMentions {
16329
14433
  id
16330
14434
  assetId
@@ -16347,12 +14451,6 @@ export const Position = {
16347
14451
  logo
16348
14452
  createdAt
16349
14453
  updatedAt
16350
- assets {
16351
- id
16352
- }
16353
- }
16354
- asset {
16355
- id
16356
14454
  }
16357
14455
  relevancyScore
16358
14456
  sentimentScore
@@ -16366,9 +14464,6 @@ export const Position = {
16366
14464
  stopLossId
16367
14465
  takeProfitId
16368
14466
  }
16369
- positions {
16370
- id
16371
- }
16372
14467
  alerts {
16373
14468
  id
16374
14469
  alpacaAccountId
@@ -16377,9 +14472,6 @@ export const Position = {
16377
14472
  isRead
16378
14473
  createdAt
16379
14474
  updatedAt
16380
- alpacaAccount {
16381
- id
16382
- }
16383
14475
  }
16384
14476
  }
16385
14477
  alpacaAccountId