-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Error in apollo-server-plugin-response-cache #5804
Comments
wenoweno
changed the title
error in apollo-server-plugin-response-cache
Error in apollo-server-plugin-response-cache
Oct 18, 2021
glasser
added a commit
that referenced
this issue
Oct 19, 2021
glasser
added a commit
that referenced
this issue
Oct 19, 2021
Thanks for the catch; fixing in #5816. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello everyone, I got this error
So, I look up the source code of
ApolloServerPluginResponseCache
in 'apollo-server-plugin-response-cache'.From what I see, now package.json has apollo-server-types as devdependencies. However, ApolloServerPluginResponse js uses an enum called
CacheScope
, so an error seems to occur. Maybe this should be in dependencies, not devdependencies?The text was updated successfully, but these errors were encountered: