apollo-datasource-mongodb
apollo-datasource-mongodb copied to clipboard
apollo-datasource-mongodb has dependency to old version of apollo-server-errors
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".
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