apollo-link-persisted-queries icon indicating copy to clipboard operation
apollo-link-persisted-queries copied to clipboard

Persisted Query support with Apollo Link

Results 23 apollo-link-persisted-queries issues
Sort by recently updated
recently updated
newest added

Bumps [jest](https://github.com/facebook/jest) from 23.6.0 to 27.4.5. Release notes Sourced from jest's releases. v27.4.5 Fixes [jest-worker] Stop explicitly passing process.env (#12141) New Contributors @​4geru made their first contribution in facebook/jest#12144 Full...

dependencies

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 21.1.4 to 23.10.5. Release notes Sourced from ts-jest's releases. 23.10.5 (2018-11-22) Bug Fixes config: More safely resolve 'jest-config' (0445500), close #854. 23.10.4 (2018-10-06) Bug Fixes cache: adds...

dependencies

Bumps [rollup](https://github.com/rollup/rollup) from 0.45.2 to 2.61.1. Release notes Sourced from rollup's releases. v2.61.1 2021-12-11 Bug Fixes Only resolve this.load once the code of the module is available (#4296) Pull Requests...

dependencies

**What does it do?** Allows `ignoreOperations` to specify an array of operations to ignore when persisting requests. **Why?** I came across an issue https://github.com/apollographql/apollo-link-persisted-queries/issues/12 with persisted queries and `apollo-upload-client` where...

feature

Hello! Thanks so much for building such a great library! `apollo-link-persisted-queries` assumes your hash will be sha256, but provides `generateHash` function to override that which we assumed we’d use to...

feature

I want disallow arbitrary queries from client to prevent abusive queries. How do I extract and compute query hashes and save it as a query white list file and use...

blocking
feature

The Apollo glossary defines query whitelisting as follows: > A technique for preventing unwanted attacks by maintaining a list of approved queries that are allowed in your application. Any query...

Hello. I hope it is ok to post this here... I need some help communicating with a server that uses apollo persisted queries. I'm hoping to hire someone to help...

Can you adjust this to not use CommonJS require mixed with ES6 imports? It is breaking rollup bundles since they can't handle files that use both. https://github.com/apollographql/apollo-link-persisted-queries/blob/974edc3981570005d18ea455cc048f2a335c3b1b/src/index.ts#L2