Skip to content
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

Support for Automatic Persisted Queries to the backend #7308

Open
paales opened this issue Jul 17, 2024 · 0 comments
Open

Support for Automatic Persisted Queries to the backend #7308

paales opened this issue Jul 17, 2024 · 0 comments

Comments

@paales
Copy link

paales commented Jul 17, 2024

Is your feature request related to a problem? Please describe.

Our backend (Magento) is using Varnish/Fastly as a caching layer for GraphQL. This works fine, but only for GET requests. When building new shops, we regularly run into max URL lengths (8000 characters as defined by the spec https://www.rfc-editor.org/rfc/rfc9110#section-4.1-5)

Describe the solution you'd like

We'd to be able to configure useAQP: true on a GraphQL handler. So that the it communicates with the AQP protocol.

And an additional benefit would be that this, would reduce network overhead.

Describe alternatives you've considered

We've been following the strategy to keep the query size down as much as possible. But it has been a continuous struggle and we keep hitting limits when a frontend developer does something a little bit more than query a few fields.

Additional context

This came to our attention again when we ran into #7235 and with sufficiently complex backends users run into

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant