We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60720c commit 3b2bd67Copy full SHA for 3b2bd67
README.md
@@ -1,4 +1,5 @@
1
-# react-query-opal
+# @labdigital/graphql-fetcher
2
+<a href="https://npm.im/@labdigital/graphql-fetcher"><img src="https://badgen.net/npm/v/@labdigital/graphql-fetcher"></a> <a href="https://npm.im/@labdigital/graphql-fetcher">
3
4
Opinionated `fetch` wrappers for our client and server side queries in our Next.js frontends.
5
Only used for fetching from GraphQL endpoints.
@@ -10,7 +11,6 @@ Only used for fetching from GraphQL endpoints.
10
11
- Fallback when persisted query fails
12
- Client fetcher with React context support when the endpoint is only known at runtime
13
- Next data cache support
-- Preview mode support to disable all caches
14
15
## Notes
16
0 commit comments