All Projects → Jenyus-Org → graphql-utils

Jenyus-Org / graphql-utils

Licence: MIT license
Utilities and helpers to make working with GraphQL.js based APIs simpler.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to graphql-utils

nest-neo4j
A NestJS module for integrating with Neo4j
Stars: ✭ 54 (+28.57%)
Mutual labels:  nestjs
nest-react
Simple NestJS + React boilerplate using the Yarn workspaces - Full on TS!
Stars: ✭ 40 (-4.76%)
Mutual labels:  nestjs
nest-serve
使用 Nestjs 8.x 以微服务方式开发的基础管理后台服务,并搭配 React 开发的管理后台前端(可自行根据 swagger 的接口开发对应的管理后台前端)
Stars: ✭ 97 (+130.95%)
Mutual labels:  nestjs
nest-mailman
📮 The mailer package for your NestJS Applications.
Stars: ✭ 161 (+283.33%)
Mutual labels:  nestjs
angular-nestjs-rendering
Angular 5+ server side rendering using NestJS ⭐ 🔥 💥
Stars: ✭ 104 (+147.62%)
Mutual labels:  nestjs
courses.nestjs.com
Official NestJS Courses website https://courses.nestjs.com 🏡
Stars: ✭ 65 (+54.76%)
Mutual labels:  nestjs
streamkit
My streaming overlay platform for YouTube https://bit.ly/3AvaoFz and Twitch https://bit.ly/37xUPAM
Stars: ✭ 15 (-64.29%)
Mutual labels:  nestjs
unnue-nuxt
开媛笔记,基于nuxt ssr首屏服务器端渲染 ⚡。用于分享、记录、交流和学习,希望可以帮助到小伙伴们。同时网站在永久更新,备好鸡血,一起来战 Ooh aah!
Stars: ✭ 98 (+133.33%)
Mutual labels:  nestjs
car-assembly
基于Vue3.0+WebGL+Nestjs搭建的汽车组装演示系统
Stars: ✭ 44 (+4.76%)
Mutual labels:  nestjs
mpcast-minapp-uni
播(客)课小程序
Stars: ✭ 14 (-66.67%)
Mutual labels:  nestjs
nest-crawler
An easiest crawling and scraping module for NestJS
Stars: ✭ 45 (+7.14%)
Mutual labels:  nestjs
Phantom
A mimic website of Pinterest where one can share ideas , socialize and find inspirational ideas
Stars: ✭ 18 (-57.14%)
Mutual labels:  nestjs
nestjs-ioredis
IORedis module for Nest
Stars: ✭ 21 (-50%)
Mutual labels:  nestjs
chanyeong
👨‍💻 chanyeong's portfolio and blog webpage
Stars: ✭ 39 (-7.14%)
Mutual labels:  nestjs
nuxtjs-nestjs-starter
Starter project for nuxtjs and nestjs all in one integrated.
Stars: ✭ 56 (+33.33%)
Mutual labels:  nestjs
TraderCore
Core module for the StockML crypto trading application.
Stars: ✭ 41 (-2.38%)
Mutual labels:  nestjs
nestjs-modules
NestJS modules
Stars: ✭ 26 (-38.1%)
Mutual labels:  nestjs
nestjs-extensions
[WIP] A bunch of useful and opinionated filters, modules, pipes... to use with Nest framework. 😻
Stars: ✭ 43 (+2.38%)
Mutual labels:  nestjs
nest-xray
Distributed tracing for Nestjs with AWS X-Ray as the backend. Instrument incoming and outgoing HTTP requests
Stars: ✭ 50 (+19.05%)
Mutual labels:  nestjs
azure-serverless-deprecated
[Deprecated] Azure Serverless module for Nest framework (node.js) 🌩
Stars: ✭ 44 (+4.76%)
Mutual labels:  nestjs

graphql-utils

License: MIT GitHub Checks GitHub Issues GitHub Pull Requests GitHub Stars

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 the graphql library as a base.
  • nestjs-graphql-utils: Utilities wrapped in NestJS ParamDecorator to encourage the stateless nature of NestJS GraphQL resolvers.

Documentation

The full documentation with live code sandboxes can be found here.

Installation

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.

License

This project is licensed under the terms of the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].