djhi / aor-graphql

Packages related to using GraphQL with Admin-on-rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aor-graphql

This is a lerna project for working on packages related to using GraphQL with Admin-on-rest.

This is very WIP. It currently requires changes on admin-on-rest which have not been published yet.

Documentation is on its way.

About this repository

You'll find three packages in this repository:

Roadmap

  • Better documentation and samples
  • Provide an example implementation of a custom graphql dialect
  • Includes a custom saga for real time updates based on graphql subscriptions

Development

We included some make commands to ease common tasks:

make install: runs the installation command from lerna, ensuring packages are linked correctly.

make watch: will compile and watch changes on the aor-graphql-client and aor-graphql-client-graphcool packages make run: will starts the demo

You should run both commands in separate terminals when playing with the source code.

make watch-test: will run the tests in watch mode. make test: will run the tests once.

About

Packages related to using GraphQL with Admin-on-rest


Languages

Language:JavaScript 99.4%Language:HTML 0.3%Language:Makefile 0.2%Language:CSS 0.0%