You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraphQL persisted queries provide a way to store well-known queries in the server-side. This reduces the network overhead of large queries and also the resources of parsing and validating the queries per each request.
Proposed Solution
We need to come up with a design for supporting persisted queries in GraphQL server. Following things should be considered:
GraphQL server developer should be able to provide a set of persisted queries
Need to look into how introspection works with the persisted queries
Need to bypass the parsing and validation phases for the persisted queries
GraphQL caching should support persisted queries
Alternatives
No response
Version
No response
The text was updated successfully, but these errors were encountered:
Problem
GraphQL persisted queries provide a way to store well-known queries in the server-side. This reduces the network overhead of large queries and also the resources of parsing and validating the queries per each request.
Proposed Solution
We need to come up with a design for supporting persisted queries in GraphQL server. Following things should be considered:
Alternatives
No response
Version
No response
The text was updated successfully, but these errors were encountered: