JSPM

  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q34409F
  • 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!

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 by Novvum ❤️