vertx-web
vertx-web copied to clipboard
Support Automatic persisted queries in GraphQL
trafficstars
Describe the feature
As per Apollo's docs. Automatic persisted queries requires minimal change on the client (if supported) and boosts performance by not having to resend potentially large queries.
A simple cache needs to be used to avoid DoS or similar.
Urql also supports this feature, i.e. not restricted to specific clients.
Use cases
Improve performance and reduce network usage.
Contribution
Are you interested in contributing this feature?