How to use path parameters on useMutation
?
#2009
Unanswered
bangonkali
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am able to query using path params but I am not able to do so using useMutations? Is this a limitation? Or am I doing it wrong?
* Notice the red squiggly at the end of the last example on parameter
a
.I have added the following to
tsconfig
:I get the following error when forcing a build:
However, if I just mouse hover, I get some sort of indication that tenantId is part of the parameter based on the following tip:
If I type something I get the following error:
Then I tried a couple of variations and none worked :(
I am not seeing anything different from my
get
vsdelete
json openapi schema.There also seems nothing suspicious in the generated
d.ts
file.Beta Was this translation helpful? Give feedback.
All reactions