GraphQL using GET request #29023
Unanswered
erikdemarco
asked this question in
Feature Requests
Replies: 0 comments
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.
Currently supabase only support fetching graphql data via POST request, this is very bad decision. As we cant place http cache in the middle. as most dns will not cache POST request.
source:
https://supabase.com/docs/guides/graphql
All reactions