1.0.8 • Published 5 years ago

@davidyaha/graphql-birdseye v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

graphql-birdseye

graphql visualizer

NPM JavaScript Style Guide

GraphQL Visualizer for better development workflows. Still a WIP!

Heavily inspired by GraphQL Voyager and the folks at Apis-guru

Demo

Edit graphql-birdseye-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