apollo-datasource-mongodb icon indicating copy to clipboard operation
apollo-datasource-mongodb copied to clipboard

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

Open mishanianod opened this issue 3 years ago • 1 comments

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

mishanianod avatar Oct 18 '22 14:10 mishanianod

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

OneCricketeer avatar Nov 04 '22 15:11 OneCricketeer