-
Notifications
You must be signed in to change notification settings - Fork 574
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
test: response-cache different schema #2200
base: main
Are you sure you want to change the base?
Conversation
|
✅ Benchmark Results
|
🚀 Website PreviewThe latest changes to the website are available as preview in: https://ebeb39f0.graphql-yoga.pages.dev |
Do you have a real world example usage of this ? You mean a server that is swapping its schema dynamically ? |
I think the response-cache should be bound to the used schema. However, right now the response cache is shared between all possible schemas.