Skip to content

Interactive GraphQL exploration tool built with React - still working on the website

Notifications You must be signed in to change notification settings

woojunchoi/giraffQL

This branch is 6 commits behind giraffQL/giraffQL:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a7ec1a8 · Jun 23, 2018
Jun 23, 2018
Jun 23, 2018
Jun 23, 2018
Mar 12, 2018
Nov 29, 2017
Mar 12, 2018
Nov 29, 2017
Jan 26, 2018
Nov 29, 2017
Nov 27, 2017
Mar 12, 2018
Nov 30, 2017
Jun 23, 2018
Nov 30, 2017
Mar 29, 2018

Repository files navigation

license David


An interactive GraphQL schema visualization tool built with React. Create your schema, set up relations, generate and save your schema files and test your schema by writing some basic queries with Graphiql. Start exploring the capabilities of GraphQL with our App.

Getting Started


Create a GraphQL Schema


  • Create tables with the green button
  • Clear all tables with red button
  • Fill in each property of your schema and select each property class
  • Create relations between tables by dragging a line and connecting a table to a row
  • Save your schema file by clicking "Save Schema"

Exploring Queries


Explore with Graphiql and Mock Data


  • Once your tables are created click on "Test Schema"
  • This will launch GraphiQL and faker.js provides random data for you to send queries against your schema

Built With


Resources


Authors


License


This project is licensed under the MIT License - see the LICENSE.md file for details

About

Interactive GraphQL exploration tool built with React - still working on the website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%