GiraffQL:使用React构建的交互式GraphQL模式可视化工具

使用React构建的交互式GraphQL模式可视化工具。 创建您的模式,建立关系,生成并保存您的模式文件,并通过使用Graphiql编写一些基本查询来测试您的模式。 开始探索与我们的应用程序GraphQL的功能。

React 其它杂项

访问GitHub主页

共173Star

详细介绍

GiraffQL

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