Skip to content

rowe-stamy/GraphQLDashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Dashboard

The 'Swagger UI' for GraphQL

The GraphQL Dashboard is intended as a simple user interface that a non-technical person can use to perform queries and mutations.
A form for entering the input for these operations is generated dynamically based on the GraphQL schema.

Development

  1. Run the next.js app with cd src && yarn install && yarn dev
  2. Make sure that a GraphQL backend is running on http://localhost:54321.

A HotChocolate example backend is provided under examples/simpleBackend and can be started with cd examples/simpleBackend && dotnet run .

Work in progress

Current Status:

image

About

The Swagger UI for GraphQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 69.5%
  • CSS 28.0%
  • JavaScript 2.5%