@davidyaha/graphql-birdseye
Version:
graphql visualizer
56 lines (32 loc) • 1.27 kB
Markdown
<p align="center"><img src="https://i.imgur.com/JBBZ9Yn.png" width="269"></p>
# graphql-birdseye
<p align="center"><img src="docs/assets/animated-birdseye.gif" width="100%"/></p>
> graphql visualizer
[](https://www.npmjs.com/package/graphql-birdseye) [](https://standardjs.com)
GraphQL Visualizer for better development workflows. Still a **WIP**!
Heavily inspired by [GraphQL Voyager](https://github.com/APIs-guru/graphql-voyager) and the folks at [Apis-guru](https://github.com/APIs-guru)
## Demo
[](https://codesandbox.io/s/xp9mp9rzwo)
## Install
### NPM
```bash
npm install --save graphql-birdseye
```
### Yarn
```bash
yarn add graphql-birdseye
```
## Usage
```tsx
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](https://github.com/novvum)
---
<p align="center">Made with ❤️ by <a href="https://www.novvum.io">Novvum</a></p>