graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL

Results 682 graph-node issues
Sort by recently updated
recently updated
newest added

Suppose our schema looks like this: ``` type Account @entity { id: ID! } type Thing @entity { id: ID! account: Account! } ``` and we write a query: ```...

enhancement
area/graphql
developer experience
projects/ens

The account-like optimization is turned on with `graphman stats account-like ` and changes query generation for that table by adding to the clause `block_range @> $block` that all our queries...

enhancement
Stale
indexer experience

Bumps [defer](https://github.com/andrewhickman/defer) from 0.1.0 to 0.2.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=defer&package-manager=cargo&previous-version=0.1.0&new-version=0.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
rust

Bumps [toml](https://github.com/toml-rs/toml) from 0.8.8 to 0.8.10. Commits 7f3e276 chore: Release 07c8c2c docs: Update changelog 10392d5 chore: Release 4592fe4 docs: Update changelog b7bd3a4 Merge pull request #675 from epage/dotted-key 89d1416 fix(edit):...

dependencies
rust

Bumps [substreams](https://github.com/streamingfast/substreams-rs) from 0.5.12 to 0.5.13. Release notes Sourced from substreams's releases. v0.5.13 Added support for specifying let mut <param>: <Type> when using the #[substreams::handlers::map] macros, this enables in-place trimming...

dependencies
rust