@entria/graphql-mongo-helpers

Mongo helpers to be used when building a GraphQL API

Usage no npm install needed!

<script type="module">
  import entriaGraphqlMongoHelpers from 'https://cdn.skypack.dev/@entria/graphql-mongo-helpers';
</script>

README

GraphQL Mongo Helpers

npm CircleCI (all branches)

  1. What is this?
  2. Install
  3. Usage

What is this?

It's a package with some (currently two to be exact) tools to use when building a GraphQL API and using MongoDB.

Install

yarn add @entria/graphql-mongo-helpers

Usage

The most updated source of documentation are the test files, check the files in src/__tests__/.

The following posts are going to have more info on both helpers currently exported by this library:

Introduction to GraphQL Mongo Helpers

Client-Supplied Custom Sorting Using GraphQL