-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add query trader positions #985
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check the linter and tests?
Since we have the chance to throw in breaking changes, can the two queries be called "position" and "all-positions" instead of "trader-position" and "trader-positions"? The prefix, "trader", seems like an unnecessary qualifier since there's no other type of position. |
rm leftover print
rm leftover print
Description
Add a query for all positions from a trader
Purpose
used by front end.