adaptic-backend 1.0.86 → 1.0.88

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 (389) hide show
  1. package/Account.cjs +43 -1260
  2. package/Action.cjs +65 -2016
  3. package/Alert.cjs +41 -1260
  4. package/AlpacaAccount.cjs +78 -1260
  5. package/Asset.cjs +78 -1548
  6. package/Authenticator.cjs +43 -1260
  7. package/Customer.cjs +43 -1260
  8. package/NewsArticle.cjs +43 -1548
  9. package/NewsArticleAssetSentiment.cjs +41 -1548
  10. package/Order.cjs +65 -1550
  11. package/Position.cjs +58 -1908
  12. package/Session.cjs +43 -1260
  13. package/StopLoss.cjs +70 -1549
  14. package/TakeProfit.cjs +70 -1549
  15. package/Trade.cjs +16 -1694
  16. package/User.cjs +41 -1260
  17. package/generated/typeStrings/Trade.cjs +7 -5
  18. package/generated/typeStrings/Trade.d.ts +1 -1
  19. package/generated/typeStrings/Trade.d.ts.map +1 -1
  20. package/generated/typeStrings/Trade.js.map +1 -1
  21. package/generated/typeStrings/index.d.ts +1 -1
  22. package/generated/typegraphql-prisma/enhance.cjs +32 -27
  23. package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  24. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  25. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.cjs +1 -0
  26. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
  27. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
  28. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
  29. package/generated/typegraphql-prisma/models/Trade.cjs +8 -0
  30. package/generated/typegraphql-prisma/models/Trade.d.ts +4 -0
  31. package/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
  32. package/generated/typegraphql-prisma/models/Trade.js.map +1 -1
  33. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
  34. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
  35. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
  36. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
  37. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
  38. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
  39. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
  40. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
  41. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
  42. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
  43. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
  44. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
  45. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.cjs +50 -0
  46. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts +4 -0
  47. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts.map +1 -0
  48. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.js.map +1 -0
  49. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.cjs +69 -0
  50. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts +8 -0
  51. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts.map +1 -0
  52. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.js.map +1 -0
  53. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.cjs +89 -0
  54. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts +13 -0
  55. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
  56. package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.js.map +1 -0
  57. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.cjs +68 -0
  58. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts +7 -0
  59. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts.map +1 -0
  60. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.js.map +1 -0
  61. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.cjs +88 -0
  62. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts +12 -0
  63. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
  64. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.js.map +1 -0
  65. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.cjs +6 -0
  66. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
  67. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
  68. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
  69. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.cjs +7 -0
  70. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
  71. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
  72. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
  73. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.cjs +7 -0
  74. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
  75. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
  76. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
  77. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.cjs +7 -0
  78. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
  79. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
  80. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
  81. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.cjs +7 -0
  82. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
  83. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
  84. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
  85. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.cjs +7 -0
  86. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
  87. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
  88. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
  89. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.cjs +7 -0
  90. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
  91. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  92. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
  93. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.cjs +7 -0
  94. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
  95. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
  96. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
  97. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.cjs +6 -0
  98. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
  99. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
  100. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
  101. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.cjs +6 -0
  102. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
  103. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
  104. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
  105. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.cjs +6 -0
  106. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
  107. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
  108. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
  109. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.cjs +6 -0
  110. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
  111. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
  112. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
  113. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.cjs +7 -0
  114. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +2 -0
  115. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
  116. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
  117. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.cjs +7 -0
  118. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +2 -0
  119. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
  120. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
  121. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.cjs +7 -0
  122. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +2 -0
  123. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
  124. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
  125. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.cjs +7 -0
  126. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +2 -0
  127. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
  128. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
  129. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.cjs +7 -0
  130. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +2 -0
  131. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
  132. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
  133. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.cjs +7 -0
  134. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +2 -0
  135. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  136. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
  137. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.cjs +7 -0
  138. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +2 -0
  139. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
  140. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
  141. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.cjs +7 -0
  142. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +2 -0
  143. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
  144. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
  145. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.cjs +7 -0
  146. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +2 -0
  147. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
  148. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
  149. package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +20 -10
  150. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
  151. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  152. package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  153. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.cjs +7 -0
  154. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
  155. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
  156. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
  157. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.cjs +6 -0
  158. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
  159. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
  160. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
  161. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.cjs +7 -0
  162. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
  163. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
  164. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
  165. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.cjs +7 -0
  166. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
  167. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
  168. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
  169. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.cjs +7 -0
  170. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
  171. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
  172. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
  173. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
  174. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
  175. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
  176. package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
  177. package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
  178. package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
  179. package/package.json +1 -1
  180. package/server/Account.d.ts.map +1 -1
  181. package/server/Account.js.map +1 -1
  182. package/server/Account.mjs +43 -1260
  183. package/server/Action.d.ts.map +1 -1
  184. package/server/Action.js.map +1 -1
  185. package/server/Action.mjs +65 -2016
  186. package/server/Alert.d.ts.map +1 -1
  187. package/server/Alert.js.map +1 -1
  188. package/server/Alert.mjs +41 -1260
  189. package/server/AlpacaAccount.d.ts.map +1 -1
  190. package/server/AlpacaAccount.js.map +1 -1
  191. package/server/AlpacaAccount.mjs +78 -1260
  192. package/server/Asset.d.ts.map +1 -1
  193. package/server/Asset.js.map +1 -1
  194. package/server/Asset.mjs +78 -1548
  195. package/server/Authenticator.d.ts.map +1 -1
  196. package/server/Authenticator.js.map +1 -1
  197. package/server/Authenticator.mjs +43 -1260
  198. package/server/Customer.d.ts.map +1 -1
  199. package/server/Customer.js.map +1 -1
  200. package/server/Customer.mjs +43 -1260
  201. package/server/NewsArticle.d.ts.map +1 -1
  202. package/server/NewsArticle.js.map +1 -1
  203. package/server/NewsArticle.mjs +43 -1548
  204. package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
  205. package/server/NewsArticleAssetSentiment.js.map +1 -1
  206. package/server/NewsArticleAssetSentiment.mjs +41 -1548
  207. package/server/Order.d.ts.map +1 -1
  208. package/server/Order.js.map +1 -1
  209. package/server/Order.mjs +65 -1550
  210. package/server/Position.d.ts.map +1 -1
  211. package/server/Position.js.map +1 -1
  212. package/server/Position.mjs +58 -1908
  213. package/server/Session.d.ts.map +1 -1
  214. package/server/Session.js.map +1 -1
  215. package/server/Session.mjs +43 -1260
  216. package/server/StopLoss.d.ts.map +1 -1
  217. package/server/StopLoss.js.map +1 -1
  218. package/server/StopLoss.mjs +70 -1549
  219. package/server/TakeProfit.d.ts.map +1 -1
  220. package/server/TakeProfit.js.map +1 -1
  221. package/server/TakeProfit.mjs +70 -1549
  222. package/server/Trade.d.ts.map +1 -1
  223. package/server/Trade.js.map +1 -1
  224. package/server/Trade.mjs +16 -1694
  225. package/server/User.d.ts.map +1 -1
  226. package/server/User.js.map +1 -1
  227. package/server/User.mjs +41 -1260
  228. package/server/generated/typeStrings/Trade.d.ts +1 -1
  229. package/server/generated/typeStrings/Trade.d.ts.map +1 -1
  230. package/server/generated/typeStrings/Trade.js.map +1 -1
  231. package/server/generated/typeStrings/Trade.mjs +7 -5
  232. package/server/generated/typeStrings/index.d.ts +1 -1
  233. package/server/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  234. package/server/generated/typegraphql-prisma/enhance.js.map +1 -1
  235. package/server/generated/typegraphql-prisma/enhance.mjs +32 -27
  236. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
  237. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
  238. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
  239. package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.mjs +1 -0
  240. package/server/generated/typegraphql-prisma/models/Trade.d.ts +4 -0
  241. package/server/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
  242. package/server/generated/typegraphql-prisma/models/Trade.js.map +1 -1
  243. package/server/generated/typegraphql-prisma/models/Trade.mjs +12 -0
  244. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
  245. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
  246. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
  247. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
  248. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
  249. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
  250. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
  251. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
  252. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
  253. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
  254. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
  255. package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
  256. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts +4 -0
  257. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts.map +1 -0
  258. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.js.map +1 -0
  259. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.mjs +25 -0
  260. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts +8 -0
  261. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts.map +1 -0
  262. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.js.map +1 -0
  263. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.mjs +47 -0
  264. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts +13 -0
  265. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
  266. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.js.map +1 -0
  267. package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.mjs +70 -0
  268. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts +7 -0
  269. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts.map +1 -0
  270. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.js.map +1 -0
  271. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.mjs +46 -0
  272. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts +12 -0
  273. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
  274. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.js.map +1 -0
  275. package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.mjs +69 -0
  276. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
  277. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
  278. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
  279. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.mjs +7 -0
  280. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
  281. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
  282. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
  283. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.mjs +8 -0
  284. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
  285. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
  286. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
  287. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.mjs +8 -0
  288. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
  289. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
  290. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
  291. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.mjs +8 -0
  292. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
  293. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
  294. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
  295. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.mjs +8 -0
  296. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
  297. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
  298. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
  299. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.mjs +8 -0
  300. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
  301. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  302. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
  303. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.mjs +8 -0
  304. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
  305. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
  306. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
  307. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.mjs +8 -0
  308. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
  309. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
  310. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
  311. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.mjs +7 -0
  312. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
  313. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
  314. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
  315. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.mjs +7 -0
  316. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
  317. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
  318. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
  319. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.mjs +7 -0
  320. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
  321. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
  322. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
  323. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.mjs +7 -0
  324. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +2 -0
  325. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
  326. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
  327. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.mjs +8 -0
  328. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +2 -0
  329. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
  330. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
  331. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.mjs +8 -0
  332. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +2 -0
  333. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
  334. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
  335. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.mjs +8 -0
  336. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +2 -0
  337. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
  338. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
  339. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.mjs +8 -0
  340. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +2 -0
  341. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
  342. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
  343. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.mjs +8 -0
  344. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +2 -0
  345. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  346. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
  347. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.mjs +8 -0
  348. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +2 -0
  349. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
  350. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
  351. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.mjs +8 -0
  352. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +2 -0
  353. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
  354. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
  355. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.mjs +8 -0
  356. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +2 -0
  357. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
  358. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
  359. package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.mjs +8 -0
  360. package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
  361. package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  362. package/server/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  363. package/server/generated/typegraphql-prisma/resolvers/inputs/index.mjs +5 -0
  364. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
  365. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
  366. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
  367. package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.mjs +8 -0
  368. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
  369. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
  370. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
  371. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.mjs +7 -0
  372. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
  373. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
  374. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
  375. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.mjs +8 -0
  376. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
  377. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
  378. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
  379. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.mjs +8 -0
  380. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
  381. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
  382. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
  383. package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.mjs +8 -0
  384. package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
  385. package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
  386. package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
  387. package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
  388. package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
  389. package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
@@ -84,6 +84,7 @@ export const Position = {
84
84
  qty
85
85
  price
86
86
  total
87
+ optionType
87
88
  signal
88
89
  strategy
89
90
  analysis
@@ -124,9 +125,6 @@ export const Position = {
124
125
  stripeCurrentPeriodEnd
125
126
  createdAt
126
127
  updatedAt
127
- users {
128
- id
129
- }
130
128
  }
131
129
  customerId
132
130
  accounts {
@@ -144,18 +142,12 @@ export const Position = {
144
142
  session_state
145
143
  createdAt
146
144
  updatedAt
147
- user {
148
- id
149
- }
150
145
  }
151
146
  sessions {
152
147
  id
153
148
  sessionToken
154
149
  userId
155
150
  expires
156
- user {
157
- id
158
- }
159
151
  createdAt
160
152
  updatedAt
161
153
  }
@@ -165,23 +157,14 @@ export const Position = {
165
157
  credentialID
166
158
  publicKey
167
159
  counter
168
- user {
169
- id
170
- }
171
160
  createdAt
172
161
  updatedAt
173
162
  }
174
163
  plan
175
- alpacaAccounts {
176
- id
177
- }
178
164
  }
179
165
  userId
180
166
  createdAt
181
167
  updatedAt
182
- trades {
183
- id
184
- }
185
168
  orders {
186
169
  id
187
170
  clientOrderId
@@ -202,9 +185,6 @@ export const Position = {
202
185
  createdAt
203
186
  updatedAt
204
187
  orderId
205
- Order {
206
- id
207
- }
208
188
  }
209
189
  takeProfit {
210
190
  id
@@ -213,9 +193,6 @@ export const Position = {
213
193
  createdAt
214
194
  updatedAt
215
195
  orderId
216
- Order {
217
- id
218
- }
219
196
  }
220
197
  trailPrice
221
198
  trailPercent
@@ -227,9 +204,6 @@ export const Position = {
227
204
  filledAt
228
205
  filledAvgPrice
229
206
  actionId
230
- alpacaAccount {
231
- id
232
- }
233
207
  action {
234
208
  id
235
209
  sequence
@@ -238,15 +212,6 @@ export const Position = {
238
212
  note
239
213
  status
240
214
  fee
241
- trade {
242
- id
243
- }
244
- order {
245
- id
246
- }
247
- }
248
- asset {
249
- id
250
215
  }
251
216
  fee
252
217
  strikePrice
@@ -255,9 +220,6 @@ export const Position = {
255
220
  stopLossId
256
221
  takeProfitId
257
222
  }
258
- positions {
259
- id
260
- }
261
223
  alerts {
262
224
  id
263
225
  alpacaAccountId
@@ -266,14 +228,8 @@ export const Position = {
266
228
  isRead
267
229
  createdAt
268
230
  updatedAt
269
- alpacaAccount {
270
- id
271
- }
272
231
  }
273
232
  }
274
- asset {
275
- id
276
- }
277
233
  actions {
278
234
  id
279
235
  sequence
@@ -282,9 +238,6 @@ export const Position = {
282
238
  note
283
239
  status
284
240
  fee
285
- trade {
286
- id
287
- }
288
241
  order {
289
242
  id
290
243
  clientOrderId
@@ -305,9 +258,6 @@ export const Position = {
305
258
  createdAt
306
259
  updatedAt
307
260
  orderId
308
- Order {
309
- id
310
- }
311
261
  }
312
262
  takeProfit {
313
263
  id
@@ -316,9 +266,6 @@ export const Position = {
316
266
  createdAt
317
267
  updatedAt
318
268
  orderId
319
- Order {
320
- id
321
- }
322
269
  }
323
270
  trailPrice
324
271
  trailPercent
@@ -362,9 +309,6 @@ export const Position = {
362
309
  stripeCurrentPeriodEnd
363
310
  createdAt
364
311
  updatedAt
365
- users {
366
- id
367
- }
368
312
  }
369
313
  customerId
370
314
  accounts {
@@ -382,18 +326,12 @@ export const Position = {
382
326
  session_state
383
327
  createdAt
384
328
  updatedAt
385
- user {
386
- id
387
- }
388
329
  }
389
330
  sessions {
390
331
  id
391
332
  sessionToken
392
333
  userId
393
334
  expires
394
- user {
395
- id
396
- }
397
335
  createdAt
398
336
  updatedAt
399
337
  }
@@ -403,29 +341,14 @@ export const Position = {
403
341
  credentialID
404
342
  publicKey
405
343
  counter
406
- user {
407
- id
408
- }
409
344
  createdAt
410
345
  updatedAt
411
346
  }
412
347
  plan
413
- alpacaAccounts {
414
- id
415
- }
416
348
  }
417
349
  userId
418
350
  createdAt
419
351
  updatedAt
420
- trades {
421
- id
422
- }
423
- orders {
424
- id
425
- }
426
- positions {
427
- id
428
- }
429
352
  alerts {
430
353
  id
431
354
  alpacaAccountId
@@ -434,17 +357,8 @@ export const Position = {
434
357
  isRead
435
358
  createdAt
436
359
  updatedAt
437
- alpacaAccount {
438
- id
439
- }
440
360
  }
441
361
  }
442
- action {
443
- id
444
- }
445
- asset {
446
- id
447
- }
448
362
  fee
449
363
  strikePrice
450
364
  expirationDate
@@ -474,9 +388,6 @@ export const Position = {
474
388
  createdAt
475
389
  updatedAt
476
390
  orderId
477
- Order {
478
- id
479
- }
480
391
  }
481
392
  takeProfit {
482
393
  id
@@ -485,9 +396,6 @@ export const Position = {
485
396
  createdAt
486
397
  updatedAt
487
398
  orderId
488
- Order {
489
- id
490
- }
491
399
  }
492
400
  trailPrice
493
401
  trailPercent
@@ -531,9 +439,6 @@ export const Position = {
531
439
  stripeCurrentPeriodEnd
532
440
  createdAt
533
441
  updatedAt
534
- users {
535
- id
536
- }
537
442
  }
538
443
  customerId
539
444
  accounts {
@@ -551,18 +456,12 @@ export const Position = {
551
456
  session_state
552
457
  createdAt
553
458
  updatedAt
554
- user {
555
- id
556
- }
557
459
  }
558
460
  sessions {
559
461
  id
560
462
  sessionToken
561
463
  userId
562
464
  expires
563
- user {
564
- id
565
- }
566
465
  createdAt
567
466
  updatedAt
568
467
  }
@@ -572,16 +471,10 @@ export const Position = {
572
471
  credentialID
573
472
  publicKey
574
473
  counter
575
- user {
576
- id
577
- }
578
474
  createdAt
579
475
  updatedAt
580
476
  }
581
477
  plan
582
- alpacaAccounts {
583
- id
584
- }
585
478
  }
586
479
  userId
587
480
  createdAt
@@ -593,6 +486,7 @@ export const Position = {
593
486
  qty
594
487
  price
595
488
  total
489
+ optionType
596
490
  signal
597
491
  strategy
598
492
  analysis
@@ -601,12 +495,6 @@ export const Position = {
601
495
  createdAt
602
496
  updatedAt
603
497
  status
604
- alpacaAccount {
605
- id
606
- }
607
- asset {
608
- id
609
- }
610
498
  actions {
611
499
  id
612
500
  sequence
@@ -615,20 +503,8 @@ export const Position = {
615
503
  note
616
504
  status
617
505
  fee
618
- trade {
619
- id
620
- }
621
- order {
622
- id
623
- }
624
506
  }
625
507
  }
626
- orders {
627
- id
628
- }
629
- positions {
630
- id
631
- }
632
508
  alerts {
633
509
  id
634
510
  alpacaAccountId
@@ -637,9 +513,6 @@ export const Position = {
637
513
  isRead
638
514
  createdAt
639
515
  updatedAt
640
- alpacaAccount {
641
- id
642
- }
643
516
  }
644
517
  }
645
518
  action {
@@ -657,6 +530,7 @@ export const Position = {
657
530
  qty
658
531
  price
659
532
  total
533
+ optionType
660
534
  signal
661
535
  strategy
662
536
  analysis
@@ -697,9 +571,6 @@ export const Position = {
697
571
  stripeCurrentPeriodEnd
698
572
  createdAt
699
573
  updatedAt
700
- users {
701
- id
702
- }
703
574
  }
704
575
  customerId
705
576
  accounts {
@@ -717,18 +588,12 @@ export const Position = {
717
588
  session_state
718
589
  createdAt
719
590
  updatedAt
720
- user {
721
- id
722
- }
723
591
  }
724
592
  sessions {
725
593
  id
726
594
  sessionToken
727
595
  userId
728
596
  expires
729
- user {
730
- id
731
- }
732
597
  createdAt
733
598
  updatedAt
734
599
  }
@@ -738,29 +603,14 @@ export const Position = {
738
603
  credentialID
739
604
  publicKey
740
605
  counter
741
- user {
742
- id
743
- }
744
606
  createdAt
745
607
  updatedAt
746
608
  }
747
609
  plan
748
- alpacaAccounts {
749
- id
750
- }
751
610
  }
752
611
  userId
753
612
  createdAt
754
613
  updatedAt
755
- trades {
756
- id
757
- }
758
- orders {
759
- id
760
- }
761
- positions {
762
- id
763
- }
764
614
  alerts {
765
615
  id
766
616
  alpacaAccountId
@@ -769,25 +619,10 @@ export const Position = {
769
619
  isRead
770
620
  createdAt
771
621
  updatedAt
772
- alpacaAccount {
773
- id
774
- }
775
622
  }
776
623
  }
777
- asset {
778
- id
779
- }
780
- actions {
781
- id
782
- }
783
- }
784
- order {
785
- id
786
624
  }
787
625
  }
788
- asset {
789
- id
790
- }
791
626
  fee
792
627
  strikePrice
793
628
  expirationDate
@@ -795,9 +630,6 @@ export const Position = {
795
630
  stopLossId
796
631
  takeProfitId
797
632
  }
798
- positions {
799
- id
800
- }
801
633
  newsMentions {
802
634
  id
803
635
  assetId
@@ -820,12 +652,6 @@ export const Position = {
820
652
  logo
821
653
  createdAt
822
654
  updatedAt
823
- assets {
824
- id
825
- }
826
- }
827
- asset {
828
- id
829
655
  }
830
656
  relevancyScore
831
657
  sentimentScore
@@ -877,9 +703,6 @@ export const Position = {
877
703
  stripeCurrentPeriodEnd
878
704
  createdAt
879
705
  updatedAt
880
- users {
881
- id
882
- }
883
706
  }
884
707
  customerId
885
708
  accounts {
@@ -897,18 +720,12 @@ export const Position = {
897
720
  session_state
898
721
  createdAt
899
722
  updatedAt
900
- user {
901
- id
902
- }
903
723
  }
904
724
  sessions {
905
725
  id
906
726
  sessionToken
907
727
  userId
908
728
  expires
909
- user {
910
- id
911
- }
912
729
  createdAt
913
730
  updatedAt
914
731
  }
@@ -918,16 +735,10 @@ export const Position = {
918
735
  credentialID
919
736
  publicKey
920
737
  counter
921
- user {
922
- id
923
- }
924
738
  createdAt
925
739
  updatedAt
926
740
  }
927
741
  plan
928
- alpacaAccounts {
929
- id
930
- }
931
742
  }
932
743
  userId
933
744
  createdAt
@@ -939,6 +750,7 @@ export const Position = {
939
750
  qty
940
751
  price
941
752
  total
753
+ optionType
942
754
  signal
943
755
  strategy
944
756
  analysis
@@ -947,9 +759,6 @@ export const Position = {
947
759
  createdAt
948
760
  updatedAt
949
761
  status
950
- alpacaAccount {
951
- id
952
- }
953
762
  asset {
954
763
  id
955
764
  symbol
@@ -1009,9 +818,6 @@ export const Position = {
1009
818
  buyPrice
1010
819
  createdAt
1011
820
  updatedAt
1012
- trades {
1013
- id
1014
- }
1015
821
  orders {
1016
822
  id
1017
823
  clientOrderId
@@ -1032,9 +838,6 @@ export const Position = {
1032
838
  createdAt
1033
839
  updatedAt
1034
840
  orderId
1035
- Order {
1036
- id
1037
- }
1038
841
  }
1039
842
  takeProfit {
1040
843
  id
@@ -1043,9 +846,6 @@ export const Position = {
1043
846
  createdAt
1044
847
  updatedAt
1045
848
  orderId
1046
- Order {
1047
- id
1048
- }
1049
849
  }
1050
850
  trailPrice
1051
851
  trailPercent
@@ -1057,9 +857,6 @@ export const Position = {
1057
857
  filledAt
1058
858
  filledAvgPrice
1059
859
  actionId
1060
- alpacaAccount {
1061
- id
1062
- }
1063
860
  action {
1064
861
  id
1065
862
  sequence
@@ -1068,15 +865,6 @@ export const Position = {
1068
865
  note
1069
866
  status
1070
867
  fee
1071
- trade {
1072
- id
1073
- }
1074
- order {
1075
- id
1076
- }
1077
- }
1078
- asset {
1079
- id
1080
868
  }
1081
869
  fee
1082
870
  strikePrice
@@ -1085,9 +873,6 @@ export const Position = {
1085
873
  stopLossId
1086
874
  takeProfitId
1087
875
  }
1088
- positions {
1089
- id
1090
- }
1091
876
  newsMentions {
1092
877
  id
1093
878
  assetId
@@ -1110,12 +895,6 @@ export const Position = {
1110
895
  logo
1111
896
  createdAt
1112
897
  updatedAt
1113
- assets {
1114
- id
1115
- }
1116
- }
1117
- asset {
1118
- id
1119
898
  }
1120
899
  relevancyScore
1121
900
  sentimentScore
@@ -1130,9 +909,6 @@ export const Position = {
1130
909
  note
1131
910
  status
1132
911
  fee
1133
- trade {
1134
- id
1135
- }
1136
912
  order {
1137
913
  id
1138
914
  clientOrderId
@@ -1153,9 +929,6 @@ export const Position = {
1153
929
  createdAt
1154
930
  updatedAt
1155
931
  orderId
1156
- Order {
1157
- id
1158
- }
1159
932
  }
1160
933
  takeProfit {
1161
934
  id
@@ -1164,9 +937,6 @@ export const Position = {
1164
937
  createdAt
1165
938
  updatedAt
1166
939
  orderId
1167
- Order {
1168
- id
1169
- }
1170
940
  }
1171
941
  trailPrice
1172
942
  trailPercent
@@ -1178,12 +948,6 @@ export const Position = {
1178
948
  filledAt
1179
949
  filledAvgPrice
1180
950
  actionId
1181
- alpacaAccount {
1182
- id
1183
- }
1184
- action {
1185
- id
1186
- }
1187
951
  asset {
1188
952
  id
1189
953
  symbol
@@ -1243,15 +1007,6 @@ export const Position = {
1243
1007
  buyPrice
1244
1008
  createdAt
1245
1009
  updatedAt
1246
- trades {
1247
- id
1248
- }
1249
- orders {
1250
- id
1251
- }
1252
- positions {
1253
- id
1254
- }
1255
1010
  newsMentions {
1256
1011
  id
1257
1012
  assetId
@@ -1274,12 +1029,6 @@ export const Position = {
1274
1029
  logo
1275
1030
  createdAt
1276
1031
  updatedAt
1277
- assets {
1278
- id
1279
- }
1280
- }
1281
- asset {
1282
- id
1283
1032
  }
1284
1033
  relevancyScore
1285
1034
  sentimentScore
@@ -1315,9 +1064,6 @@ export const Position = {
1315
1064
  createdAt
1316
1065
  updatedAt
1317
1066
  orderId
1318
- Order {
1319
- id
1320
- }
1321
1067
  }
1322
1068
  takeProfit {
1323
1069
  id
@@ -1326,9 +1072,6 @@ export const Position = {
1326
1072
  createdAt
1327
1073
  updatedAt
1328
1074
  orderId
1329
- Order {
1330
- id
1331
- }
1332
1075
  }
1333
1076
  trailPrice
1334
1077
  trailPercent
@@ -1340,9 +1083,6 @@ export const Position = {
1340
1083
  filledAt
1341
1084
  filledAvgPrice
1342
1085
  actionId
1343
- alpacaAccount {
1344
- id
1345
- }
1346
1086
  action {
1347
1087
  id
1348
1088
  sequence
@@ -1358,6 +1098,7 @@ export const Position = {
1358
1098
  qty
1359
1099
  price
1360
1100
  total
1101
+ optionType
1361
1102
  signal
1362
1103
  strategy
1363
1104
  analysis
@@ -1366,9 +1107,6 @@ export const Position = {
1366
1107
  createdAt
1367
1108
  updatedAt
1368
1109
  status
1369
- alpacaAccount {
1370
- id
1371
- }
1372
1110
  asset {
1373
1111
  id
1374
1112
  symbol
@@ -1428,15 +1166,6 @@ export const Position = {
1428
1166
  buyPrice
1429
1167
  createdAt
1430
1168
  updatedAt
1431
- trades {
1432
- id
1433
- }
1434
- orders {
1435
- id
1436
- }
1437
- positions {
1438
- id
1439
- }
1440
1169
  newsMentions {
1441
1170
  id
1442
1171
  assetId
@@ -1459,24 +1188,12 @@ export const Position = {
1459
1188
  logo
1460
1189
  createdAt
1461
1190
  updatedAt
1462
- assets {
1463
- id
1464
- }
1465
- }
1466
- asset {
1467
- id
1468
1191
  }
1469
1192
  relevancyScore
1470
1193
  sentimentScore
1471
1194
  sentimentLabel
1472
1195
  }
1473
1196
  }
1474
- actions {
1475
- id
1476
- }
1477
- }
1478
- order {
1479
- id
1480
1197
  }
1481
1198
  }
1482
1199
  asset {
@@ -1545,6 +1262,7 @@ export const Position = {
1545
1262
  qty
1546
1263
  price
1547
1264
  total
1265
+ optionType
1548
1266
  signal
1549
1267
  strategy
1550
1268
  analysis
@@ -1553,12 +1271,6 @@ export const Position = {
1553
1271
  createdAt
1554
1272
  updatedAt
1555
1273
  status
1556
- alpacaAccount {
1557
- id
1558
- }
1559
- asset {
1560
- id
1561
- }
1562
1274
  actions {
1563
1275
  id
1564
1276
  sequence
@@ -1567,20 +1279,8 @@ export const Position = {
1567
1279
  note
1568
1280
  status
1569
1281
  fee
1570
- trade {
1571
- id
1572
- }
1573
- order {
1574
- id
1575
- }
1576
1282
  }
1577
1283
  }
1578
- orders {
1579
- id
1580
- }
1581
- positions {
1582
- id
1583
- }
1584
1284
  newsMentions {
1585
1285
  id
1586
1286
  assetId
@@ -1603,12 +1303,6 @@ export const Position = {
1603
1303
  logo
1604
1304
  createdAt
1605
1305
  updatedAt
1606
- assets {
1607
- id
1608
- }
1609
- }
1610
- asset {
1611
- id
1612
1306
  }
1613
1307
  relevancyScore
1614
1308
  sentimentScore
@@ -1622,9 +1316,6 @@ export const Position = {
1622
1316
  stopLossId
1623
1317
  takeProfitId
1624
1318
  }
1625
- positions {
1626
- id
1627
- }
1628
1319
  alerts {
1629
1320
  id
1630
1321
  alpacaAccountId
@@ -1633,9 +1324,6 @@ export const Position = {
1633
1324
  isRead
1634
1325
  createdAt
1635
1326
  updatedAt
1636
- alpacaAccount {
1637
- id
1638
- }
1639
1327
  }
1640
1328
  }
1641
1329
  alpacaAccountId
@@ -1739,6 +1427,7 @@ export const Position = {
1739
1427
  qty: item.qty !== undefined ? item.qty : undefined,
1740
1428
  price: item.price !== undefined ? item.price : undefined,
1741
1429
  total: item.total !== undefined ? item.total : undefined,
1430
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
1742
1431
  signal: item.signal !== undefined ? item.signal : undefined,
1743
1432
  strategy: item.strategy !== undefined ? item.strategy : undefined,
1744
1433
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -2089,6 +1778,7 @@ export const Position = {
2089
1778
  qty: item.qty !== undefined ? item.qty : undefined,
2090
1779
  price: item.price !== undefined ? item.price : undefined,
2091
1780
  total: item.total !== undefined ? item.total : undefined,
1781
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
2092
1782
  signal: item.signal !== undefined ? item.signal : undefined,
2093
1783
  strategy: item.strategy !== undefined ? item.strategy : undefined,
2094
1784
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -2512,6 +2202,7 @@ export const Position = {
2512
2202
  qty
2513
2203
  price
2514
2204
  total
2205
+ optionType
2515
2206
  signal
2516
2207
  strategy
2517
2208
  analysis
@@ -2552,9 +2243,6 @@ export const Position = {
2552
2243
  stripeCurrentPeriodEnd
2553
2244
  createdAt
2554
2245
  updatedAt
2555
- users {
2556
- id
2557
- }
2558
2246
  }
2559
2247
  customerId
2560
2248
  accounts {
@@ -2572,18 +2260,12 @@ export const Position = {
2572
2260
  session_state
2573
2261
  createdAt
2574
2262
  updatedAt
2575
- user {
2576
- id
2577
- }
2578
2263
  }
2579
2264
  sessions {
2580
2265
  id
2581
2266
  sessionToken
2582
2267
  userId
2583
2268
  expires
2584
- user {
2585
- id
2586
- }
2587
2269
  createdAt
2588
2270
  updatedAt
2589
2271
  }
@@ -2593,23 +2275,14 @@ export const Position = {
2593
2275
  credentialID
2594
2276
  publicKey
2595
2277
  counter
2596
- user {
2597
- id
2598
- }
2599
2278
  createdAt
2600
2279
  updatedAt
2601
2280
  }
2602
2281
  plan
2603
- alpacaAccounts {
2604
- id
2605
- }
2606
2282
  }
2607
2283
  userId
2608
2284
  createdAt
2609
2285
  updatedAt
2610
- trades {
2611
- id
2612
- }
2613
2286
  orders {
2614
2287
  id
2615
2288
  clientOrderId
@@ -2630,9 +2303,6 @@ export const Position = {
2630
2303
  createdAt
2631
2304
  updatedAt
2632
2305
  orderId
2633
- Order {
2634
- id
2635
- }
2636
2306
  }
2637
2307
  takeProfit {
2638
2308
  id
@@ -2641,9 +2311,6 @@ export const Position = {
2641
2311
  createdAt
2642
2312
  updatedAt
2643
2313
  orderId
2644
- Order {
2645
- id
2646
- }
2647
2314
  }
2648
2315
  trailPrice
2649
2316
  trailPercent
@@ -2655,9 +2322,6 @@ export const Position = {
2655
2322
  filledAt
2656
2323
  filledAvgPrice
2657
2324
  actionId
2658
- alpacaAccount {
2659
- id
2660
- }
2661
2325
  action {
2662
2326
  id
2663
2327
  sequence
@@ -2666,15 +2330,6 @@ export const Position = {
2666
2330
  note
2667
2331
  status
2668
2332
  fee
2669
- trade {
2670
- id
2671
- }
2672
- order {
2673
- id
2674
- }
2675
- }
2676
- asset {
2677
- id
2678
2333
  }
2679
2334
  fee
2680
2335
  strikePrice
@@ -2683,9 +2338,6 @@ export const Position = {
2683
2338
  stopLossId
2684
2339
  takeProfitId
2685
2340
  }
2686
- positions {
2687
- id
2688
- }
2689
2341
  alerts {
2690
2342
  id
2691
2343
  alpacaAccountId
@@ -2694,14 +2346,8 @@ export const Position = {
2694
2346
  isRead
2695
2347
  createdAt
2696
2348
  updatedAt
2697
- alpacaAccount {
2698
- id
2699
- }
2700
2349
  }
2701
2350
  }
2702
- asset {
2703
- id
2704
- }
2705
2351
  actions {
2706
2352
  id
2707
2353
  sequence
@@ -2710,9 +2356,6 @@ export const Position = {
2710
2356
  note
2711
2357
  status
2712
2358
  fee
2713
- trade {
2714
- id
2715
- }
2716
2359
  order {
2717
2360
  id
2718
2361
  clientOrderId
@@ -2733,9 +2376,6 @@ export const Position = {
2733
2376
  createdAt
2734
2377
  updatedAt
2735
2378
  orderId
2736
- Order {
2737
- id
2738
- }
2739
2379
  }
2740
2380
  takeProfit {
2741
2381
  id
@@ -2744,9 +2384,6 @@ export const Position = {
2744
2384
  createdAt
2745
2385
  updatedAt
2746
2386
  orderId
2747
- Order {
2748
- id
2749
- }
2750
2387
  }
2751
2388
  trailPrice
2752
2389
  trailPercent
@@ -2790,9 +2427,6 @@ export const Position = {
2790
2427
  stripeCurrentPeriodEnd
2791
2428
  createdAt
2792
2429
  updatedAt
2793
- users {
2794
- id
2795
- }
2796
2430
  }
2797
2431
  customerId
2798
2432
  accounts {
@@ -2810,18 +2444,12 @@ export const Position = {
2810
2444
  session_state
2811
2445
  createdAt
2812
2446
  updatedAt
2813
- user {
2814
- id
2815
- }
2816
2447
  }
2817
2448
  sessions {
2818
2449
  id
2819
2450
  sessionToken
2820
2451
  userId
2821
2452
  expires
2822
- user {
2823
- id
2824
- }
2825
2453
  createdAt
2826
2454
  updatedAt
2827
2455
  }
@@ -2831,29 +2459,14 @@ export const Position = {
2831
2459
  credentialID
2832
2460
  publicKey
2833
2461
  counter
2834
- user {
2835
- id
2836
- }
2837
2462
  createdAt
2838
2463
  updatedAt
2839
2464
  }
2840
2465
  plan
2841
- alpacaAccounts {
2842
- id
2843
- }
2844
2466
  }
2845
2467
  userId
2846
2468
  createdAt
2847
2469
  updatedAt
2848
- trades {
2849
- id
2850
- }
2851
- orders {
2852
- id
2853
- }
2854
- positions {
2855
- id
2856
- }
2857
2470
  alerts {
2858
2471
  id
2859
2472
  alpacaAccountId
@@ -2862,17 +2475,8 @@ export const Position = {
2862
2475
  isRead
2863
2476
  createdAt
2864
2477
  updatedAt
2865
- alpacaAccount {
2866
- id
2867
- }
2868
2478
  }
2869
2479
  }
2870
- action {
2871
- id
2872
- }
2873
- asset {
2874
- id
2875
- }
2876
2480
  fee
2877
2481
  strikePrice
2878
2482
  expirationDate
@@ -2902,9 +2506,6 @@ export const Position = {
2902
2506
  createdAt
2903
2507
  updatedAt
2904
2508
  orderId
2905
- Order {
2906
- id
2907
- }
2908
2509
  }
2909
2510
  takeProfit {
2910
2511
  id
@@ -2913,9 +2514,6 @@ export const Position = {
2913
2514
  createdAt
2914
2515
  updatedAt
2915
2516
  orderId
2916
- Order {
2917
- id
2918
- }
2919
2517
  }
2920
2518
  trailPrice
2921
2519
  trailPercent
@@ -2959,9 +2557,6 @@ export const Position = {
2959
2557
  stripeCurrentPeriodEnd
2960
2558
  createdAt
2961
2559
  updatedAt
2962
- users {
2963
- id
2964
- }
2965
2560
  }
2966
2561
  customerId
2967
2562
  accounts {
@@ -2979,18 +2574,12 @@ export const Position = {
2979
2574
  session_state
2980
2575
  createdAt
2981
2576
  updatedAt
2982
- user {
2983
- id
2984
- }
2985
2577
  }
2986
2578
  sessions {
2987
2579
  id
2988
2580
  sessionToken
2989
2581
  userId
2990
2582
  expires
2991
- user {
2992
- id
2993
- }
2994
2583
  createdAt
2995
2584
  updatedAt
2996
2585
  }
@@ -3000,16 +2589,10 @@ export const Position = {
3000
2589
  credentialID
3001
2590
  publicKey
3002
2591
  counter
3003
- user {
3004
- id
3005
- }
3006
2592
  createdAt
3007
2593
  updatedAt
3008
2594
  }
3009
2595
  plan
3010
- alpacaAccounts {
3011
- id
3012
- }
3013
2596
  }
3014
2597
  userId
3015
2598
  createdAt
@@ -3021,6 +2604,7 @@ export const Position = {
3021
2604
  qty
3022
2605
  price
3023
2606
  total
2607
+ optionType
3024
2608
  signal
3025
2609
  strategy
3026
2610
  analysis
@@ -3029,12 +2613,6 @@ export const Position = {
3029
2613
  createdAt
3030
2614
  updatedAt
3031
2615
  status
3032
- alpacaAccount {
3033
- id
3034
- }
3035
- asset {
3036
- id
3037
- }
3038
2616
  actions {
3039
2617
  id
3040
2618
  sequence
@@ -3043,20 +2621,8 @@ export const Position = {
3043
2621
  note
3044
2622
  status
3045
2623
  fee
3046
- trade {
3047
- id
3048
- }
3049
- order {
3050
- id
3051
- }
3052
2624
  }
3053
2625
  }
3054
- orders {
3055
- id
3056
- }
3057
- positions {
3058
- id
3059
- }
3060
2626
  alerts {
3061
2627
  id
3062
2628
  alpacaAccountId
@@ -3065,9 +2631,6 @@ export const Position = {
3065
2631
  isRead
3066
2632
  createdAt
3067
2633
  updatedAt
3068
- alpacaAccount {
3069
- id
3070
- }
3071
2634
  }
3072
2635
  }
3073
2636
  action {
@@ -3085,6 +2648,7 @@ export const Position = {
3085
2648
  qty
3086
2649
  price
3087
2650
  total
2651
+ optionType
3088
2652
  signal
3089
2653
  strategy
3090
2654
  analysis
@@ -3125,9 +2689,6 @@ export const Position = {
3125
2689
  stripeCurrentPeriodEnd
3126
2690
  createdAt
3127
2691
  updatedAt
3128
- users {
3129
- id
3130
- }
3131
2692
  }
3132
2693
  customerId
3133
2694
  accounts {
@@ -3145,18 +2706,12 @@ export const Position = {
3145
2706
  session_state
3146
2707
  createdAt
3147
2708
  updatedAt
3148
- user {
3149
- id
3150
- }
3151
2709
  }
3152
2710
  sessions {
3153
2711
  id
3154
2712
  sessionToken
3155
2713
  userId
3156
2714
  expires
3157
- user {
3158
- id
3159
- }
3160
2715
  createdAt
3161
2716
  updatedAt
3162
2717
  }
@@ -3166,29 +2721,14 @@ export const Position = {
3166
2721
  credentialID
3167
2722
  publicKey
3168
2723
  counter
3169
- user {
3170
- id
3171
- }
3172
2724
  createdAt
3173
2725
  updatedAt
3174
2726
  }
3175
2727
  plan
3176
- alpacaAccounts {
3177
- id
3178
- }
3179
2728
  }
3180
2729
  userId
3181
2730
  createdAt
3182
2731
  updatedAt
3183
- trades {
3184
- id
3185
- }
3186
- orders {
3187
- id
3188
- }
3189
- positions {
3190
- id
3191
- }
3192
2732
  alerts {
3193
2733
  id
3194
2734
  alpacaAccountId
@@ -3197,24 +2737,9 @@ export const Position = {
3197
2737
  isRead
3198
2738
  createdAt
3199
2739
  updatedAt
3200
- alpacaAccount {
3201
- id
3202
- }
3203
2740
  }
3204
2741
  }
3205
- asset {
3206
- id
3207
- }
3208
- actions {
3209
- id
3210
- }
3211
2742
  }
3212
- order {
3213
- id
3214
- }
3215
- }
3216
- asset {
3217
- id
3218
2743
  }
3219
2744
  fee
3220
2745
  strikePrice
@@ -3223,9 +2748,6 @@ export const Position = {
3223
2748
  stopLossId
3224
2749
  takeProfitId
3225
2750
  }
3226
- positions {
3227
- id
3228
- }
3229
2751
  newsMentions {
3230
2752
  id
3231
2753
  assetId
@@ -3248,12 +2770,6 @@ export const Position = {
3248
2770
  logo
3249
2771
  createdAt
3250
2772
  updatedAt
3251
- assets {
3252
- id
3253
- }
3254
- }
3255
- asset {
3256
- id
3257
2773
  }
3258
2774
  relevancyScore
3259
2775
  sentimentScore
@@ -3305,9 +2821,6 @@ export const Position = {
3305
2821
  stripeCurrentPeriodEnd
3306
2822
  createdAt
3307
2823
  updatedAt
3308
- users {
3309
- id
3310
- }
3311
2824
  }
3312
2825
  customerId
3313
2826
  accounts {
@@ -3325,18 +2838,12 @@ export const Position = {
3325
2838
  session_state
3326
2839
  createdAt
3327
2840
  updatedAt
3328
- user {
3329
- id
3330
- }
3331
2841
  }
3332
2842
  sessions {
3333
2843
  id
3334
2844
  sessionToken
3335
2845
  userId
3336
2846
  expires
3337
- user {
3338
- id
3339
- }
3340
2847
  createdAt
3341
2848
  updatedAt
3342
2849
  }
@@ -3346,16 +2853,10 @@ export const Position = {
3346
2853
  credentialID
3347
2854
  publicKey
3348
2855
  counter
3349
- user {
3350
- id
3351
- }
3352
2856
  createdAt
3353
2857
  updatedAt
3354
2858
  }
3355
2859
  plan
3356
- alpacaAccounts {
3357
- id
3358
- }
3359
2860
  }
3360
2861
  userId
3361
2862
  createdAt
@@ -3367,6 +2868,7 @@ export const Position = {
3367
2868
  qty
3368
2869
  price
3369
2870
  total
2871
+ optionType
3370
2872
  signal
3371
2873
  strategy
3372
2874
  analysis
@@ -3375,9 +2877,6 @@ export const Position = {
3375
2877
  createdAt
3376
2878
  updatedAt
3377
2879
  status
3378
- alpacaAccount {
3379
- id
3380
- }
3381
2880
  asset {
3382
2881
  id
3383
2882
  symbol
@@ -3437,9 +2936,6 @@ export const Position = {
3437
2936
  buyPrice
3438
2937
  createdAt
3439
2938
  updatedAt
3440
- trades {
3441
- id
3442
- }
3443
2939
  orders {
3444
2940
  id
3445
2941
  clientOrderId
@@ -3460,9 +2956,6 @@ export const Position = {
3460
2956
  createdAt
3461
2957
  updatedAt
3462
2958
  orderId
3463
- Order {
3464
- id
3465
- }
3466
2959
  }
3467
2960
  takeProfit {
3468
2961
  id
@@ -3471,9 +2964,6 @@ export const Position = {
3471
2964
  createdAt
3472
2965
  updatedAt
3473
2966
  orderId
3474
- Order {
3475
- id
3476
- }
3477
2967
  }
3478
2968
  trailPrice
3479
2969
  trailPercent
@@ -3485,9 +2975,6 @@ export const Position = {
3485
2975
  filledAt
3486
2976
  filledAvgPrice
3487
2977
  actionId
3488
- alpacaAccount {
3489
- id
3490
- }
3491
2978
  action {
3492
2979
  id
3493
2980
  sequence
@@ -3496,15 +2983,6 @@ export const Position = {
3496
2983
  note
3497
2984
  status
3498
2985
  fee
3499
- trade {
3500
- id
3501
- }
3502
- order {
3503
- id
3504
- }
3505
- }
3506
- asset {
3507
- id
3508
2986
  }
3509
2987
  fee
3510
2988
  strikePrice
@@ -3513,9 +2991,6 @@ export const Position = {
3513
2991
  stopLossId
3514
2992
  takeProfitId
3515
2993
  }
3516
- positions {
3517
- id
3518
- }
3519
2994
  newsMentions {
3520
2995
  id
3521
2996
  assetId
@@ -3538,12 +3013,6 @@ export const Position = {
3538
3013
  logo
3539
3014
  createdAt
3540
3015
  updatedAt
3541
- assets {
3542
- id
3543
- }
3544
- }
3545
- asset {
3546
- id
3547
3016
  }
3548
3017
  relevancyScore
3549
3018
  sentimentScore
@@ -3558,9 +3027,6 @@ export const Position = {
3558
3027
  note
3559
3028
  status
3560
3029
  fee
3561
- trade {
3562
- id
3563
- }
3564
3030
  order {
3565
3031
  id
3566
3032
  clientOrderId
@@ -3581,9 +3047,6 @@ export const Position = {
3581
3047
  createdAt
3582
3048
  updatedAt
3583
3049
  orderId
3584
- Order {
3585
- id
3586
- }
3587
3050
  }
3588
3051
  takeProfit {
3589
3052
  id
@@ -3592,9 +3055,6 @@ export const Position = {
3592
3055
  createdAt
3593
3056
  updatedAt
3594
3057
  orderId
3595
- Order {
3596
- id
3597
- }
3598
3058
  }
3599
3059
  trailPrice
3600
3060
  trailPercent
@@ -3606,12 +3066,6 @@ export const Position = {
3606
3066
  filledAt
3607
3067
  filledAvgPrice
3608
3068
  actionId
3609
- alpacaAccount {
3610
- id
3611
- }
3612
- action {
3613
- id
3614
- }
3615
3069
  asset {
3616
3070
  id
3617
3071
  symbol
@@ -3671,15 +3125,6 @@ export const Position = {
3671
3125
  buyPrice
3672
3126
  createdAt
3673
3127
  updatedAt
3674
- trades {
3675
- id
3676
- }
3677
- orders {
3678
- id
3679
- }
3680
- positions {
3681
- id
3682
- }
3683
3128
  newsMentions {
3684
3129
  id
3685
3130
  assetId
@@ -3702,12 +3147,6 @@ export const Position = {
3702
3147
  logo
3703
3148
  createdAt
3704
3149
  updatedAt
3705
- assets {
3706
- id
3707
- }
3708
- }
3709
- asset {
3710
- id
3711
3150
  }
3712
3151
  relevancyScore
3713
3152
  sentimentScore
@@ -3743,9 +3182,6 @@ export const Position = {
3743
3182
  createdAt
3744
3183
  updatedAt
3745
3184
  orderId
3746
- Order {
3747
- id
3748
- }
3749
3185
  }
3750
3186
  takeProfit {
3751
3187
  id
@@ -3754,9 +3190,6 @@ export const Position = {
3754
3190
  createdAt
3755
3191
  updatedAt
3756
3192
  orderId
3757
- Order {
3758
- id
3759
- }
3760
3193
  }
3761
3194
  trailPrice
3762
3195
  trailPercent
@@ -3768,9 +3201,6 @@ export const Position = {
3768
3201
  filledAt
3769
3202
  filledAvgPrice
3770
3203
  actionId
3771
- alpacaAccount {
3772
- id
3773
- }
3774
3204
  action {
3775
3205
  id
3776
3206
  sequence
@@ -3786,6 +3216,7 @@ export const Position = {
3786
3216
  qty
3787
3217
  price
3788
3218
  total
3219
+ optionType
3789
3220
  signal
3790
3221
  strategy
3791
3222
  analysis
@@ -3794,9 +3225,6 @@ export const Position = {
3794
3225
  createdAt
3795
3226
  updatedAt
3796
3227
  status
3797
- alpacaAccount {
3798
- id
3799
- }
3800
3228
  asset {
3801
3229
  id
3802
3230
  symbol
@@ -3856,15 +3284,6 @@ export const Position = {
3856
3284
  buyPrice
3857
3285
  createdAt
3858
3286
  updatedAt
3859
- trades {
3860
- id
3861
- }
3862
- orders {
3863
- id
3864
- }
3865
- positions {
3866
- id
3867
- }
3868
3287
  newsMentions {
3869
3288
  id
3870
3289
  assetId
@@ -3887,24 +3306,12 @@ export const Position = {
3887
3306
  logo
3888
3307
  createdAt
3889
3308
  updatedAt
3890
- assets {
3891
- id
3892
- }
3893
- }
3894
- asset {
3895
- id
3896
3309
  }
3897
3310
  relevancyScore
3898
3311
  sentimentScore
3899
3312
  sentimentLabel
3900
3313
  }
3901
3314
  }
3902
- actions {
3903
- id
3904
- }
3905
- }
3906
- order {
3907
- id
3908
3315
  }
3909
3316
  }
3910
3317
  asset {
@@ -3973,6 +3380,7 @@ export const Position = {
3973
3380
  qty
3974
3381
  price
3975
3382
  total
3383
+ optionType
3976
3384
  signal
3977
3385
  strategy
3978
3386
  analysis
@@ -3981,12 +3389,6 @@ export const Position = {
3981
3389
  createdAt
3982
3390
  updatedAt
3983
3391
  status
3984
- alpacaAccount {
3985
- id
3986
- }
3987
- asset {
3988
- id
3989
- }
3990
3392
  actions {
3991
3393
  id
3992
3394
  sequence
@@ -3995,20 +3397,8 @@ export const Position = {
3995
3397
  note
3996
3398
  status
3997
3399
  fee
3998
- trade {
3999
- id
4000
- }
4001
- order {
4002
- id
4003
- }
4004
3400
  }
4005
3401
  }
4006
- orders {
4007
- id
4008
- }
4009
- positions {
4010
- id
4011
- }
4012
3402
  newsMentions {
4013
3403
  id
4014
3404
  assetId
@@ -4031,12 +3421,6 @@ export const Position = {
4031
3421
  logo
4032
3422
  createdAt
4033
3423
  updatedAt
4034
- assets {
4035
- id
4036
- }
4037
- }
4038
- asset {
4039
- id
4040
3424
  }
4041
3425
  relevancyScore
4042
3426
  sentimentScore
@@ -4050,9 +3434,6 @@ export const Position = {
4050
3434
  stopLossId
4051
3435
  takeProfitId
4052
3436
  }
4053
- positions {
4054
- id
4055
- }
4056
3437
  alerts {
4057
3438
  id
4058
3439
  alpacaAccountId
@@ -4061,9 +3442,6 @@ export const Position = {
4061
3442
  isRead
4062
3443
  createdAt
4063
3444
  updatedAt
4064
- alpacaAccount {
4065
- id
4066
- }
4067
3445
  }
4068
3446
  }
4069
3447
  alpacaAccountId
@@ -4316,6 +3694,9 @@ export const Position = {
4316
3694
  total: item.total !== undefined ? {
4317
3695
  set: item.total
4318
3696
  } : undefined,
3697
+ optionType: item.optionType !== undefined ? {
3698
+ set: item.optionType
3699
+ } : undefined,
4319
3700
  signal: item.signal !== undefined ? {
4320
3701
  set: item.signal
4321
3702
  } : undefined,
@@ -4417,6 +3798,7 @@ export const Position = {
4417
3798
  qty: item.qty !== undefined ? item.qty : undefined,
4418
3799
  price: item.price !== undefined ? item.price : undefined,
4419
3800
  total: item.total !== undefined ? item.total : undefined,
3801
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
4420
3802
  signal: item.signal !== undefined ? item.signal : undefined,
4421
3803
  strategy: item.strategy !== undefined ? item.strategy : undefined,
4422
3804
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -4975,6 +4357,7 @@ export const Position = {
4975
4357
  qty: item.qty !== undefined ? item.qty : undefined,
4976
4358
  price: item.price !== undefined ? item.price : undefined,
4977
4359
  total: item.total !== undefined ? item.total : undefined,
4360
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
4978
4361
  signal: item.signal !== undefined ? item.signal : undefined,
4979
4362
  strategy: item.strategy !== undefined ? item.strategy : undefined,
4980
4363
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -5520,6 +4903,9 @@ export const Position = {
5520
4903
  total: item.total !== undefined ? {
5521
4904
  set: item.total
5522
4905
  } : undefined,
4906
+ optionType: item.optionType !== undefined ? {
4907
+ set: item.optionType
4908
+ } : undefined,
5523
4909
  signal: item.signal !== undefined ? {
5524
4910
  set: item.signal
5525
4911
  } : undefined,
@@ -5819,6 +5205,7 @@ export const Position = {
5819
5205
  qty: item.qty !== undefined ? item.qty : undefined,
5820
5206
  price: item.price !== undefined ? item.price : undefined,
5821
5207
  total: item.total !== undefined ? item.total : undefined,
5208
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
5822
5209
  signal: item.signal !== undefined ? item.signal : undefined,
5823
5210
  strategy: item.strategy !== undefined ? item.strategy : undefined,
5824
5211
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -6625,6 +6012,7 @@ export const Position = {
6625
6012
  qty: item.qty !== undefined ? item.qty : undefined,
6626
6013
  price: item.price !== undefined ? item.price : undefined,
6627
6014
  total: item.total !== undefined ? item.total : undefined,
6015
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
6628
6016
  signal: item.signal !== undefined ? item.signal : undefined,
6629
6017
  strategy: item.strategy !== undefined ? item.strategy : undefined,
6630
6018
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -7181,6 +6569,9 @@ export const Position = {
7181
6569
  total: item.total !== undefined ? {
7182
6570
  set: item.total
7183
6571
  } : undefined,
6572
+ optionType: item.optionType !== undefined ? {
6573
+ set: item.optionType
6574
+ } : undefined,
7184
6575
  signal: item.signal !== undefined ? {
7185
6576
  set: item.signal
7186
6577
  } : undefined,
@@ -7282,6 +6673,7 @@ export const Position = {
7282
6673
  qty: item.qty !== undefined ? item.qty : undefined,
7283
6674
  price: item.price !== undefined ? item.price : undefined,
7284
6675
  total: item.total !== undefined ? item.total : undefined,
6676
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
7285
6677
  signal: item.signal !== undefined ? item.signal : undefined,
7286
6678
  strategy: item.strategy !== undefined ? item.strategy : undefined,
7287
6679
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -7840,6 +7232,7 @@ export const Position = {
7840
7232
  qty: item.qty !== undefined ? item.qty : undefined,
7841
7233
  price: item.price !== undefined ? item.price : undefined,
7842
7234
  total: item.total !== undefined ? item.total : undefined,
7235
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
7843
7236
  signal: item.signal !== undefined ? item.signal : undefined,
7844
7237
  strategy: item.strategy !== undefined ? item.strategy : undefined,
7845
7238
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -8385,6 +7778,9 @@ export const Position = {
8385
7778
  total: item.total !== undefined ? {
8386
7779
  set: item.total
8387
7780
  } : undefined,
7781
+ optionType: item.optionType !== undefined ? {
7782
+ set: item.optionType
7783
+ } : undefined,
8388
7784
  signal: item.signal !== undefined ? {
8389
7785
  set: item.signal
8390
7786
  } : undefined,
@@ -8684,6 +8080,7 @@ export const Position = {
8684
8080
  qty: item.qty !== undefined ? item.qty : undefined,
8685
8081
  price: item.price !== undefined ? item.price : undefined,
8686
8082
  total: item.total !== undefined ? item.total : undefined,
8083
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
8687
8084
  signal: item.signal !== undefined ? item.signal : undefined,
8688
8085
  strategy: item.strategy !== undefined ? item.strategy : undefined,
8689
8086
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -9490,6 +8887,7 @@ export const Position = {
9490
8887
  qty: item.qty !== undefined ? item.qty : undefined,
9491
8888
  price: item.price !== undefined ? item.price : undefined,
9492
8889
  total: item.total !== undefined ? item.total : undefined,
8890
+ optionType: item.optionType !== undefined ? item.optionType : undefined,
9493
8891
  signal: item.signal !== undefined ? item.signal : undefined,
9494
8892
  strategy: item.strategy !== undefined ? item.strategy : undefined,
9495
8893
  analysis: item.analysis !== undefined ? item.analysis : undefined,
@@ -9864,6 +9262,7 @@ export const Position = {
9864
9262
  qty
9865
9263
  price
9866
9264
  total
9265
+ optionType
9867
9266
  signal
9868
9267
  strategy
9869
9268
  analysis
@@ -9904,9 +9303,6 @@ export const Position = {
9904
9303
  stripeCurrentPeriodEnd
9905
9304
  createdAt
9906
9305
  updatedAt
9907
- users {
9908
- id
9909
- }
9910
9306
  }
9911
9307
  customerId
9912
9308
  accounts {
@@ -9924,18 +9320,12 @@ export const Position = {
9924
9320
  session_state
9925
9321
  createdAt
9926
9322
  updatedAt
9927
- user {
9928
- id
9929
- }
9930
9323
  }
9931
9324
  sessions {
9932
9325
  id
9933
9326
  sessionToken
9934
9327
  userId
9935
9328
  expires
9936
- user {
9937
- id
9938
- }
9939
9329
  createdAt
9940
9330
  updatedAt
9941
9331
  }
@@ -9945,23 +9335,14 @@ export const Position = {
9945
9335
  credentialID
9946
9336
  publicKey
9947
9337
  counter
9948
- user {
9949
- id
9950
- }
9951
9338
  createdAt
9952
9339
  updatedAt
9953
9340
  }
9954
9341
  plan
9955
- alpacaAccounts {
9956
- id
9957
- }
9958
9342
  }
9959
9343
  userId
9960
9344
  createdAt
9961
9345
  updatedAt
9962
- trades {
9963
- id
9964
- }
9965
9346
  orders {
9966
9347
  id
9967
9348
  clientOrderId
@@ -9982,9 +9363,6 @@ export const Position = {
9982
9363
  createdAt
9983
9364
  updatedAt
9984
9365
  orderId
9985
- Order {
9986
- id
9987
- }
9988
9366
  }
9989
9367
  takeProfit {
9990
9368
  id
@@ -9993,9 +9371,6 @@ export const Position = {
9993
9371
  createdAt
9994
9372
  updatedAt
9995
9373
  orderId
9996
- Order {
9997
- id
9998
- }
9999
9374
  }
10000
9375
  trailPrice
10001
9376
  trailPercent
@@ -10007,9 +9382,6 @@ export const Position = {
10007
9382
  filledAt
10008
9383
  filledAvgPrice
10009
9384
  actionId
10010
- alpacaAccount {
10011
- id
10012
- }
10013
9385
  action {
10014
9386
  id
10015
9387
  sequence
@@ -10018,15 +9390,6 @@ export const Position = {
10018
9390
  note
10019
9391
  status
10020
9392
  fee
10021
- trade {
10022
- id
10023
- }
10024
- order {
10025
- id
10026
- }
10027
- }
10028
- asset {
10029
- id
10030
9393
  }
10031
9394
  fee
10032
9395
  strikePrice
@@ -10035,9 +9398,6 @@ export const Position = {
10035
9398
  stopLossId
10036
9399
  takeProfitId
10037
9400
  }
10038
- positions {
10039
- id
10040
- }
10041
9401
  alerts {
10042
9402
  id
10043
9403
  alpacaAccountId
@@ -10046,14 +9406,8 @@ export const Position = {
10046
9406
  isRead
10047
9407
  createdAt
10048
9408
  updatedAt
10049
- alpacaAccount {
10050
- id
10051
- }
10052
9409
  }
10053
9410
  }
10054
- asset {
10055
- id
10056
- }
10057
9411
  actions {
10058
9412
  id
10059
9413
  sequence
@@ -10062,9 +9416,6 @@ export const Position = {
10062
9416
  note
10063
9417
  status
10064
9418
  fee
10065
- trade {
10066
- id
10067
- }
10068
9419
  order {
10069
9420
  id
10070
9421
  clientOrderId
@@ -10085,9 +9436,6 @@ export const Position = {
10085
9436
  createdAt
10086
9437
  updatedAt
10087
9438
  orderId
10088
- Order {
10089
- id
10090
- }
10091
9439
  }
10092
9440
  takeProfit {
10093
9441
  id
@@ -10096,9 +9444,6 @@ export const Position = {
10096
9444
  createdAt
10097
9445
  updatedAt
10098
9446
  orderId
10099
- Order {
10100
- id
10101
- }
10102
9447
  }
10103
9448
  trailPrice
10104
9449
  trailPercent
@@ -10142,9 +9487,6 @@ export const Position = {
10142
9487
  stripeCurrentPeriodEnd
10143
9488
  createdAt
10144
9489
  updatedAt
10145
- users {
10146
- id
10147
- }
10148
9490
  }
10149
9491
  customerId
10150
9492
  accounts {
@@ -10162,18 +9504,12 @@ export const Position = {
10162
9504
  session_state
10163
9505
  createdAt
10164
9506
  updatedAt
10165
- user {
10166
- id
10167
- }
10168
9507
  }
10169
9508
  sessions {
10170
9509
  id
10171
9510
  sessionToken
10172
9511
  userId
10173
9512
  expires
10174
- user {
10175
- id
10176
- }
10177
9513
  createdAt
10178
9514
  updatedAt
10179
9515
  }
@@ -10183,29 +9519,14 @@ export const Position = {
10183
9519
  credentialID
10184
9520
  publicKey
10185
9521
  counter
10186
- user {
10187
- id
10188
- }
10189
9522
  createdAt
10190
9523
  updatedAt
10191
9524
  }
10192
9525
  plan
10193
- alpacaAccounts {
10194
- id
10195
- }
10196
9526
  }
10197
9527
  userId
10198
9528
  createdAt
10199
9529
  updatedAt
10200
- trades {
10201
- id
10202
- }
10203
- orders {
10204
- id
10205
- }
10206
- positions {
10207
- id
10208
- }
10209
9530
  alerts {
10210
9531
  id
10211
9532
  alpacaAccountId
@@ -10214,17 +9535,8 @@ export const Position = {
10214
9535
  isRead
10215
9536
  createdAt
10216
9537
  updatedAt
10217
- alpacaAccount {
10218
- id
10219
- }
10220
9538
  }
10221
9539
  }
10222
- action {
10223
- id
10224
- }
10225
- asset {
10226
- id
10227
- }
10228
9540
  fee
10229
9541
  strikePrice
10230
9542
  expirationDate
@@ -10254,9 +9566,6 @@ export const Position = {
10254
9566
  createdAt
10255
9567
  updatedAt
10256
9568
  orderId
10257
- Order {
10258
- id
10259
- }
10260
9569
  }
10261
9570
  takeProfit {
10262
9571
  id
@@ -10265,9 +9574,6 @@ export const Position = {
10265
9574
  createdAt
10266
9575
  updatedAt
10267
9576
  orderId
10268
- Order {
10269
- id
10270
- }
10271
9577
  }
10272
9578
  trailPrice
10273
9579
  trailPercent
@@ -10311,9 +9617,6 @@ export const Position = {
10311
9617
  stripeCurrentPeriodEnd
10312
9618
  createdAt
10313
9619
  updatedAt
10314
- users {
10315
- id
10316
- }
10317
9620
  }
10318
9621
  customerId
10319
9622
  accounts {
@@ -10331,18 +9634,12 @@ export const Position = {
10331
9634
  session_state
10332
9635
  createdAt
10333
9636
  updatedAt
10334
- user {
10335
- id
10336
- }
10337
9637
  }
10338
9638
  sessions {
10339
9639
  id
10340
9640
  sessionToken
10341
9641
  userId
10342
9642
  expires
10343
- user {
10344
- id
10345
- }
10346
9643
  createdAt
10347
9644
  updatedAt
10348
9645
  }
@@ -10352,16 +9649,10 @@ export const Position = {
10352
9649
  credentialID
10353
9650
  publicKey
10354
9651
  counter
10355
- user {
10356
- id
10357
- }
10358
9652
  createdAt
10359
9653
  updatedAt
10360
9654
  }
10361
9655
  plan
10362
- alpacaAccounts {
10363
- id
10364
- }
10365
9656
  }
10366
9657
  userId
10367
9658
  createdAt
@@ -10373,6 +9664,7 @@ export const Position = {
10373
9664
  qty
10374
9665
  price
10375
9666
  total
9667
+ optionType
10376
9668
  signal
10377
9669
  strategy
10378
9670
  analysis
@@ -10381,12 +9673,6 @@ export const Position = {
10381
9673
  createdAt
10382
9674
  updatedAt
10383
9675
  status
10384
- alpacaAccount {
10385
- id
10386
- }
10387
- asset {
10388
- id
10389
- }
10390
9676
  actions {
10391
9677
  id
10392
9678
  sequence
@@ -10395,20 +9681,8 @@ export const Position = {
10395
9681
  note
10396
9682
  status
10397
9683
  fee
10398
- trade {
10399
- id
10400
- }
10401
- order {
10402
- id
10403
- }
10404
9684
  }
10405
9685
  }
10406
- orders {
10407
- id
10408
- }
10409
- positions {
10410
- id
10411
- }
10412
9686
  alerts {
10413
9687
  id
10414
9688
  alpacaAccountId
@@ -10417,9 +9691,6 @@ export const Position = {
10417
9691
  isRead
10418
9692
  createdAt
10419
9693
  updatedAt
10420
- alpacaAccount {
10421
- id
10422
- }
10423
9694
  }
10424
9695
  }
10425
9696
  action {
@@ -10437,6 +9708,7 @@ export const Position = {
10437
9708
  qty
10438
9709
  price
10439
9710
  total
9711
+ optionType
10440
9712
  signal
10441
9713
  strategy
10442
9714
  analysis
@@ -10477,9 +9749,6 @@ export const Position = {
10477
9749
  stripeCurrentPeriodEnd
10478
9750
  createdAt
10479
9751
  updatedAt
10480
- users {
10481
- id
10482
- }
10483
9752
  }
10484
9753
  customerId
10485
9754
  accounts {
@@ -10497,18 +9766,12 @@ export const Position = {
10497
9766
  session_state
10498
9767
  createdAt
10499
9768
  updatedAt
10500
- user {
10501
- id
10502
- }
10503
9769
  }
10504
9770
  sessions {
10505
9771
  id
10506
9772
  sessionToken
10507
9773
  userId
10508
9774
  expires
10509
- user {
10510
- id
10511
- }
10512
9775
  createdAt
10513
9776
  updatedAt
10514
9777
  }
@@ -10518,29 +9781,14 @@ export const Position = {
10518
9781
  credentialID
10519
9782
  publicKey
10520
9783
  counter
10521
- user {
10522
- id
10523
- }
10524
9784
  createdAt
10525
9785
  updatedAt
10526
9786
  }
10527
9787
  plan
10528
- alpacaAccounts {
10529
- id
10530
- }
10531
9788
  }
10532
9789
  userId
10533
9790
  createdAt
10534
9791
  updatedAt
10535
- trades {
10536
- id
10537
- }
10538
- orders {
10539
- id
10540
- }
10541
- positions {
10542
- id
10543
- }
10544
9792
  alerts {
10545
9793
  id
10546
9794
  alpacaAccountId
@@ -10549,25 +9797,10 @@ export const Position = {
10549
9797
  isRead
10550
9798
  createdAt
10551
9799
  updatedAt
10552
- alpacaAccount {
10553
- id
10554
- }
10555
9800
  }
10556
9801
  }
10557
- asset {
10558
- id
10559
- }
10560
- actions {
10561
- id
10562
- }
10563
- }
10564
- order {
10565
- id
10566
9802
  }
10567
9803
  }
10568
- asset {
10569
- id
10570
- }
10571
9804
  fee
10572
9805
  strikePrice
10573
9806
  expirationDate
@@ -10575,9 +9808,6 @@ export const Position = {
10575
9808
  stopLossId
10576
9809
  takeProfitId
10577
9810
  }
10578
- positions {
10579
- id
10580
- }
10581
9811
  newsMentions {
10582
9812
  id
10583
9813
  assetId
@@ -10600,12 +9830,6 @@ export const Position = {
10600
9830
  logo
10601
9831
  createdAt
10602
9832
  updatedAt
10603
- assets {
10604
- id
10605
- }
10606
- }
10607
- asset {
10608
- id
10609
9833
  }
10610
9834
  relevancyScore
10611
9835
  sentimentScore
@@ -10657,9 +9881,6 @@ export const Position = {
10657
9881
  stripeCurrentPeriodEnd
10658
9882
  createdAt
10659
9883
  updatedAt
10660
- users {
10661
- id
10662
- }
10663
9884
  }
10664
9885
  customerId
10665
9886
  accounts {
@@ -10677,18 +9898,12 @@ export const Position = {
10677
9898
  session_state
10678
9899
  createdAt
10679
9900
  updatedAt
10680
- user {
10681
- id
10682
- }
10683
9901
  }
10684
9902
  sessions {
10685
9903
  id
10686
9904
  sessionToken
10687
9905
  userId
10688
9906
  expires
10689
- user {
10690
- id
10691
- }
10692
9907
  createdAt
10693
9908
  updatedAt
10694
9909
  }
@@ -10698,16 +9913,10 @@ export const Position = {
10698
9913
  credentialID
10699
9914
  publicKey
10700
9915
  counter
10701
- user {
10702
- id
10703
- }
10704
9916
  createdAt
10705
9917
  updatedAt
10706
9918
  }
10707
9919
  plan
10708
- alpacaAccounts {
10709
- id
10710
- }
10711
9920
  }
10712
9921
  userId
10713
9922
  createdAt
@@ -10719,6 +9928,7 @@ export const Position = {
10719
9928
  qty
10720
9929
  price
10721
9930
  total
9931
+ optionType
10722
9932
  signal
10723
9933
  strategy
10724
9934
  analysis
@@ -10727,9 +9937,6 @@ export const Position = {
10727
9937
  createdAt
10728
9938
  updatedAt
10729
9939
  status
10730
- alpacaAccount {
10731
- id
10732
- }
10733
9940
  asset {
10734
9941
  id
10735
9942
  symbol
@@ -10789,9 +9996,6 @@ export const Position = {
10789
9996
  buyPrice
10790
9997
  createdAt
10791
9998
  updatedAt
10792
- trades {
10793
- id
10794
- }
10795
9999
  orders {
10796
10000
  id
10797
10001
  clientOrderId
@@ -10812,9 +10016,6 @@ export const Position = {
10812
10016
  createdAt
10813
10017
  updatedAt
10814
10018
  orderId
10815
- Order {
10816
- id
10817
- }
10818
10019
  }
10819
10020
  takeProfit {
10820
10021
  id
@@ -10823,9 +10024,6 @@ export const Position = {
10823
10024
  createdAt
10824
10025
  updatedAt
10825
10026
  orderId
10826
- Order {
10827
- id
10828
- }
10829
10027
  }
10830
10028
  trailPrice
10831
10029
  trailPercent
@@ -10837,9 +10035,6 @@ export const Position = {
10837
10035
  filledAt
10838
10036
  filledAvgPrice
10839
10037
  actionId
10840
- alpacaAccount {
10841
- id
10842
- }
10843
10038
  action {
10844
10039
  id
10845
10040
  sequence
@@ -10848,15 +10043,6 @@ export const Position = {
10848
10043
  note
10849
10044
  status
10850
10045
  fee
10851
- trade {
10852
- id
10853
- }
10854
- order {
10855
- id
10856
- }
10857
- }
10858
- asset {
10859
- id
10860
10046
  }
10861
10047
  fee
10862
10048
  strikePrice
@@ -10865,9 +10051,6 @@ export const Position = {
10865
10051
  stopLossId
10866
10052
  takeProfitId
10867
10053
  }
10868
- positions {
10869
- id
10870
- }
10871
10054
  newsMentions {
10872
10055
  id
10873
10056
  assetId
@@ -10890,12 +10073,6 @@ export const Position = {
10890
10073
  logo
10891
10074
  createdAt
10892
10075
  updatedAt
10893
- assets {
10894
- id
10895
- }
10896
- }
10897
- asset {
10898
- id
10899
10076
  }
10900
10077
  relevancyScore
10901
10078
  sentimentScore
@@ -10910,9 +10087,6 @@ export const Position = {
10910
10087
  note
10911
10088
  status
10912
10089
  fee
10913
- trade {
10914
- id
10915
- }
10916
10090
  order {
10917
10091
  id
10918
10092
  clientOrderId
@@ -10933,9 +10107,6 @@ export const Position = {
10933
10107
  createdAt
10934
10108
  updatedAt
10935
10109
  orderId
10936
- Order {
10937
- id
10938
- }
10939
10110
  }
10940
10111
  takeProfit {
10941
10112
  id
@@ -10944,9 +10115,6 @@ export const Position = {
10944
10115
  createdAt
10945
10116
  updatedAt
10946
10117
  orderId
10947
- Order {
10948
- id
10949
- }
10950
10118
  }
10951
10119
  trailPrice
10952
10120
  trailPercent
@@ -10958,12 +10126,6 @@ export const Position = {
10958
10126
  filledAt
10959
10127
  filledAvgPrice
10960
10128
  actionId
10961
- alpacaAccount {
10962
- id
10963
- }
10964
- action {
10965
- id
10966
- }
10967
10129
  asset {
10968
10130
  id
10969
10131
  symbol
@@ -11023,15 +10185,6 @@ export const Position = {
11023
10185
  buyPrice
11024
10186
  createdAt
11025
10187
  updatedAt
11026
- trades {
11027
- id
11028
- }
11029
- orders {
11030
- id
11031
- }
11032
- positions {
11033
- id
11034
- }
11035
10188
  newsMentions {
11036
10189
  id
11037
10190
  assetId
@@ -11054,12 +10207,6 @@ export const Position = {
11054
10207
  logo
11055
10208
  createdAt
11056
10209
  updatedAt
11057
- assets {
11058
- id
11059
- }
11060
- }
11061
- asset {
11062
- id
11063
10210
  }
11064
10211
  relevancyScore
11065
10212
  sentimentScore
@@ -11095,9 +10242,6 @@ export const Position = {
11095
10242
  createdAt
11096
10243
  updatedAt
11097
10244
  orderId
11098
- Order {
11099
- id
11100
- }
11101
10245
  }
11102
10246
  takeProfit {
11103
10247
  id
@@ -11106,9 +10250,6 @@ export const Position = {
11106
10250
  createdAt
11107
10251
  updatedAt
11108
10252
  orderId
11109
- Order {
11110
- id
11111
- }
11112
10253
  }
11113
10254
  trailPrice
11114
10255
  trailPercent
@@ -11120,9 +10261,6 @@ export const Position = {
11120
10261
  filledAt
11121
10262
  filledAvgPrice
11122
10263
  actionId
11123
- alpacaAccount {
11124
- id
11125
- }
11126
10264
  action {
11127
10265
  id
11128
10266
  sequence
@@ -11138,6 +10276,7 @@ export const Position = {
11138
10276
  qty
11139
10277
  price
11140
10278
  total
10279
+ optionType
11141
10280
  signal
11142
10281
  strategy
11143
10282
  analysis
@@ -11146,9 +10285,6 @@ export const Position = {
11146
10285
  createdAt
11147
10286
  updatedAt
11148
10287
  status
11149
- alpacaAccount {
11150
- id
11151
- }
11152
10288
  asset {
11153
10289
  id
11154
10290
  symbol
@@ -11208,15 +10344,6 @@ export const Position = {
11208
10344
  buyPrice
11209
10345
  createdAt
11210
10346
  updatedAt
11211
- trades {
11212
- id
11213
- }
11214
- orders {
11215
- id
11216
- }
11217
- positions {
11218
- id
11219
- }
11220
10347
  newsMentions {
11221
10348
  id
11222
10349
  assetId
@@ -11239,24 +10366,12 @@ export const Position = {
11239
10366
  logo
11240
10367
  createdAt
11241
10368
  updatedAt
11242
- assets {
11243
- id
11244
- }
11245
- }
11246
- asset {
11247
- id
11248
10369
  }
11249
10370
  relevancyScore
11250
10371
  sentimentScore
11251
10372
  sentimentLabel
11252
10373
  }
11253
10374
  }
11254
- actions {
11255
- id
11256
- }
11257
- }
11258
- order {
11259
- id
11260
10375
  }
11261
10376
  }
11262
10377
  asset {
@@ -11325,6 +10440,7 @@ export const Position = {
11325
10440
  qty
11326
10441
  price
11327
10442
  total
10443
+ optionType
11328
10444
  signal
11329
10445
  strategy
11330
10446
  analysis
@@ -11333,12 +10449,6 @@ export const Position = {
11333
10449
  createdAt
11334
10450
  updatedAt
11335
10451
  status
11336
- alpacaAccount {
11337
- id
11338
- }
11339
- asset {
11340
- id
11341
- }
11342
10452
  actions {
11343
10453
  id
11344
10454
  sequence
@@ -11347,20 +10457,8 @@ export const Position = {
11347
10457
  note
11348
10458
  status
11349
10459
  fee
11350
- trade {
11351
- id
11352
- }
11353
- order {
11354
- id
11355
- }
11356
10460
  }
11357
10461
  }
11358
- orders {
11359
- id
11360
- }
11361
- positions {
11362
- id
11363
- }
11364
10462
  newsMentions {
11365
10463
  id
11366
10464
  assetId
@@ -11383,12 +10481,6 @@ export const Position = {
11383
10481
  logo
11384
10482
  createdAt
11385
10483
  updatedAt
11386
- assets {
11387
- id
11388
- }
11389
- }
11390
- asset {
11391
- id
11392
10484
  }
11393
10485
  relevancyScore
11394
10486
  sentimentScore
@@ -11402,9 +10494,6 @@ export const Position = {
11402
10494
  stopLossId
11403
10495
  takeProfitId
11404
10496
  }
11405
- positions {
11406
- id
11407
- }
11408
10497
  alerts {
11409
10498
  id
11410
10499
  alpacaAccountId
@@ -11413,9 +10502,6 @@ export const Position = {
11413
10502
  isRead
11414
10503
  createdAt
11415
10504
  updatedAt
11416
- alpacaAccount {
11417
- id
11418
- }
11419
10505
  }
11420
10506
  }
11421
10507
  alpacaAccountId
@@ -11521,6 +10607,7 @@ export const Position = {
11521
10607
  qty
11522
10608
  price
11523
10609
  total
10610
+ optionType
11524
10611
  signal
11525
10612
  strategy
11526
10613
  analysis
@@ -11561,9 +10648,6 @@ export const Position = {
11561
10648
  stripeCurrentPeriodEnd
11562
10649
  createdAt
11563
10650
  updatedAt
11564
- users {
11565
- id
11566
- }
11567
10651
  }
11568
10652
  customerId
11569
10653
  accounts {
@@ -11581,18 +10665,12 @@ export const Position = {
11581
10665
  session_state
11582
10666
  createdAt
11583
10667
  updatedAt
11584
- user {
11585
- id
11586
- }
11587
10668
  }
11588
10669
  sessions {
11589
10670
  id
11590
10671
  sessionToken
11591
10672
  userId
11592
10673
  expires
11593
- user {
11594
- id
11595
- }
11596
10674
  createdAt
11597
10675
  updatedAt
11598
10676
  }
@@ -11602,23 +10680,14 @@ export const Position = {
11602
10680
  credentialID
11603
10681
  publicKey
11604
10682
  counter
11605
- user {
11606
- id
11607
- }
11608
10683
  createdAt
11609
10684
  updatedAt
11610
10685
  }
11611
10686
  plan
11612
- alpacaAccounts {
11613
- id
11614
- }
11615
10687
  }
11616
10688
  userId
11617
10689
  createdAt
11618
10690
  updatedAt
11619
- trades {
11620
- id
11621
- }
11622
10691
  orders {
11623
10692
  id
11624
10693
  clientOrderId
@@ -11639,9 +10708,6 @@ export const Position = {
11639
10708
  createdAt
11640
10709
  updatedAt
11641
10710
  orderId
11642
- Order {
11643
- id
11644
- }
11645
10711
  }
11646
10712
  takeProfit {
11647
10713
  id
@@ -11650,9 +10716,6 @@ export const Position = {
11650
10716
  createdAt
11651
10717
  updatedAt
11652
10718
  orderId
11653
- Order {
11654
- id
11655
- }
11656
10719
  }
11657
10720
  trailPrice
11658
10721
  trailPercent
@@ -11664,9 +10727,6 @@ export const Position = {
11664
10727
  filledAt
11665
10728
  filledAvgPrice
11666
10729
  actionId
11667
- alpacaAccount {
11668
- id
11669
- }
11670
10730
  action {
11671
10731
  id
11672
10732
  sequence
@@ -11675,15 +10735,6 @@ export const Position = {
11675
10735
  note
11676
10736
  status
11677
10737
  fee
11678
- trade {
11679
- id
11680
- }
11681
- order {
11682
- id
11683
- }
11684
- }
11685
- asset {
11686
- id
11687
10738
  }
11688
10739
  fee
11689
10740
  strikePrice
@@ -11692,9 +10743,6 @@ export const Position = {
11692
10743
  stopLossId
11693
10744
  takeProfitId
11694
10745
  }
11695
- positions {
11696
- id
11697
- }
11698
10746
  alerts {
11699
10747
  id
11700
10748
  alpacaAccountId
@@ -11703,14 +10751,8 @@ export const Position = {
11703
10751
  isRead
11704
10752
  createdAt
11705
10753
  updatedAt
11706
- alpacaAccount {
11707
- id
11708
- }
11709
10754
  }
11710
10755
  }
11711
- asset {
11712
- id
11713
- }
11714
10756
  actions {
11715
10757
  id
11716
10758
  sequence
@@ -11719,9 +10761,6 @@ export const Position = {
11719
10761
  note
11720
10762
  status
11721
10763
  fee
11722
- trade {
11723
- id
11724
- }
11725
10764
  order {
11726
10765
  id
11727
10766
  clientOrderId
@@ -11742,9 +10781,6 @@ export const Position = {
11742
10781
  createdAt
11743
10782
  updatedAt
11744
10783
  orderId
11745
- Order {
11746
- id
11747
- }
11748
10784
  }
11749
10785
  takeProfit {
11750
10786
  id
@@ -11753,9 +10789,6 @@ export const Position = {
11753
10789
  createdAt
11754
10790
  updatedAt
11755
10791
  orderId
11756
- Order {
11757
- id
11758
- }
11759
10792
  }
11760
10793
  trailPrice
11761
10794
  trailPercent
@@ -11799,9 +10832,6 @@ export const Position = {
11799
10832
  stripeCurrentPeriodEnd
11800
10833
  createdAt
11801
10834
  updatedAt
11802
- users {
11803
- id
11804
- }
11805
10835
  }
11806
10836
  customerId
11807
10837
  accounts {
@@ -11819,18 +10849,12 @@ export const Position = {
11819
10849
  session_state
11820
10850
  createdAt
11821
10851
  updatedAt
11822
- user {
11823
- id
11824
- }
11825
10852
  }
11826
10853
  sessions {
11827
10854
  id
11828
10855
  sessionToken
11829
10856
  userId
11830
10857
  expires
11831
- user {
11832
- id
11833
- }
11834
10858
  createdAt
11835
10859
  updatedAt
11836
10860
  }
@@ -11840,29 +10864,14 @@ export const Position = {
11840
10864
  credentialID
11841
10865
  publicKey
11842
10866
  counter
11843
- user {
11844
- id
11845
- }
11846
10867
  createdAt
11847
10868
  updatedAt
11848
10869
  }
11849
10870
  plan
11850
- alpacaAccounts {
11851
- id
11852
- }
11853
10871
  }
11854
10872
  userId
11855
10873
  createdAt
11856
10874
  updatedAt
11857
- trades {
11858
- id
11859
- }
11860
- orders {
11861
- id
11862
- }
11863
- positions {
11864
- id
11865
- }
11866
10875
  alerts {
11867
10876
  id
11868
10877
  alpacaAccountId
@@ -11871,17 +10880,8 @@ export const Position = {
11871
10880
  isRead
11872
10881
  createdAt
11873
10882
  updatedAt
11874
- alpacaAccount {
11875
- id
11876
- }
11877
10883
  }
11878
10884
  }
11879
- action {
11880
- id
11881
- }
11882
- asset {
11883
- id
11884
- }
11885
10885
  fee
11886
10886
  strikePrice
11887
10887
  expirationDate
@@ -11911,9 +10911,6 @@ export const Position = {
11911
10911
  createdAt
11912
10912
  updatedAt
11913
10913
  orderId
11914
- Order {
11915
- id
11916
- }
11917
10914
  }
11918
10915
  takeProfit {
11919
10916
  id
@@ -11922,9 +10919,6 @@ export const Position = {
11922
10919
  createdAt
11923
10920
  updatedAt
11924
10921
  orderId
11925
- Order {
11926
- id
11927
- }
11928
10922
  }
11929
10923
  trailPrice
11930
10924
  trailPercent
@@ -11968,9 +10962,6 @@ export const Position = {
11968
10962
  stripeCurrentPeriodEnd
11969
10963
  createdAt
11970
10964
  updatedAt
11971
- users {
11972
- id
11973
- }
11974
10965
  }
11975
10966
  customerId
11976
10967
  accounts {
@@ -11988,18 +10979,12 @@ export const Position = {
11988
10979
  session_state
11989
10980
  createdAt
11990
10981
  updatedAt
11991
- user {
11992
- id
11993
- }
11994
10982
  }
11995
10983
  sessions {
11996
10984
  id
11997
10985
  sessionToken
11998
10986
  userId
11999
10987
  expires
12000
- user {
12001
- id
12002
- }
12003
10988
  createdAt
12004
10989
  updatedAt
12005
10990
  }
@@ -12009,16 +10994,10 @@ export const Position = {
12009
10994
  credentialID
12010
10995
  publicKey
12011
10996
  counter
12012
- user {
12013
- id
12014
- }
12015
10997
  createdAt
12016
10998
  updatedAt
12017
10999
  }
12018
11000
  plan
12019
- alpacaAccounts {
12020
- id
12021
- }
12022
11001
  }
12023
11002
  userId
12024
11003
  createdAt
@@ -12030,6 +11009,7 @@ export const Position = {
12030
11009
  qty
12031
11010
  price
12032
11011
  total
11012
+ optionType
12033
11013
  signal
12034
11014
  strategy
12035
11015
  analysis
@@ -12038,12 +11018,6 @@ export const Position = {
12038
11018
  createdAt
12039
11019
  updatedAt
12040
11020
  status
12041
- alpacaAccount {
12042
- id
12043
- }
12044
- asset {
12045
- id
12046
- }
12047
11021
  actions {
12048
11022
  id
12049
11023
  sequence
@@ -12052,20 +11026,8 @@ export const Position = {
12052
11026
  note
12053
11027
  status
12054
11028
  fee
12055
- trade {
12056
- id
12057
- }
12058
- order {
12059
- id
12060
- }
12061
11029
  }
12062
11030
  }
12063
- orders {
12064
- id
12065
- }
12066
- positions {
12067
- id
12068
- }
12069
11031
  alerts {
12070
11032
  id
12071
11033
  alpacaAccountId
@@ -12074,9 +11036,6 @@ export const Position = {
12074
11036
  isRead
12075
11037
  createdAt
12076
11038
  updatedAt
12077
- alpacaAccount {
12078
- id
12079
- }
12080
11039
  }
12081
11040
  }
12082
11041
  action {
@@ -12094,6 +11053,7 @@ export const Position = {
12094
11053
  qty
12095
11054
  price
12096
11055
  total
11056
+ optionType
12097
11057
  signal
12098
11058
  strategy
12099
11059
  analysis
@@ -12134,9 +11094,6 @@ export const Position = {
12134
11094
  stripeCurrentPeriodEnd
12135
11095
  createdAt
12136
11096
  updatedAt
12137
- users {
12138
- id
12139
- }
12140
11097
  }
12141
11098
  customerId
12142
11099
  accounts {
@@ -12154,18 +11111,12 @@ export const Position = {
12154
11111
  session_state
12155
11112
  createdAt
12156
11113
  updatedAt
12157
- user {
12158
- id
12159
- }
12160
11114
  }
12161
11115
  sessions {
12162
11116
  id
12163
11117
  sessionToken
12164
11118
  userId
12165
11119
  expires
12166
- user {
12167
- id
12168
- }
12169
11120
  createdAt
12170
11121
  updatedAt
12171
11122
  }
@@ -12175,29 +11126,14 @@ export const Position = {
12175
11126
  credentialID
12176
11127
  publicKey
12177
11128
  counter
12178
- user {
12179
- id
12180
- }
12181
11129
  createdAt
12182
11130
  updatedAt
12183
11131
  }
12184
11132
  plan
12185
- alpacaAccounts {
12186
- id
12187
- }
12188
11133
  }
12189
11134
  userId
12190
11135
  createdAt
12191
11136
  updatedAt
12192
- trades {
12193
- id
12194
- }
12195
- orders {
12196
- id
12197
- }
12198
- positions {
12199
- id
12200
- }
12201
11137
  alerts {
12202
11138
  id
12203
11139
  alpacaAccountId
@@ -12206,25 +11142,10 @@ export const Position = {
12206
11142
  isRead
12207
11143
  createdAt
12208
11144
  updatedAt
12209
- alpacaAccount {
12210
- id
12211
- }
12212
11145
  }
12213
11146
  }
12214
- asset {
12215
- id
12216
- }
12217
- actions {
12218
- id
12219
- }
12220
- }
12221
- order {
12222
- id
12223
11147
  }
12224
11148
  }
12225
- asset {
12226
- id
12227
- }
12228
11149
  fee
12229
11150
  strikePrice
12230
11151
  expirationDate
@@ -12232,9 +11153,6 @@ export const Position = {
12232
11153
  stopLossId
12233
11154
  takeProfitId
12234
11155
  }
12235
- positions {
12236
- id
12237
- }
12238
11156
  newsMentions {
12239
11157
  id
12240
11158
  assetId
@@ -12257,12 +11175,6 @@ export const Position = {
12257
11175
  logo
12258
11176
  createdAt
12259
11177
  updatedAt
12260
- assets {
12261
- id
12262
- }
12263
- }
12264
- asset {
12265
- id
12266
11178
  }
12267
11179
  relevancyScore
12268
11180
  sentimentScore
@@ -12314,9 +11226,6 @@ export const Position = {
12314
11226
  stripeCurrentPeriodEnd
12315
11227
  createdAt
12316
11228
  updatedAt
12317
- users {
12318
- id
12319
- }
12320
11229
  }
12321
11230
  customerId
12322
11231
  accounts {
@@ -12334,18 +11243,12 @@ export const Position = {
12334
11243
  session_state
12335
11244
  createdAt
12336
11245
  updatedAt
12337
- user {
12338
- id
12339
- }
12340
11246
  }
12341
11247
  sessions {
12342
11248
  id
12343
11249
  sessionToken
12344
11250
  userId
12345
11251
  expires
12346
- user {
12347
- id
12348
- }
12349
11252
  createdAt
12350
11253
  updatedAt
12351
11254
  }
@@ -12355,16 +11258,10 @@ export const Position = {
12355
11258
  credentialID
12356
11259
  publicKey
12357
11260
  counter
12358
- user {
12359
- id
12360
- }
12361
11261
  createdAt
12362
11262
  updatedAt
12363
11263
  }
12364
11264
  plan
12365
- alpacaAccounts {
12366
- id
12367
- }
12368
11265
  }
12369
11266
  userId
12370
11267
  createdAt
@@ -12376,6 +11273,7 @@ export const Position = {
12376
11273
  qty
12377
11274
  price
12378
11275
  total
11276
+ optionType
12379
11277
  signal
12380
11278
  strategy
12381
11279
  analysis
@@ -12384,9 +11282,6 @@ export const Position = {
12384
11282
  createdAt
12385
11283
  updatedAt
12386
11284
  status
12387
- alpacaAccount {
12388
- id
12389
- }
12390
11285
  asset {
12391
11286
  id
12392
11287
  symbol
@@ -12446,9 +11341,6 @@ export const Position = {
12446
11341
  buyPrice
12447
11342
  createdAt
12448
11343
  updatedAt
12449
- trades {
12450
- id
12451
- }
12452
11344
  orders {
12453
11345
  id
12454
11346
  clientOrderId
@@ -12469,9 +11361,6 @@ export const Position = {
12469
11361
  createdAt
12470
11362
  updatedAt
12471
11363
  orderId
12472
- Order {
12473
- id
12474
- }
12475
11364
  }
12476
11365
  takeProfit {
12477
11366
  id
@@ -12480,9 +11369,6 @@ export const Position = {
12480
11369
  createdAt
12481
11370
  updatedAt
12482
11371
  orderId
12483
- Order {
12484
- id
12485
- }
12486
11372
  }
12487
11373
  trailPrice
12488
11374
  trailPercent
@@ -12494,9 +11380,6 @@ export const Position = {
12494
11380
  filledAt
12495
11381
  filledAvgPrice
12496
11382
  actionId
12497
- alpacaAccount {
12498
- id
12499
- }
12500
11383
  action {
12501
11384
  id
12502
11385
  sequence
@@ -12505,15 +11388,6 @@ export const Position = {
12505
11388
  note
12506
11389
  status
12507
11390
  fee
12508
- trade {
12509
- id
12510
- }
12511
- order {
12512
- id
12513
- }
12514
- }
12515
- asset {
12516
- id
12517
11391
  }
12518
11392
  fee
12519
11393
  strikePrice
@@ -12522,9 +11396,6 @@ export const Position = {
12522
11396
  stopLossId
12523
11397
  takeProfitId
12524
11398
  }
12525
- positions {
12526
- id
12527
- }
12528
11399
  newsMentions {
12529
11400
  id
12530
11401
  assetId
@@ -12547,12 +11418,6 @@ export const Position = {
12547
11418
  logo
12548
11419
  createdAt
12549
11420
  updatedAt
12550
- assets {
12551
- id
12552
- }
12553
- }
12554
- asset {
12555
- id
12556
11421
  }
12557
11422
  relevancyScore
12558
11423
  sentimentScore
@@ -12567,9 +11432,6 @@ export const Position = {
12567
11432
  note
12568
11433
  status
12569
11434
  fee
12570
- trade {
12571
- id
12572
- }
12573
11435
  order {
12574
11436
  id
12575
11437
  clientOrderId
@@ -12590,9 +11452,6 @@ export const Position = {
12590
11452
  createdAt
12591
11453
  updatedAt
12592
11454
  orderId
12593
- Order {
12594
- id
12595
- }
12596
11455
  }
12597
11456
  takeProfit {
12598
11457
  id
@@ -12601,9 +11460,6 @@ export const Position = {
12601
11460
  createdAt
12602
11461
  updatedAt
12603
11462
  orderId
12604
- Order {
12605
- id
12606
- }
12607
11463
  }
12608
11464
  trailPrice
12609
11465
  trailPercent
@@ -12615,12 +11471,6 @@ export const Position = {
12615
11471
  filledAt
12616
11472
  filledAvgPrice
12617
11473
  actionId
12618
- alpacaAccount {
12619
- id
12620
- }
12621
- action {
12622
- id
12623
- }
12624
11474
  asset {
12625
11475
  id
12626
11476
  symbol
@@ -12680,15 +11530,6 @@ export const Position = {
12680
11530
  buyPrice
12681
11531
  createdAt
12682
11532
  updatedAt
12683
- trades {
12684
- id
12685
- }
12686
- orders {
12687
- id
12688
- }
12689
- positions {
12690
- id
12691
- }
12692
11533
  newsMentions {
12693
11534
  id
12694
11535
  assetId
@@ -12711,12 +11552,6 @@ export const Position = {
12711
11552
  logo
12712
11553
  createdAt
12713
11554
  updatedAt
12714
- assets {
12715
- id
12716
- }
12717
- }
12718
- asset {
12719
- id
12720
11555
  }
12721
11556
  relevancyScore
12722
11557
  sentimentScore
@@ -12752,9 +11587,6 @@ export const Position = {
12752
11587
  createdAt
12753
11588
  updatedAt
12754
11589
  orderId
12755
- Order {
12756
- id
12757
- }
12758
11590
  }
12759
11591
  takeProfit {
12760
11592
  id
@@ -12763,9 +11595,6 @@ export const Position = {
12763
11595
  createdAt
12764
11596
  updatedAt
12765
11597
  orderId
12766
- Order {
12767
- id
12768
- }
12769
11598
  }
12770
11599
  trailPrice
12771
11600
  trailPercent
@@ -12777,9 +11606,6 @@ export const Position = {
12777
11606
  filledAt
12778
11607
  filledAvgPrice
12779
11608
  actionId
12780
- alpacaAccount {
12781
- id
12782
- }
12783
11609
  action {
12784
11610
  id
12785
11611
  sequence
@@ -12795,6 +11621,7 @@ export const Position = {
12795
11621
  qty
12796
11622
  price
12797
11623
  total
11624
+ optionType
12798
11625
  signal
12799
11626
  strategy
12800
11627
  analysis
@@ -12803,9 +11630,6 @@ export const Position = {
12803
11630
  createdAt
12804
11631
  updatedAt
12805
11632
  status
12806
- alpacaAccount {
12807
- id
12808
- }
12809
11633
  asset {
12810
11634
  id
12811
11635
  symbol
@@ -12865,15 +11689,6 @@ export const Position = {
12865
11689
  buyPrice
12866
11690
  createdAt
12867
11691
  updatedAt
12868
- trades {
12869
- id
12870
- }
12871
- orders {
12872
- id
12873
- }
12874
- positions {
12875
- id
12876
- }
12877
11692
  newsMentions {
12878
11693
  id
12879
11694
  assetId
@@ -12896,24 +11711,12 @@ export const Position = {
12896
11711
  logo
12897
11712
  createdAt
12898
11713
  updatedAt
12899
- assets {
12900
- id
12901
- }
12902
- }
12903
- asset {
12904
- id
12905
11714
  }
12906
11715
  relevancyScore
12907
11716
  sentimentScore
12908
11717
  sentimentLabel
12909
11718
  }
12910
11719
  }
12911
- actions {
12912
- id
12913
- }
12914
- }
12915
- order {
12916
- id
12917
11720
  }
12918
11721
  }
12919
11722
  asset {
@@ -12982,6 +11785,7 @@ export const Position = {
12982
11785
  qty
12983
11786
  price
12984
11787
  total
11788
+ optionType
12985
11789
  signal
12986
11790
  strategy
12987
11791
  analysis
@@ -12990,12 +11794,6 @@ export const Position = {
12990
11794
  createdAt
12991
11795
  updatedAt
12992
11796
  status
12993
- alpacaAccount {
12994
- id
12995
- }
12996
- asset {
12997
- id
12998
- }
12999
11797
  actions {
13000
11798
  id
13001
11799
  sequence
@@ -13004,20 +11802,8 @@ export const Position = {
13004
11802
  note
13005
11803
  status
13006
11804
  fee
13007
- trade {
13008
- id
13009
- }
13010
- order {
13011
- id
13012
- }
13013
11805
  }
13014
11806
  }
13015
- orders {
13016
- id
13017
- }
13018
- positions {
13019
- id
13020
- }
13021
11807
  newsMentions {
13022
11808
  id
13023
11809
  assetId
@@ -13040,12 +11826,6 @@ export const Position = {
13040
11826
  logo
13041
11827
  createdAt
13042
11828
  updatedAt
13043
- assets {
13044
- id
13045
- }
13046
- }
13047
- asset {
13048
- id
13049
11829
  }
13050
11830
  relevancyScore
13051
11831
  sentimentScore
@@ -13059,9 +11839,6 @@ export const Position = {
13059
11839
  stopLossId
13060
11840
  takeProfitId
13061
11841
  }
13062
- positions {
13063
- id
13064
- }
13065
11842
  alerts {
13066
11843
  id
13067
11844
  alpacaAccountId
@@ -13070,9 +11847,6 @@ export const Position = {
13070
11847
  isRead
13071
11848
  createdAt
13072
11849
  updatedAt
13073
- alpacaAccount {
13074
- id
13075
- }
13076
11850
  }
13077
11851
  }
13078
11852
  alpacaAccountId
@@ -13177,6 +11951,7 @@ export const Position = {
13177
11951
  qty
13178
11952
  price
13179
11953
  total
11954
+ optionType
13180
11955
  signal
13181
11956
  strategy
13182
11957
  analysis
@@ -13217,9 +11992,6 @@ export const Position = {
13217
11992
  stripeCurrentPeriodEnd
13218
11993
  createdAt
13219
11994
  updatedAt
13220
- users {
13221
- id
13222
- }
13223
11995
  }
13224
11996
  customerId
13225
11997
  accounts {
@@ -13237,18 +12009,12 @@ export const Position = {
13237
12009
  session_state
13238
12010
  createdAt
13239
12011
  updatedAt
13240
- user {
13241
- id
13242
- }
13243
12012
  }
13244
12013
  sessions {
13245
12014
  id
13246
12015
  sessionToken
13247
12016
  userId
13248
12017
  expires
13249
- user {
13250
- id
13251
- }
13252
12018
  createdAt
13253
12019
  updatedAt
13254
12020
  }
@@ -13258,23 +12024,14 @@ export const Position = {
13258
12024
  credentialID
13259
12025
  publicKey
13260
12026
  counter
13261
- user {
13262
- id
13263
- }
13264
12027
  createdAt
13265
12028
  updatedAt
13266
12029
  }
13267
12030
  plan
13268
- alpacaAccounts {
13269
- id
13270
- }
13271
12031
  }
13272
12032
  userId
13273
12033
  createdAt
13274
12034
  updatedAt
13275
- trades {
13276
- id
13277
- }
13278
12035
  orders {
13279
12036
  id
13280
12037
  clientOrderId
@@ -13295,9 +12052,6 @@ export const Position = {
13295
12052
  createdAt
13296
12053
  updatedAt
13297
12054
  orderId
13298
- Order {
13299
- id
13300
- }
13301
12055
  }
13302
12056
  takeProfit {
13303
12057
  id
@@ -13306,9 +12060,6 @@ export const Position = {
13306
12060
  createdAt
13307
12061
  updatedAt
13308
12062
  orderId
13309
- Order {
13310
- id
13311
- }
13312
12063
  }
13313
12064
  trailPrice
13314
12065
  trailPercent
@@ -13320,9 +12071,6 @@ export const Position = {
13320
12071
  filledAt
13321
12072
  filledAvgPrice
13322
12073
  actionId
13323
- alpacaAccount {
13324
- id
13325
- }
13326
12074
  action {
13327
12075
  id
13328
12076
  sequence
@@ -13331,15 +12079,6 @@ export const Position = {
13331
12079
  note
13332
12080
  status
13333
12081
  fee
13334
- trade {
13335
- id
13336
- }
13337
- order {
13338
- id
13339
- }
13340
- }
13341
- asset {
13342
- id
13343
12082
  }
13344
12083
  fee
13345
12084
  strikePrice
@@ -13348,9 +12087,6 @@ export const Position = {
13348
12087
  stopLossId
13349
12088
  takeProfitId
13350
12089
  }
13351
- positions {
13352
- id
13353
- }
13354
12090
  alerts {
13355
12091
  id
13356
12092
  alpacaAccountId
@@ -13359,14 +12095,8 @@ export const Position = {
13359
12095
  isRead
13360
12096
  createdAt
13361
12097
  updatedAt
13362
- alpacaAccount {
13363
- id
13364
- }
13365
12098
  }
13366
12099
  }
13367
- asset {
13368
- id
13369
- }
13370
12100
  actions {
13371
12101
  id
13372
12102
  sequence
@@ -13375,9 +12105,6 @@ export const Position = {
13375
12105
  note
13376
12106
  status
13377
12107
  fee
13378
- trade {
13379
- id
13380
- }
13381
12108
  order {
13382
12109
  id
13383
12110
  clientOrderId
@@ -13398,9 +12125,6 @@ export const Position = {
13398
12125
  createdAt
13399
12126
  updatedAt
13400
12127
  orderId
13401
- Order {
13402
- id
13403
- }
13404
12128
  }
13405
12129
  takeProfit {
13406
12130
  id
@@ -13409,9 +12133,6 @@ export const Position = {
13409
12133
  createdAt
13410
12134
  updatedAt
13411
12135
  orderId
13412
- Order {
13413
- id
13414
- }
13415
12136
  }
13416
12137
  trailPrice
13417
12138
  trailPercent
@@ -13455,9 +12176,6 @@ export const Position = {
13455
12176
  stripeCurrentPeriodEnd
13456
12177
  createdAt
13457
12178
  updatedAt
13458
- users {
13459
- id
13460
- }
13461
12179
  }
13462
12180
  customerId
13463
12181
  accounts {
@@ -13475,18 +12193,12 @@ export const Position = {
13475
12193
  session_state
13476
12194
  createdAt
13477
12195
  updatedAt
13478
- user {
13479
- id
13480
- }
13481
12196
  }
13482
12197
  sessions {
13483
12198
  id
13484
12199
  sessionToken
13485
12200
  userId
13486
12201
  expires
13487
- user {
13488
- id
13489
- }
13490
12202
  createdAt
13491
12203
  updatedAt
13492
12204
  }
@@ -13496,29 +12208,14 @@ export const Position = {
13496
12208
  credentialID
13497
12209
  publicKey
13498
12210
  counter
13499
- user {
13500
- id
13501
- }
13502
12211
  createdAt
13503
12212
  updatedAt
13504
12213
  }
13505
12214
  plan
13506
- alpacaAccounts {
13507
- id
13508
- }
13509
12215
  }
13510
12216
  userId
13511
12217
  createdAt
13512
12218
  updatedAt
13513
- trades {
13514
- id
13515
- }
13516
- orders {
13517
- id
13518
- }
13519
- positions {
13520
- id
13521
- }
13522
12219
  alerts {
13523
12220
  id
13524
12221
  alpacaAccountId
@@ -13527,17 +12224,8 @@ export const Position = {
13527
12224
  isRead
13528
12225
  createdAt
13529
12226
  updatedAt
13530
- alpacaAccount {
13531
- id
13532
- }
13533
12227
  }
13534
12228
  }
13535
- action {
13536
- id
13537
- }
13538
- asset {
13539
- id
13540
- }
13541
12229
  fee
13542
12230
  strikePrice
13543
12231
  expirationDate
@@ -13567,9 +12255,6 @@ export const Position = {
13567
12255
  createdAt
13568
12256
  updatedAt
13569
12257
  orderId
13570
- Order {
13571
- id
13572
- }
13573
12258
  }
13574
12259
  takeProfit {
13575
12260
  id
@@ -13578,9 +12263,6 @@ export const Position = {
13578
12263
  createdAt
13579
12264
  updatedAt
13580
12265
  orderId
13581
- Order {
13582
- id
13583
- }
13584
12266
  }
13585
12267
  trailPrice
13586
12268
  trailPercent
@@ -13624,9 +12306,6 @@ export const Position = {
13624
12306
  stripeCurrentPeriodEnd
13625
12307
  createdAt
13626
12308
  updatedAt
13627
- users {
13628
- id
13629
- }
13630
12309
  }
13631
12310
  customerId
13632
12311
  accounts {
@@ -13644,18 +12323,12 @@ export const Position = {
13644
12323
  session_state
13645
12324
  createdAt
13646
12325
  updatedAt
13647
- user {
13648
- id
13649
- }
13650
12326
  }
13651
12327
  sessions {
13652
12328
  id
13653
12329
  sessionToken
13654
12330
  userId
13655
12331
  expires
13656
- user {
13657
- id
13658
- }
13659
12332
  createdAt
13660
12333
  updatedAt
13661
12334
  }
@@ -13665,16 +12338,10 @@ export const Position = {
13665
12338
  credentialID
13666
12339
  publicKey
13667
12340
  counter
13668
- user {
13669
- id
13670
- }
13671
12341
  createdAt
13672
12342
  updatedAt
13673
12343
  }
13674
12344
  plan
13675
- alpacaAccounts {
13676
- id
13677
- }
13678
12345
  }
13679
12346
  userId
13680
12347
  createdAt
@@ -13686,6 +12353,7 @@ export const Position = {
13686
12353
  qty
13687
12354
  price
13688
12355
  total
12356
+ optionType
13689
12357
  signal
13690
12358
  strategy
13691
12359
  analysis
@@ -13694,12 +12362,6 @@ export const Position = {
13694
12362
  createdAt
13695
12363
  updatedAt
13696
12364
  status
13697
- alpacaAccount {
13698
- id
13699
- }
13700
- asset {
13701
- id
13702
- }
13703
12365
  actions {
13704
12366
  id
13705
12367
  sequence
@@ -13708,20 +12370,8 @@ export const Position = {
13708
12370
  note
13709
12371
  status
13710
12372
  fee
13711
- trade {
13712
- id
13713
- }
13714
- order {
13715
- id
13716
- }
13717
12373
  }
13718
12374
  }
13719
- orders {
13720
- id
13721
- }
13722
- positions {
13723
- id
13724
- }
13725
12375
  alerts {
13726
12376
  id
13727
12377
  alpacaAccountId
@@ -13730,9 +12380,6 @@ export const Position = {
13730
12380
  isRead
13731
12381
  createdAt
13732
12382
  updatedAt
13733
- alpacaAccount {
13734
- id
13735
- }
13736
12383
  }
13737
12384
  }
13738
12385
  action {
@@ -13750,6 +12397,7 @@ export const Position = {
13750
12397
  qty
13751
12398
  price
13752
12399
  total
12400
+ optionType
13753
12401
  signal
13754
12402
  strategy
13755
12403
  analysis
@@ -13790,9 +12438,6 @@ export const Position = {
13790
12438
  stripeCurrentPeriodEnd
13791
12439
  createdAt
13792
12440
  updatedAt
13793
- users {
13794
- id
13795
- }
13796
12441
  }
13797
12442
  customerId
13798
12443
  accounts {
@@ -13810,18 +12455,12 @@ export const Position = {
13810
12455
  session_state
13811
12456
  createdAt
13812
12457
  updatedAt
13813
- user {
13814
- id
13815
- }
13816
12458
  }
13817
12459
  sessions {
13818
12460
  id
13819
12461
  sessionToken
13820
12462
  userId
13821
12463
  expires
13822
- user {
13823
- id
13824
- }
13825
12464
  createdAt
13826
12465
  updatedAt
13827
12466
  }
@@ -13831,29 +12470,14 @@ export const Position = {
13831
12470
  credentialID
13832
12471
  publicKey
13833
12472
  counter
13834
- user {
13835
- id
13836
- }
13837
12473
  createdAt
13838
12474
  updatedAt
13839
12475
  }
13840
12476
  plan
13841
- alpacaAccounts {
13842
- id
13843
- }
13844
12477
  }
13845
12478
  userId
13846
12479
  createdAt
13847
12480
  updatedAt
13848
- trades {
13849
- id
13850
- }
13851
- orders {
13852
- id
13853
- }
13854
- positions {
13855
- id
13856
- }
13857
12481
  alerts {
13858
12482
  id
13859
12483
  alpacaAccountId
@@ -13862,25 +12486,10 @@ export const Position = {
13862
12486
  isRead
13863
12487
  createdAt
13864
12488
  updatedAt
13865
- alpacaAccount {
13866
- id
13867
- }
13868
12489
  }
13869
12490
  }
13870
- asset {
13871
- id
13872
- }
13873
- actions {
13874
- id
13875
- }
13876
- }
13877
- order {
13878
- id
13879
12491
  }
13880
12492
  }
13881
- asset {
13882
- id
13883
- }
13884
12493
  fee
13885
12494
  strikePrice
13886
12495
  expirationDate
@@ -13888,9 +12497,6 @@ export const Position = {
13888
12497
  stopLossId
13889
12498
  takeProfitId
13890
12499
  }
13891
- positions {
13892
- id
13893
- }
13894
12500
  newsMentions {
13895
12501
  id
13896
12502
  assetId
@@ -13913,12 +12519,6 @@ export const Position = {
13913
12519
  logo
13914
12520
  createdAt
13915
12521
  updatedAt
13916
- assets {
13917
- id
13918
- }
13919
- }
13920
- asset {
13921
- id
13922
12522
  }
13923
12523
  relevancyScore
13924
12524
  sentimentScore
@@ -13970,9 +12570,6 @@ export const Position = {
13970
12570
  stripeCurrentPeriodEnd
13971
12571
  createdAt
13972
12572
  updatedAt
13973
- users {
13974
- id
13975
- }
13976
12573
  }
13977
12574
  customerId
13978
12575
  accounts {
@@ -13990,18 +12587,12 @@ export const Position = {
13990
12587
  session_state
13991
12588
  createdAt
13992
12589
  updatedAt
13993
- user {
13994
- id
13995
- }
13996
12590
  }
13997
12591
  sessions {
13998
12592
  id
13999
12593
  sessionToken
14000
12594
  userId
14001
12595
  expires
14002
- user {
14003
- id
14004
- }
14005
12596
  createdAt
14006
12597
  updatedAt
14007
12598
  }
@@ -14011,16 +12602,10 @@ export const Position = {
14011
12602
  credentialID
14012
12603
  publicKey
14013
12604
  counter
14014
- user {
14015
- id
14016
- }
14017
12605
  createdAt
14018
12606
  updatedAt
14019
12607
  }
14020
12608
  plan
14021
- alpacaAccounts {
14022
- id
14023
- }
14024
12609
  }
14025
12610
  userId
14026
12611
  createdAt
@@ -14032,6 +12617,7 @@ export const Position = {
14032
12617
  qty
14033
12618
  price
14034
12619
  total
12620
+ optionType
14035
12621
  signal
14036
12622
  strategy
14037
12623
  analysis
@@ -14040,9 +12626,6 @@ export const Position = {
14040
12626
  createdAt
14041
12627
  updatedAt
14042
12628
  status
14043
- alpacaAccount {
14044
- id
14045
- }
14046
12629
  asset {
14047
12630
  id
14048
12631
  symbol
@@ -14102,9 +12685,6 @@ export const Position = {
14102
12685
  buyPrice
14103
12686
  createdAt
14104
12687
  updatedAt
14105
- trades {
14106
- id
14107
- }
14108
12688
  orders {
14109
12689
  id
14110
12690
  clientOrderId
@@ -14125,9 +12705,6 @@ export const Position = {
14125
12705
  createdAt
14126
12706
  updatedAt
14127
12707
  orderId
14128
- Order {
14129
- id
14130
- }
14131
12708
  }
14132
12709
  takeProfit {
14133
12710
  id
@@ -14136,9 +12713,6 @@ export const Position = {
14136
12713
  createdAt
14137
12714
  updatedAt
14138
12715
  orderId
14139
- Order {
14140
- id
14141
- }
14142
12716
  }
14143
12717
  trailPrice
14144
12718
  trailPercent
@@ -14150,9 +12724,6 @@ export const Position = {
14150
12724
  filledAt
14151
12725
  filledAvgPrice
14152
12726
  actionId
14153
- alpacaAccount {
14154
- id
14155
- }
14156
12727
  action {
14157
12728
  id
14158
12729
  sequence
@@ -14161,15 +12732,6 @@ export const Position = {
14161
12732
  note
14162
12733
  status
14163
12734
  fee
14164
- trade {
14165
- id
14166
- }
14167
- order {
14168
- id
14169
- }
14170
- }
14171
- asset {
14172
- id
14173
12735
  }
14174
12736
  fee
14175
12737
  strikePrice
@@ -14178,9 +12740,6 @@ export const Position = {
14178
12740
  stopLossId
14179
12741
  takeProfitId
14180
12742
  }
14181
- positions {
14182
- id
14183
- }
14184
12743
  newsMentions {
14185
12744
  id
14186
12745
  assetId
@@ -14203,12 +12762,6 @@ export const Position = {
14203
12762
  logo
14204
12763
  createdAt
14205
12764
  updatedAt
14206
- assets {
14207
- id
14208
- }
14209
- }
14210
- asset {
14211
- id
14212
12765
  }
14213
12766
  relevancyScore
14214
12767
  sentimentScore
@@ -14223,9 +12776,6 @@ export const Position = {
14223
12776
  note
14224
12777
  status
14225
12778
  fee
14226
- trade {
14227
- id
14228
- }
14229
12779
  order {
14230
12780
  id
14231
12781
  clientOrderId
@@ -14246,9 +12796,6 @@ export const Position = {
14246
12796
  createdAt
14247
12797
  updatedAt
14248
12798
  orderId
14249
- Order {
14250
- id
14251
- }
14252
12799
  }
14253
12800
  takeProfit {
14254
12801
  id
@@ -14257,9 +12804,6 @@ export const Position = {
14257
12804
  createdAt
14258
12805
  updatedAt
14259
12806
  orderId
14260
- Order {
14261
- id
14262
- }
14263
12807
  }
14264
12808
  trailPrice
14265
12809
  trailPercent
@@ -14271,12 +12815,6 @@ export const Position = {
14271
12815
  filledAt
14272
12816
  filledAvgPrice
14273
12817
  actionId
14274
- alpacaAccount {
14275
- id
14276
- }
14277
- action {
14278
- id
14279
- }
14280
12818
  asset {
14281
12819
  id
14282
12820
  symbol
@@ -14336,15 +12874,6 @@ export const Position = {
14336
12874
  buyPrice
14337
12875
  createdAt
14338
12876
  updatedAt
14339
- trades {
14340
- id
14341
- }
14342
- orders {
14343
- id
14344
- }
14345
- positions {
14346
- id
14347
- }
14348
12877
  newsMentions {
14349
12878
  id
14350
12879
  assetId
@@ -14367,12 +12896,6 @@ export const Position = {
14367
12896
  logo
14368
12897
  createdAt
14369
12898
  updatedAt
14370
- assets {
14371
- id
14372
- }
14373
- }
14374
- asset {
14375
- id
14376
12899
  }
14377
12900
  relevancyScore
14378
12901
  sentimentScore
@@ -14408,9 +12931,6 @@ export const Position = {
14408
12931
  createdAt
14409
12932
  updatedAt
14410
12933
  orderId
14411
- Order {
14412
- id
14413
- }
14414
12934
  }
14415
12935
  takeProfit {
14416
12936
  id
@@ -14419,9 +12939,6 @@ export const Position = {
14419
12939
  createdAt
14420
12940
  updatedAt
14421
12941
  orderId
14422
- Order {
14423
- id
14424
- }
14425
12942
  }
14426
12943
  trailPrice
14427
12944
  trailPercent
@@ -14433,9 +12950,6 @@ export const Position = {
14433
12950
  filledAt
14434
12951
  filledAvgPrice
14435
12952
  actionId
14436
- alpacaAccount {
14437
- id
14438
- }
14439
12953
  action {
14440
12954
  id
14441
12955
  sequence
@@ -14451,6 +12965,7 @@ export const Position = {
14451
12965
  qty
14452
12966
  price
14453
12967
  total
12968
+ optionType
14454
12969
  signal
14455
12970
  strategy
14456
12971
  analysis
@@ -14459,9 +12974,6 @@ export const Position = {
14459
12974
  createdAt
14460
12975
  updatedAt
14461
12976
  status
14462
- alpacaAccount {
14463
- id
14464
- }
14465
12977
  asset {
14466
12978
  id
14467
12979
  symbol
@@ -14521,15 +13033,6 @@ export const Position = {
14521
13033
  buyPrice
14522
13034
  createdAt
14523
13035
  updatedAt
14524
- trades {
14525
- id
14526
- }
14527
- orders {
14528
- id
14529
- }
14530
- positions {
14531
- id
14532
- }
14533
13036
  newsMentions {
14534
13037
  id
14535
13038
  assetId
@@ -14552,24 +13055,12 @@ export const Position = {
14552
13055
  logo
14553
13056
  createdAt
14554
13057
  updatedAt
14555
- assets {
14556
- id
14557
- }
14558
- }
14559
- asset {
14560
- id
14561
13058
  }
14562
13059
  relevancyScore
14563
13060
  sentimentScore
14564
13061
  sentimentLabel
14565
13062
  }
14566
13063
  }
14567
- actions {
14568
- id
14569
- }
14570
- }
14571
- order {
14572
- id
14573
13064
  }
14574
13065
  }
14575
13066
  asset {
@@ -14638,6 +13129,7 @@ export const Position = {
14638
13129
  qty
14639
13130
  price
14640
13131
  total
13132
+ optionType
14641
13133
  signal
14642
13134
  strategy
14643
13135
  analysis
@@ -14646,12 +13138,6 @@ export const Position = {
14646
13138
  createdAt
14647
13139
  updatedAt
14648
13140
  status
14649
- alpacaAccount {
14650
- id
14651
- }
14652
- asset {
14653
- id
14654
- }
14655
13141
  actions {
14656
13142
  id
14657
13143
  sequence
@@ -14660,20 +13146,8 @@ export const Position = {
14660
13146
  note
14661
13147
  status
14662
13148
  fee
14663
- trade {
14664
- id
14665
- }
14666
- order {
14667
- id
14668
- }
14669
13149
  }
14670
13150
  }
14671
- orders {
14672
- id
14673
- }
14674
- positions {
14675
- id
14676
- }
14677
13151
  newsMentions {
14678
13152
  id
14679
13153
  assetId
@@ -14696,12 +13170,6 @@ export const Position = {
14696
13170
  logo
14697
13171
  createdAt
14698
13172
  updatedAt
14699
- assets {
14700
- id
14701
- }
14702
- }
14703
- asset {
14704
- id
14705
13173
  }
14706
13174
  relevancyScore
14707
13175
  sentimentScore
@@ -14715,9 +13183,6 @@ export const Position = {
14715
13183
  stopLossId
14716
13184
  takeProfitId
14717
13185
  }
14718
- positions {
14719
- id
14720
- }
14721
13186
  alerts {
14722
13187
  id
14723
13188
  alpacaAccountId
@@ -14726,9 +13191,6 @@ export const Position = {
14726
13191
  isRead
14727
13192
  createdAt
14728
13193
  updatedAt
14729
- alpacaAccount {
14730
- id
14731
- }
14732
13194
  }
14733
13195
  }
14734
13196
  alpacaAccountId
@@ -14828,6 +13290,7 @@ export const Position = {
14828
13290
  qty
14829
13291
  price
14830
13292
  total
13293
+ optionType
14831
13294
  signal
14832
13295
  strategy
14833
13296
  analysis
@@ -14868,9 +13331,6 @@ export const Position = {
14868
13331
  stripeCurrentPeriodEnd
14869
13332
  createdAt
14870
13333
  updatedAt
14871
- users {
14872
- id
14873
- }
14874
13334
  }
14875
13335
  customerId
14876
13336
  accounts {
@@ -14888,18 +13348,12 @@ export const Position = {
14888
13348
  session_state
14889
13349
  createdAt
14890
13350
  updatedAt
14891
- user {
14892
- id
14893
- }
14894
13351
  }
14895
13352
  sessions {
14896
13353
  id
14897
13354
  sessionToken
14898
13355
  userId
14899
13356
  expires
14900
- user {
14901
- id
14902
- }
14903
13357
  createdAt
14904
13358
  updatedAt
14905
13359
  }
@@ -14909,23 +13363,14 @@ export const Position = {
14909
13363
  credentialID
14910
13364
  publicKey
14911
13365
  counter
14912
- user {
14913
- id
14914
- }
14915
13366
  createdAt
14916
13367
  updatedAt
14917
13368
  }
14918
13369
  plan
14919
- alpacaAccounts {
14920
- id
14921
- }
14922
13370
  }
14923
13371
  userId
14924
13372
  createdAt
14925
13373
  updatedAt
14926
- trades {
14927
- id
14928
- }
14929
13374
  orders {
14930
13375
  id
14931
13376
  clientOrderId
@@ -14946,9 +13391,6 @@ export const Position = {
14946
13391
  createdAt
14947
13392
  updatedAt
14948
13393
  orderId
14949
- Order {
14950
- id
14951
- }
14952
13394
  }
14953
13395
  takeProfit {
14954
13396
  id
@@ -14957,9 +13399,6 @@ export const Position = {
14957
13399
  createdAt
14958
13400
  updatedAt
14959
13401
  orderId
14960
- Order {
14961
- id
14962
- }
14963
13402
  }
14964
13403
  trailPrice
14965
13404
  trailPercent
@@ -14971,9 +13410,6 @@ export const Position = {
14971
13410
  filledAt
14972
13411
  filledAvgPrice
14973
13412
  actionId
14974
- alpacaAccount {
14975
- id
14976
- }
14977
13413
  action {
14978
13414
  id
14979
13415
  sequence
@@ -14982,15 +13418,6 @@ export const Position = {
14982
13418
  note
14983
13419
  status
14984
13420
  fee
14985
- trade {
14986
- id
14987
- }
14988
- order {
14989
- id
14990
- }
14991
- }
14992
- asset {
14993
- id
14994
13421
  }
14995
13422
  fee
14996
13423
  strikePrice
@@ -14999,9 +13426,6 @@ export const Position = {
14999
13426
  stopLossId
15000
13427
  takeProfitId
15001
13428
  }
15002
- positions {
15003
- id
15004
- }
15005
13429
  alerts {
15006
13430
  id
15007
13431
  alpacaAccountId
@@ -15010,14 +13434,8 @@ export const Position = {
15010
13434
  isRead
15011
13435
  createdAt
15012
13436
  updatedAt
15013
- alpacaAccount {
15014
- id
15015
- }
15016
13437
  }
15017
13438
  }
15018
- asset {
15019
- id
15020
- }
15021
13439
  actions {
15022
13440
  id
15023
13441
  sequence
@@ -15026,9 +13444,6 @@ export const Position = {
15026
13444
  note
15027
13445
  status
15028
13446
  fee
15029
- trade {
15030
- id
15031
- }
15032
13447
  order {
15033
13448
  id
15034
13449
  clientOrderId
@@ -15049,9 +13464,6 @@ export const Position = {
15049
13464
  createdAt
15050
13465
  updatedAt
15051
13466
  orderId
15052
- Order {
15053
- id
15054
- }
15055
13467
  }
15056
13468
  takeProfit {
15057
13469
  id
@@ -15060,9 +13472,6 @@ export const Position = {
15060
13472
  createdAt
15061
13473
  updatedAt
15062
13474
  orderId
15063
- Order {
15064
- id
15065
- }
15066
13475
  }
15067
13476
  trailPrice
15068
13477
  trailPercent
@@ -15106,9 +13515,6 @@ export const Position = {
15106
13515
  stripeCurrentPeriodEnd
15107
13516
  createdAt
15108
13517
  updatedAt
15109
- users {
15110
- id
15111
- }
15112
13518
  }
15113
13519
  customerId
15114
13520
  accounts {
@@ -15126,18 +13532,12 @@ export const Position = {
15126
13532
  session_state
15127
13533
  createdAt
15128
13534
  updatedAt
15129
- user {
15130
- id
15131
- }
15132
13535
  }
15133
13536
  sessions {
15134
13537
  id
15135
13538
  sessionToken
15136
13539
  userId
15137
13540
  expires
15138
- user {
15139
- id
15140
- }
15141
13541
  createdAt
15142
13542
  updatedAt
15143
13543
  }
@@ -15147,29 +13547,14 @@ export const Position = {
15147
13547
  credentialID
15148
13548
  publicKey
15149
13549
  counter
15150
- user {
15151
- id
15152
- }
15153
13550
  createdAt
15154
13551
  updatedAt
15155
13552
  }
15156
13553
  plan
15157
- alpacaAccounts {
15158
- id
15159
- }
15160
13554
  }
15161
13555
  userId
15162
13556
  createdAt
15163
13557
  updatedAt
15164
- trades {
15165
- id
15166
- }
15167
- orders {
15168
- id
15169
- }
15170
- positions {
15171
- id
15172
- }
15173
13558
  alerts {
15174
13559
  id
15175
13560
  alpacaAccountId
@@ -15178,17 +13563,8 @@ export const Position = {
15178
13563
  isRead
15179
13564
  createdAt
15180
13565
  updatedAt
15181
- alpacaAccount {
15182
- id
15183
- }
15184
13566
  }
15185
13567
  }
15186
- action {
15187
- id
15188
- }
15189
- asset {
15190
- id
15191
- }
15192
13568
  fee
15193
13569
  strikePrice
15194
13570
  expirationDate
@@ -15218,9 +13594,6 @@ export const Position = {
15218
13594
  createdAt
15219
13595
  updatedAt
15220
13596
  orderId
15221
- Order {
15222
- id
15223
- }
15224
13597
  }
15225
13598
  takeProfit {
15226
13599
  id
@@ -15229,9 +13602,6 @@ export const Position = {
15229
13602
  createdAt
15230
13603
  updatedAt
15231
13604
  orderId
15232
- Order {
15233
- id
15234
- }
15235
13605
  }
15236
13606
  trailPrice
15237
13607
  trailPercent
@@ -15275,9 +13645,6 @@ export const Position = {
15275
13645
  stripeCurrentPeriodEnd
15276
13646
  createdAt
15277
13647
  updatedAt
15278
- users {
15279
- id
15280
- }
15281
13648
  }
15282
13649
  customerId
15283
13650
  accounts {
@@ -15295,18 +13662,12 @@ export const Position = {
15295
13662
  session_state
15296
13663
  createdAt
15297
13664
  updatedAt
15298
- user {
15299
- id
15300
- }
15301
13665
  }
15302
13666
  sessions {
15303
13667
  id
15304
13668
  sessionToken
15305
13669
  userId
15306
13670
  expires
15307
- user {
15308
- id
15309
- }
15310
13671
  createdAt
15311
13672
  updatedAt
15312
13673
  }
@@ -15316,16 +13677,10 @@ export const Position = {
15316
13677
  credentialID
15317
13678
  publicKey
15318
13679
  counter
15319
- user {
15320
- id
15321
- }
15322
13680
  createdAt
15323
13681
  updatedAt
15324
13682
  }
15325
13683
  plan
15326
- alpacaAccounts {
15327
- id
15328
- }
15329
13684
  }
15330
13685
  userId
15331
13686
  createdAt
@@ -15337,6 +13692,7 @@ export const Position = {
15337
13692
  qty
15338
13693
  price
15339
13694
  total
13695
+ optionType
15340
13696
  signal
15341
13697
  strategy
15342
13698
  analysis
@@ -15345,12 +13701,6 @@ export const Position = {
15345
13701
  createdAt
15346
13702
  updatedAt
15347
13703
  status
15348
- alpacaAccount {
15349
- id
15350
- }
15351
- asset {
15352
- id
15353
- }
15354
13704
  actions {
15355
13705
  id
15356
13706
  sequence
@@ -15359,20 +13709,8 @@ export const Position = {
15359
13709
  note
15360
13710
  status
15361
13711
  fee
15362
- trade {
15363
- id
15364
- }
15365
- order {
15366
- id
15367
- }
15368
13712
  }
15369
13713
  }
15370
- orders {
15371
- id
15372
- }
15373
- positions {
15374
- id
15375
- }
15376
13714
  alerts {
15377
13715
  id
15378
13716
  alpacaAccountId
@@ -15381,9 +13719,6 @@ export const Position = {
15381
13719
  isRead
15382
13720
  createdAt
15383
13721
  updatedAt
15384
- alpacaAccount {
15385
- id
15386
- }
15387
13722
  }
15388
13723
  }
15389
13724
  action {
@@ -15401,6 +13736,7 @@ export const Position = {
15401
13736
  qty
15402
13737
  price
15403
13738
  total
13739
+ optionType
15404
13740
  signal
15405
13741
  strategy
15406
13742
  analysis
@@ -15441,9 +13777,6 @@ export const Position = {
15441
13777
  stripeCurrentPeriodEnd
15442
13778
  createdAt
15443
13779
  updatedAt
15444
- users {
15445
- id
15446
- }
15447
13780
  }
15448
13781
  customerId
15449
13782
  accounts {
@@ -15461,18 +13794,12 @@ export const Position = {
15461
13794
  session_state
15462
13795
  createdAt
15463
13796
  updatedAt
15464
- user {
15465
- id
15466
- }
15467
13797
  }
15468
13798
  sessions {
15469
13799
  id
15470
13800
  sessionToken
15471
13801
  userId
15472
13802
  expires
15473
- user {
15474
- id
15475
- }
15476
13803
  createdAt
15477
13804
  updatedAt
15478
13805
  }
@@ -15482,29 +13809,14 @@ export const Position = {
15482
13809
  credentialID
15483
13810
  publicKey
15484
13811
  counter
15485
- user {
15486
- id
15487
- }
15488
13812
  createdAt
15489
13813
  updatedAt
15490
13814
  }
15491
13815
  plan
15492
- alpacaAccounts {
15493
- id
15494
- }
15495
13816
  }
15496
13817
  userId
15497
13818
  createdAt
15498
13819
  updatedAt
15499
- trades {
15500
- id
15501
- }
15502
- orders {
15503
- id
15504
- }
15505
- positions {
15506
- id
15507
- }
15508
13820
  alerts {
15509
13821
  id
15510
13822
  alpacaAccountId
@@ -15513,24 +13825,9 @@ export const Position = {
15513
13825
  isRead
15514
13826
  createdAt
15515
13827
  updatedAt
15516
- alpacaAccount {
15517
- id
15518
- }
15519
13828
  }
15520
13829
  }
15521
- asset {
15522
- id
15523
- }
15524
- actions {
15525
- id
15526
- }
15527
13830
  }
15528
- order {
15529
- id
15530
- }
15531
- }
15532
- asset {
15533
- id
15534
13831
  }
15535
13832
  fee
15536
13833
  strikePrice
@@ -15539,9 +13836,6 @@ export const Position = {
15539
13836
  stopLossId
15540
13837
  takeProfitId
15541
13838
  }
15542
- positions {
15543
- id
15544
- }
15545
13839
  newsMentions {
15546
13840
  id
15547
13841
  assetId
@@ -15564,12 +13858,6 @@ export const Position = {
15564
13858
  logo
15565
13859
  createdAt
15566
13860
  updatedAt
15567
- assets {
15568
- id
15569
- }
15570
- }
15571
- asset {
15572
- id
15573
13861
  }
15574
13862
  relevancyScore
15575
13863
  sentimentScore
@@ -15621,9 +13909,6 @@ export const Position = {
15621
13909
  stripeCurrentPeriodEnd
15622
13910
  createdAt
15623
13911
  updatedAt
15624
- users {
15625
- id
15626
- }
15627
13912
  }
15628
13913
  customerId
15629
13914
  accounts {
@@ -15641,18 +13926,12 @@ export const Position = {
15641
13926
  session_state
15642
13927
  createdAt
15643
13928
  updatedAt
15644
- user {
15645
- id
15646
- }
15647
13929
  }
15648
13930
  sessions {
15649
13931
  id
15650
13932
  sessionToken
15651
13933
  userId
15652
13934
  expires
15653
- user {
15654
- id
15655
- }
15656
13935
  createdAt
15657
13936
  updatedAt
15658
13937
  }
@@ -15662,16 +13941,10 @@ export const Position = {
15662
13941
  credentialID
15663
13942
  publicKey
15664
13943
  counter
15665
- user {
15666
- id
15667
- }
15668
13944
  createdAt
15669
13945
  updatedAt
15670
13946
  }
15671
13947
  plan
15672
- alpacaAccounts {
15673
- id
15674
- }
15675
13948
  }
15676
13949
  userId
15677
13950
  createdAt
@@ -15683,6 +13956,7 @@ export const Position = {
15683
13956
  qty
15684
13957
  price
15685
13958
  total
13959
+ optionType
15686
13960
  signal
15687
13961
  strategy
15688
13962
  analysis
@@ -15691,9 +13965,6 @@ export const Position = {
15691
13965
  createdAt
15692
13966
  updatedAt
15693
13967
  status
15694
- alpacaAccount {
15695
- id
15696
- }
15697
13968
  asset {
15698
13969
  id
15699
13970
  symbol
@@ -15753,9 +14024,6 @@ export const Position = {
15753
14024
  buyPrice
15754
14025
  createdAt
15755
14026
  updatedAt
15756
- trades {
15757
- id
15758
- }
15759
14027
  orders {
15760
14028
  id
15761
14029
  clientOrderId
@@ -15776,9 +14044,6 @@ export const Position = {
15776
14044
  createdAt
15777
14045
  updatedAt
15778
14046
  orderId
15779
- Order {
15780
- id
15781
- }
15782
14047
  }
15783
14048
  takeProfit {
15784
14049
  id
@@ -15787,9 +14052,6 @@ export const Position = {
15787
14052
  createdAt
15788
14053
  updatedAt
15789
14054
  orderId
15790
- Order {
15791
- id
15792
- }
15793
14055
  }
15794
14056
  trailPrice
15795
14057
  trailPercent
@@ -15801,9 +14063,6 @@ export const Position = {
15801
14063
  filledAt
15802
14064
  filledAvgPrice
15803
14065
  actionId
15804
- alpacaAccount {
15805
- id
15806
- }
15807
14066
  action {
15808
14067
  id
15809
14068
  sequence
@@ -15812,15 +14071,6 @@ export const Position = {
15812
14071
  note
15813
14072
  status
15814
14073
  fee
15815
- trade {
15816
- id
15817
- }
15818
- order {
15819
- id
15820
- }
15821
- }
15822
- asset {
15823
- id
15824
14074
  }
15825
14075
  fee
15826
14076
  strikePrice
@@ -15829,9 +14079,6 @@ export const Position = {
15829
14079
  stopLossId
15830
14080
  takeProfitId
15831
14081
  }
15832
- positions {
15833
- id
15834
- }
15835
14082
  newsMentions {
15836
14083
  id
15837
14084
  assetId
@@ -15854,12 +14101,6 @@ export const Position = {
15854
14101
  logo
15855
14102
  createdAt
15856
14103
  updatedAt
15857
- assets {
15858
- id
15859
- }
15860
- }
15861
- asset {
15862
- id
15863
14104
  }
15864
14105
  relevancyScore
15865
14106
  sentimentScore
@@ -15874,9 +14115,6 @@ export const Position = {
15874
14115
  note
15875
14116
  status
15876
14117
  fee
15877
- trade {
15878
- id
15879
- }
15880
14118
  order {
15881
14119
  id
15882
14120
  clientOrderId
@@ -15897,9 +14135,6 @@ export const Position = {
15897
14135
  createdAt
15898
14136
  updatedAt
15899
14137
  orderId
15900
- Order {
15901
- id
15902
- }
15903
14138
  }
15904
14139
  takeProfit {
15905
14140
  id
@@ -15908,9 +14143,6 @@ export const Position = {
15908
14143
  createdAt
15909
14144
  updatedAt
15910
14145
  orderId
15911
- Order {
15912
- id
15913
- }
15914
14146
  }
15915
14147
  trailPrice
15916
14148
  trailPercent
@@ -15922,12 +14154,6 @@ export const Position = {
15922
14154
  filledAt
15923
14155
  filledAvgPrice
15924
14156
  actionId
15925
- alpacaAccount {
15926
- id
15927
- }
15928
- action {
15929
- id
15930
- }
15931
14157
  asset {
15932
14158
  id
15933
14159
  symbol
@@ -15987,15 +14213,6 @@ export const Position = {
15987
14213
  buyPrice
15988
14214
  createdAt
15989
14215
  updatedAt
15990
- trades {
15991
- id
15992
- }
15993
- orders {
15994
- id
15995
- }
15996
- positions {
15997
- id
15998
- }
15999
14216
  newsMentions {
16000
14217
  id
16001
14218
  assetId
@@ -16018,12 +14235,6 @@ export const Position = {
16018
14235
  logo
16019
14236
  createdAt
16020
14237
  updatedAt
16021
- assets {
16022
- id
16023
- }
16024
- }
16025
- asset {
16026
- id
16027
14238
  }
16028
14239
  relevancyScore
16029
14240
  sentimentScore
@@ -16059,9 +14270,6 @@ export const Position = {
16059
14270
  createdAt
16060
14271
  updatedAt
16061
14272
  orderId
16062
- Order {
16063
- id
16064
- }
16065
14273
  }
16066
14274
  takeProfit {
16067
14275
  id
@@ -16070,9 +14278,6 @@ export const Position = {
16070
14278
  createdAt
16071
14279
  updatedAt
16072
14280
  orderId
16073
- Order {
16074
- id
16075
- }
16076
14281
  }
16077
14282
  trailPrice
16078
14283
  trailPercent
@@ -16084,9 +14289,6 @@ export const Position = {
16084
14289
  filledAt
16085
14290
  filledAvgPrice
16086
14291
  actionId
16087
- alpacaAccount {
16088
- id
16089
- }
16090
14292
  action {
16091
14293
  id
16092
14294
  sequence
@@ -16102,6 +14304,7 @@ export const Position = {
16102
14304
  qty
16103
14305
  price
16104
14306
  total
14307
+ optionType
16105
14308
  signal
16106
14309
  strategy
16107
14310
  analysis
@@ -16110,9 +14313,6 @@ export const Position = {
16110
14313
  createdAt
16111
14314
  updatedAt
16112
14315
  status
16113
- alpacaAccount {
16114
- id
16115
- }
16116
14316
  asset {
16117
14317
  id
16118
14318
  symbol
@@ -16172,15 +14372,6 @@ export const Position = {
16172
14372
  buyPrice
16173
14373
  createdAt
16174
14374
  updatedAt
16175
- trades {
16176
- id
16177
- }
16178
- orders {
16179
- id
16180
- }
16181
- positions {
16182
- id
16183
- }
16184
14375
  newsMentions {
16185
14376
  id
16186
14377
  assetId
@@ -16203,24 +14394,12 @@ export const Position = {
16203
14394
  logo
16204
14395
  createdAt
16205
14396
  updatedAt
16206
- assets {
16207
- id
16208
- }
16209
- }
16210
- asset {
16211
- id
16212
14397
  }
16213
14398
  relevancyScore
16214
14399
  sentimentScore
16215
14400
  sentimentLabel
16216
14401
  }
16217
14402
  }
16218
- actions {
16219
- id
16220
- }
16221
- }
16222
- order {
16223
- id
16224
14403
  }
16225
14404
  }
16226
14405
  asset {
@@ -16289,6 +14468,7 @@ export const Position = {
16289
14468
  qty
16290
14469
  price
16291
14470
  total
14471
+ optionType
16292
14472
  signal
16293
14473
  strategy
16294
14474
  analysis
@@ -16297,12 +14477,6 @@ export const Position = {
16297
14477
  createdAt
16298
14478
  updatedAt
16299
14479
  status
16300
- alpacaAccount {
16301
- id
16302
- }
16303
- asset {
16304
- id
16305
- }
16306
14480
  actions {
16307
14481
  id
16308
14482
  sequence
@@ -16311,20 +14485,8 @@ export const Position = {
16311
14485
  note
16312
14486
  status
16313
14487
  fee
16314
- trade {
16315
- id
16316
- }
16317
- order {
16318
- id
16319
- }
16320
14488
  }
16321
14489
  }
16322
- orders {
16323
- id
16324
- }
16325
- positions {
16326
- id
16327
- }
16328
14490
  newsMentions {
16329
14491
  id
16330
14492
  assetId
@@ -16347,12 +14509,6 @@ export const Position = {
16347
14509
  logo
16348
14510
  createdAt
16349
14511
  updatedAt
16350
- assets {
16351
- id
16352
- }
16353
- }
16354
- asset {
16355
- id
16356
14512
  }
16357
14513
  relevancyScore
16358
14514
  sentimentScore
@@ -16366,9 +14522,6 @@ export const Position = {
16366
14522
  stopLossId
16367
14523
  takeProfitId
16368
14524
  }
16369
- positions {
16370
- id
16371
- }
16372
14525
  alerts {
16373
14526
  id
16374
14527
  alpacaAccountId
@@ -16377,9 +14530,6 @@ export const Position = {
16377
14530
  isRead
16378
14531
  createdAt
16379
14532
  updatedAt
16380
- alpacaAccount {
16381
- id
16382
- }
16383
14533
  }
16384
14534
  }
16385
14535
  alpacaAccountId