Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Support GraphQL protocol #271

Open
AndrewDryga opened this issue Nov 9, 2017 · 0 comments
Open

RFC: Support GraphQL protocol #271

AndrewDryga opened this issue Nov 9, 2017 · 0 comments

Comments

@AndrewDryga
Copy link
Member

AndrewDryga commented Nov 9, 2017

We can mimic some features of https://dev-blog.apollodata.com/introducing-apollo-engine-insights-error-reporting-and-caching-for-graphql-6a55147f63fc since they are fairly easy to re-implement:

  • TTL based query cache can be very efficient with ETS tables;
  • we already have plans to have tracing;
  • schema stitching would require some configuration enchantment because now we would need a place to store that data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant