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
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Expected Behavior
Use fetchOptions to override
useGETForQueries
to use POST on one specific query.Actual Behavior
POST override does not work, GET is still used for the query.
A simple reproduction
https://codesandbox.io/s/apollo-client-quick-setup-4dgq6?file=/src/index.js
This might be an Apollo Hooks issue.
The text was updated successfully, but these errors were encountered: