@davidyaha/graphql-birdseye
v1.0.8
Published
graphql visualizer
Downloads
10
Maintainers
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-birdseye
Yarn
yarn add graphql-birdseye
Usage
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