Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hello, is there any support for the use of Persisted Queries? I don't mean Automatic Persisted Queries (APQ) as I noticed it is already supported. This is mostly because I want to have a little bit more security, and the clients can only do a handful of queries and can't create any more than the ones that are permitted.

You must be logged in to vote

Replies: 1 comment

Comment options

please have a look at https://github.com/graphql-java/graphql-java/blob/master/src/main/java/graphql/execution/preparsed/persisted/PersistedQuerySupport.java, you can write your own implementation of that Abstract class and provide your own preparsed document provider with your prefilled cache.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
💡
Ideas
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1979 on June 26, 2024 09:43.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.