I'm trying to use graphql + apollo + mongodb. But I keep getting this cyclic dependency error. I'm trying to make a react app a recipe app.
Here's the error cyclic dependecy detected
Here's my schema.js, resolvers.js and server.js
Here' s my mongo models.