slothking-online / graphql-editor
- воскресенье, 23 сентября 2018 г. в 00:15:39
TypeScript
GraphQL editor - visual node editor for GraphQL
Graphql editors makes it easier to understand graphql schema. Create schema by joining visual blocks. GraphQLEditor will transform them into code.
With GraphQLEditor you can create visual diagrams without writing any code.
Here is Live demo of GraphQLEditor
Clone the repository
$ git clone https://github.com/slothking-online/grqphql-editor
$ cd graphql-editor
Install with npm package manager
$ npm install
$ npm run start
Adter that you should have editor running on
http://localhost:1569
Create GraphQL nodes and connect them to generate database schema.
To create nodes press and hold spacebar then hover mouse button on chosen category. Click the mouse button on node to create it. Connect nodes with each other.
Feel free to contact us and contribute in graphql editor project. aexol@aexol.com