@davidyaha/graphql-birdseye
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

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


Made with ❤️ by Novvum

Package Sidebar

Install

npm i @davidyaha/graphql-birdseye

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

838 kB

Total Files

16

Last publish

Collaborators

  • davidyaha