graphql-client
graphql-client copied to clipboard
Built-in support for APQ (Persisted Queries)
APQ (Automatic Persisted Queries) are strandard and also a requirement for some GraphQL servers and they are also implemented in the graphql-server since 5.3
https://github.com/graphql-dotnet/graphql-dotnet/pull/3134
It would be cool to be able to use this feature out of box with the .net client Either building the query with some helper methods first, or with opt-in automatic conversion
https://www.apollographql.com/docs/apollo-server/performance/apq/
I have implemented this in other in-house GraphQL client but I think it can be easily ported here.
I have implemented this in other in-house GraphQL client but I think it can be easily ported here.
cool, if you dont have time for a full PR maybe you could at least drop some example code here so we can discuss the best approach to start?
thanks @sungam3r, looks like things are moving fast now!
In fact, I am now working in a hurry on a few tasks and cannot fully concentrate on one thing. APQ PR is more like a draft for now.