As GraphQL seems to enjoy interest of DEV.to community I want to share with you a video showing how easy is creating a GraphQL Schema with GraphQL Editor.
You can play with the editor here or check out Github repo:
graphql-editor
/
graphql-editor
📺 Visual Editor & GraphQL IDE. Draw GraphQL schemas using visual 🔷 nodes and explore GraphQL API with beautiful UI. Even 🐒 can do that!
GraphQLEditor makes it easier to understand GrapHQL schemas. Create a schema by joining visual blocks. GraphQLEditor will transform them into code. With GraphQLEditor you can create visual diagrams without writing any code or present your schema in a nice way!
Cloud version
Here is a cloud version of GraphQLEditor. Which also contains:
- cloud project management and versioning
- team libraries
- schema libraries
- live schema mock backend deployment
- frontend engine to play with mock backend
- live collaboration
How it works
Create GraphQL Schemas
Explore Large GraphQL Schemas
Table of contents
- How it works
- Table of contents
- Developer Docs
- License
- How It Works
- Develop or use standalone
- Support
- Contribute
- Team
- Underlying Diagram technology
- Underlying Parsing technology
- GraphQL Tutorials
Developer Docs
If you wish to contribute docs from typedoc
are availble on https://graphql-editor.github.io/graphql-editor/
License
MIT
How It Works
Create GraphQL nodes and connect them…
Hope you gonna enjoy! Cheers!
Top comments (2)
I like the idea.
But I think giving attributes the same visual representation as the types they belong to is strange.
Hi,
We will try to differentiate them somehow later. Thanks!