https://github.com/vadorequest/faunadb-graphql-editor
Quickly build your GraphQL schema for FaunaDB, directly from your browser!
https://github.com/vadorequest/faunadb-graphql-editor
create-react-app-typescript editor faunadb graphql graphql-editor react
Last synced: 3 months ago
JSON representation
Quickly build your GraphQL schema for FaunaDB, directly from your browser!
- Host: GitHub
- URL: https://github.com/vadorequest/faunadb-graphql-editor
- Owner: Vadorequest
- License: mit
- Created: 2021-03-06T19:50:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T16:47:16.000Z (over 4 years ago)
- Last Synced: 2025-02-09T11:30:13.346Z (5 months ago)
- Topics: create-react-app-typescript, editor, faunadb, graphql, graphql-editor, react
- Language: TypeScript
- Homepage: https://faunadb-graphql-editor.vercel.app/
- Size: 260 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FaunaDB GraphQL Editor
**Quickly build your GraphQL schema for FaunaDB, directly from your browser!**
The default GraphQL schema uses FaunaDB internal GraphQL definitions. (`@collection, '@relation', etc.`).
## Online demo
[Demo](https://faunadb-graphql-editor.vercel.app/) (automatically updated from the `master` branch).

## Deploy your own
Fork this template using [Vercel](https://vercel.com):
[](https://vercel.com/new/git/external?repository-url=https://github.com/Vadorequest/faunadbgraphql-editor&project-name=faunadbgraphql-editor&repository-name=faunadbgraphql-editor)
> 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.
## A word of caution
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.## Fork
This is a fork of [@Vadorequest/personal-graphql-editor](https://github.com/Vadorequest/personal-graphql-editor), specifically adapted to FaunaDB.