davidyaha / graphql-birdseye

🦅 Represent any GraphQL API as an interactive graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🦅 Represent any GraphQL API as an interactive graph.

License:MIT License


Languages

Language:JavaScript 97.0%Language:TypeScript 2.8%Language:CSS 0.2%Language:HTML 0.0%