Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://dferber90.github.io/graphql-ast-explorer/
Visualize GraphQL AST's
https://dferber90.github.io/graphql-ast-explorer/
Last synced: 12 days ago
JSON representation
Visualize GraphQL AST's
- Host: GitHub
- URL: https://dferber90.github.io/graphql-ast-explorer/
- Owner: dferber90
- License: mit
- Archived: true
- Created: 2016-01-06T16:49:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T22:42:42.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T22:51:27.225Z (3 months ago)
- Language: JavaScript
- Homepage: http://dferber90.github.io/graphql-ast-explorer/
- Size: 8.79 KB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphql - GraphQL AST Explorer - Explore the AST of a GraphQL document interactively (Tools / Julia Libraries)
README
# GraphQL AST Explorer
Visualizes GraphQL AST's interactively.
Explore at [dferber90.github.io/graphql-ast-explorer](http://dferber90.github.io/graphql-ast-explorer/).
For mature version, check out [astexplorer.net](http://astexplorer.net/).
## Start Development
```
$ git clone [email protected]:dferber90/graphql-ast-explorer.git
$ cd graphql-ast-explorer
$ npm install
$ npm start
```
Then visit `localhost:8080`.## Build for Production
```
$ npm run build
```
Then serve the contents of `dist/` from your server.