JSPM

  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q34227F
  • License MIT

graphql visualizer

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

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