vertx-web icon indicating copy to clipboard operation
vertx-web copied to clipboard

Support Automatic persisted queries in GraphQL

Open re-thc opened this issue 4 years ago • 1 comments
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

re-thc avatar Jan 18 '21 09:01 re-thc

Are you interested in contributing this feature?

tsegismont avatar Jan 19 '21 12:01 tsegismont