Package Exports
- graphql-birdseye
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (graphql-birdseye) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

graphql-birdseye

graphql visualizer
GraphQL Visualizer for better development workflows. Still a WIP!
Heavily inspired by GraphQL Voyager and the folks at Apis-guru
Demo
Install
NPM
npm install --save graphql-birdseyeYarn
yarn add graphql-birdseyeUsage
import * as React from 'react';
import GraphqlBirdseye from 'graphql-birdseye';
class Example extends React.Component {
render() {
return <GraphqlBirdseye schema={this.props.schema} />;
}
}License
MIT © novvum
Made with ❤️ by Novvum