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
Check if timestamp and blockNumber can be replaced with
timestamp
blockNumber
type Transaction @entity { id: ID! timestamp: BigInt! blockNumber: BigInt! }
Problem is that Graph can not filter on non-top level fields.
The text was updated successfully, but these errors were encountered:
No, it's impossible https://discord.com/channels/438038660412342282/438070183794573313/769558549415723008.
Sorry, something went wrong.
No branches or pull requests
Check if
timestamp
andblockNumber
can be replaced withProblem is that Graph can not filter on non-top level fields.
The text was updated successfully, but these errors were encountered: