Skip to content

GraphQL caching layer used for debugging and development environments

Notifications You must be signed in to change notification settings

vendrinc/graphql-proxy-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Proxy Mock

This is a GraphQL caching layer used for debugging and development environments.

It will take graphql resquests and cache the results to a set of flatfiles hashed by integer hash. Future queries that match that query will receive the result from disk instead of from the DB.

Run locally via: yarn install

and then

yarn up https://api.blissfully.dev/graphql

About

GraphQL caching layer used for debugging and development environments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published