Skip to content

Releases: Schibsted-Tech-Polska/nodejs-tech-talks-graphql

Turn on in-memory response caching

25 Jun 10:59
Compare
Choose a tag to compare
v1.4

Example how to turn on application level cache (in-memory) (#9)

Add cache hints

25 Jun 10:58
Compare
Choose a tag to compare
Cache hints (#8)

* Set max age to 60 sec if you fetch category with its products

Turn on persisted queries

25 Jun 10:54
Compare
Choose a tag to compare
Use persisted queries (#7)

* use persisted queries

* Add feature toggles for persistent queries.
Add global cache-control value

* Turn on persisted queries

Introduce dataloaders

25 Jun 10:52
Compare
Choose a tag to compare
Use dataloaders (#6)

* use dataloaders

Basic client & server applications

25 Jun 10:51
Compare
Choose a tag to compare
v1.0

Remove npm scripts that are not working / not used, update readme (#10)