Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

marmelab/aor-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archived Archived Repository
This code is no longer maintained. Feel free to fork it, but use it at your own risks.

aor-graphql

Deprecated: GraphQL packages for react-admin can be found in the main repository at https://github.com/marmelab/react-admin

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.