You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hooks are still generated as mutations, just moved to a different part of the file.
What were you expecting to happen?
Hooks would be generated as queries.
Any other comments?
#515 has a working example using operations. However, since we have no operation IDs on the paths, using a tag is ideal.
The text was updated successfully, but these errors were encountered:
dawsonbooth
changed the title
POST operation not treated as query with tag override
POST operation not treated as query despite tag override
Jan 11, 2023
Not exactly. We're instead wrapping the mutation with a custom hook that mimics the query API, which isn't really ideal but works for now for our purposes.
What are the steps to reproduce this issue?
What happens?
Hooks are still generated as mutations, just moved to a different part of the file.
What were you expecting to happen?
Hooks would be generated as queries.
Any other comments?
#515 has a working example using
operations
. However, since we have no operation IDs on the paths, using a tag is ideal.The text was updated successfully, but these errors were encountered: