Replies: 1 comment
-
Hi, Kinda curious on how is this working without variables? In any case, you could change fetcher to: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I currently use
graphql-request
as my fetcher library, I am trying to make multiple requests to an API using therefreshInterval
config. This works well right now, is it possible to change the input payload for each unique request to the API because currently it uses the input payload for all requests.I need to send a new ReCaptcha token in the payload for each request to the API. I do not know if this is possible with this library.
Beta Was this translation helpful? Give feedback.
All reactions