Jonathan Cardoso Machado
[en] / pt-br
HOMEBLOG

Tag - #mongodb

September 2018

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…
May 2018

Parallel testing a GraphQL server with Jest and MongoDB

May 13, 2018
This is a follow-up to the awesome post written by Sibelius Seraphini: Testing a GraphQL server using Jest Previously here at Entria , we were running our tests using the --runInBand flag, which makes Jest work serially, running one test after the other. This was needed because we were creating…
Back to list of Tags
Made with
using Gatsby