Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 480 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 480 Bytes

backend-helpers

Some very opinionated helpers to set up graphql backend quickly and keep your code DRY.

Install

$ yarn add backend-helpers

Usage

import { loadStore, loadGraphql, createGraphqlApp } from 'backend-helpers'

Docs

https://alekbarszczewski.github.io/backend-helpers

TODO

  • example app
  • cli
  • update docs
  • conventions
  • test createGraphqlApp - invaid schema arg
  • travis
  • code cov
  • badges
  • tests for express graphql options