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

apollo-datasource-mongodb has dependency to old version of apollo-server-errors #115

Open
mishanianod opened this issue Oct 18, 2022 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mishanianod
Copy link

Hi,
when you install apollo-datasource-mongodb, I got the following error
warning "apollo-datasource-mongodb > apollo-server-errors@2.5.0" has incorrect peer dependency "graphql@^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".

@lorensr lorensr added bug Something isn't working help wanted Extra attention is needed labels Oct 28, 2022
@OneCricketeer
Copy link

OneCricketeer commented Nov 4, 2022

I have the following, and it is working fine

    "@apollo/server": "^4.0.4",
    "apollo-datasource-mongodb": "^0.5.4",
    "graphql": "^16.5.0",
    "mongoose": "^6.6.2",
    "mongoose-autopopulate": "^0.16.1",

But I don't use the errors package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants