apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Persisted queries without a retry of the raw query

Open kbariotis opened this issue 3 years ago • 0 comments

Hi all, hopefully that's the right place to ask.

Is it possible to disable the retry mechanism of the persisted queries mechanism so the client will send only the hash and never the raw query, essentially removing the ability from the client to do arbitrary queries?

We would like to implement something similar to https://github.com/apollographql/persistgraphql where the hash is pre-generated and the server will only accept pre-known queries.

Thank you

kbariotis avatar Nov 19 '20 12:11 kbariotis