Skip to content

Vadorequest/faunadb-graphql-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (automatically updated from the master branch).

image

Deploy your own

Fork this template using Vercel:

Deploy with 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.

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, specifically adapted to FaunaDB.