auth-graphql-starter icon indicating copy to clipboard operation
auth-graphql-starter copied to clipboard

Fix mongoose 4.11.0 deprecation warning

Open nbkhope opened this issue 6 years ago • 0 comments

Fixes the following deprecation warning:

(node:3351) DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`. See http://mongoosejs.com/docs/connections.html#use-mongo-client

nbkhope avatar Nov 09 '17 19:11 nbkhope