0.2.12 • Published 4 years ago

@mauna/graphql-schema v0.2.12

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Mauna GraphQL

GraphQL schema and common queries for mauna. Reference documentation can be found here.

Instructions for building package

  • Edit files in common/ directory
  • Make sure to set env vars: export HASURA_ADMIN_SECRET=XXX
  • Run npm run build

Instructions for publishing package

  • If build successful, before committing results, run npm run version bump.
  • npm publish --access public

Instructions for updating docs

Docs are built using a ruby gem graphql_docs and published on github pages.

  • Install bundler
  • Run bundle install --path vendor/bundle
  • Run npm run docs
  • Commit all changes,
  • Then git checkout gh-pages and git merge <original-branch>
  • git push origin gh-pages
0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago