We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that many things have stabilized, we can go back to our README documentation and improve our queries.
A useful input: from Alex in Slack:
I'm using this query for general overview on subgraph:
query{ predictContracts{ id token{ name } subscriptions(orderBy: expireTime orderDirection:desc first:10){ user { id } expireTime } slots(orderBy: slot orderDirection:desc first:10){ slot roundSumStakesUp roundSumStakes predictions(orderBy: timestamp orderDirection:desc){ stake user { id } timestamp payout{ payout predictedValue trueValue } } trueValues{ trueValue } } } }
The text was updated successfully, but these errors were encountered:
5c92893
No branches or pull requests
Now that many things have stabilized, we can go back to our README documentation and improve our queries.
A useful input: from Alex in Slack:
I'm using this query for general overview on subgraph:
The text was updated successfully, but these errors were encountered: