Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morficus/graphqlviz-schema-merge
https://github.com/morficus/graphqlviz-schema-merge
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/morficus/graphqlviz-schema-merge
- Owner: morficus
- License: mit
- Created: 2019-08-16T20:08:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:24:38.000Z (about 2 years ago)
- Last Synced: 2023-03-22T15:07:59.345Z (almost 2 years ago)
- Language: JavaScript
- Size: 226 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL Schema Visualizer
A combination of tools to help visualize your GraphQL schema. It assumes you have split your schema in to smaller, modular pieces (look at the [schema-modules](./schema-modules) directory).
## Getting started
Once you install Node.js, just run `npm install` to grab all dependencies.## Avilable commands
* `npm run schema-viz-static`: Generate static image file (schema.png) of your schema
* `npm run schema-viz-interactive`: Generate an interactive schema explorer
* `npm run interactive-schema`: Start the interactive schema explorer## Tools used
* GraphQLViz: https://github.com/sheerun/graphqlviz
* GraphQL Voyager: https://apis.guru/graphql-voyager/
* Merge GrpahQL Schemas: https://www.npmjs.com/package/merge-graphql-schemas