Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scope2229
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I needed to set a tenant using graphql and rather than use a header i wanted to pass an extra argument to the
useManualQuery
UseClientRequestOptions
. I couldn't figure out if it is possible to extend/add a value to theUseCLientRequestOptions
usingtypes/global.d.ts
Has anyone before managed to extend the types in graphql-hooks??
I tried
and
Beta Was this translation helpful? Give feedback.
All reactions