graphql-utils
is a set of NPM packages with utilities for GraphQL.js based projects to aid in implementing complex APIs and working with the GraphQL AST.
It currently consists of two packages:
graphql-utils
: GraphQL utility functions compatible with any implementation of GraphQL that uses thegraphql
library as a base.nestjs-graphql-utils
: Utilities wrapped in NestJSParamDecorator
to encourage the stateless nature of NestJS GraphQL resolvers.
The full documentation with live code sandboxes can be found here.
The packages can be installed via the npm
and Yarn package managers. It's as easy as running npm i @jenyus-org/<package-name>
or yarn add @jenyus-org/<package-name>
.
For more information see the individual package folders and their respective READMEs.
This project is licensed under the terms of the MIT license.