graphprotocol / research

Research, proposals, papers, and specs
48 stars 9 forks source link

Create resolver-based JS mapping for old OriginListing contract #13

Closed Zerim closed 6 years ago

Zerim commented 6 years ago

We should explore the more traditional resolver pattern for implementing part of a GraphQL endpoint.

This focuses less on ingest and indexing, and more on hitting the blockchain directly to get data for each query. Solves the block-depth problem for free.

yanivtal commented 6 years ago

No longer relevant