Quickly build your GraphQL schema for FaunaDB, directly from your browser!
The default GraphQL schema uses FaunaDB internal GraphQL definitions. (@collection, '@relation', etc.
).
Demo (automatically updated from the master
branch).
Fork this template using Vercel:
Use this if you wish to have your own instance FaunaDB GraphQL Editor. You can host it on Vercel for free as long as it's open-source.
The editor uses the browser Local Storage to store the GraphQL Editor schema metadata.
There is no way to restore lost versions, and everything you do in your browser can be lost definitively if the local storage is cleared.
It is recommended to keep a copy of your schema somewhere (GitHub, etc.). This way, you can quickly restore it using copy/paste right into the editor.
This is a fork of @Vadorequest/personal-graphql-editor, specifically adapted to FaunaDB.