You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be useful to be able to do a query based on an ENS name, for instance, and have the subgraph code run namehash and transform the query before it's handed off to the execution engine.
That way, users can execute the more intuitive query {domain(name: "foo.eth") { ... }} instead of {domain(id: "0x..."){ ... }}.