-
## Description of the feature
I would like to support for Safelisting with persisted queries.
https://www.apollographql.com/docs/graphos/operations/persisted-queries/
Registration of the list can…
-
The terms "persisted queries" and "stored operations" are typically used interchangably. The traditional name is "persisted queries", but the term "stored operations" acknowledges that this approach c…
-
can we use persisted queries with graphql-request?
-
### Component(s)
router
### Is your feature request related to a problem? Please describe.
How to use local storage for persisted queries in cosmo router (running on bare metal) and also how to pro…
-
Please add example with persisted queries.
-
So my backend services use gqlgen's automatic persisted queries, seems like this isn't compatible with bramble, as the extensions part doesn't make it through. Is there any way to get this to work? o…
csucu updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
Persisted queries aim at:
- Improve the performance of a GraphQL server
- Whitelist specific queries
- Reduce bandwidth usage
…
-
**Is your feature request related to a problem? Please describe.**
It would be great if this library support persisted queries, which means the server already knows the query the client is sending, a…
-
How do add Automatic Persisted Queries Link
https://www.apollographql.com/docs/apollo-server/performance/apq/
-
### Scope
Improves an existing behavior
### Compatibility
- [ ] This is a breaking change
### Feature description
I was having a hard time understanding why MSW was matching handlers lo…