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
Initial architecture and goals: https://github.com/graphprotocol/graph-client/blob/main/docs/architecture.md
The goal of this milestone is to provide tooling in the JS/TS ecosystem for the following topics:
* Integration with GraphQL-Mesh (needed for managing introspection, client-side composition, simple API for schema manipulations)
* Expose a simple fetch/execute wrapper (using Executor), that can simply provide an interface for execution operations.
* Initial integration with: Apollo-Client, Urql, Relay and raw execute/fetch.
* Usage examples for: Node, Browser (nextjs?)
* Support for different built-in network strategies: retry, fallback, race (simplify some common workflows in the dapp development ecosystem)