apollographql / apollo-link

:link: Interface for fetching and modifying control flow of GraphQL requests

Home Page:https://www.apollographql.com/docs/link/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot override `useGETForQueries` to use POST on one specific query

aej11a opened this issue · comments

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.