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