How can we pass dynamic fetch options? #528
Unanswered
ozguruysal
asked this question in
Q&A
Replies: 1 comment
-
For anyone checking this, based on the discussion here, the only workaround for now is to instantiate a new GraphQL client on each request. And the feature request is here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to know if it's possible to pass dynamic fetch options. Next.js 13 now uses a patched
fetch
and I'd like to specifically addtags
as explained here in the docs.Beta Was this translation helpful? Give feedback.
All reactions