Introduction to GraphQL Mongo Helpers
September 30, 2018
If you are using MongoDB and GraphQL, you probably have some arguments on your resolvers to filter the data returned from MongoDB. Using those helpers you can reduce the amount of code duplication when doing that! https://github.com/entria/graphql-mongo-helpers Installing Right now, the package has…