November 3, 2019

261 words 2 mins read

Novvum/graphql-birdseye

Novvum/graphql-birdseye

View any GraphQL schema as a dynamic and interactive graph.

repo name Novvum/graphql-birdseye
repo link https://github.com/Novvum/graphql-birdseye
homepage http://birdseye.novvum.io/
language TypeScript
size (curr.) 11158 kB
stars (curr.) 608
created 2018-12-09
license MIT License

NPM JavaScript Style Guide

Description

Birdseye is an interactive tool that dynamically displays GraphQL schemas. It helps teams visualize and understand the nodes and connections within their schema. Birdseye was built using jointJS and makes for a lightweight addition to any web project.

Try the React component on CodeSandbox: Edit graphql-birdseye-demo

Features

  1. Graphical view of any GraphQL schema
  2. Ability to click on a field or type to view its connections
  3. Dynamic zooming to focus on small portions of the schema at a time
  4. Add to any web project
  5. Customizable styling and theming

Getting Started

You can add Birdseye to your project as either a Javascript library or as a React package. Get started by reading the docs for each method:

Background

Birdseye was inspired by GraphQL Voyager and the Apis-guru team. We found that Voyager would add 1.2 MB to our projects, which was too big for us. This motivated us to create Birdseye, which has a bundle size of less than 200 KB. Birdseye is open source and free to use and explore.

Roadmap

We have plans to keep improving Birdseye. Here’s what is next:

  1. Add Union and Interface type support
  2. Improve performance for larger schemas
  3. Option to toggle zoom navigation style
  4. Smoother UI transitions and interactions

Contributing

This is an open source project. To learn how to contribute, please check out our contributing guide.

License

MIT © Novvum


comments powered by Disqus