-
-
Notifications
You must be signed in to change notification settings - Fork 498
feat: add relay persisted_query extension #641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Just double checking here — this isnt in query execution time. The query is uploaded via FormData well and truely before its execution time. At runtime, the query is in fact sent via the |
A consumer 100% controls the network layer — we can send whatever we'd like. |
6425190
to
f1f2371
Compare
hi @Miaxos was wondering if you're still looking after this? If not, id be more than happy to fork your PR and help ship this across the finishing line 🚀 |
7eabbe3
to
912feb3
Compare
2bf0fb8
to
1ae8831
Compare
404c7b2
to
0142d6a
Compare
A draft to add relay persisted Query extension.
The purpose is to check if this could solve #637
If it's in the right way, test are to be added and the allowlist should also be implemented.
It's only slightly different than Apollo's version, so maybe merge them later?