🍺 BREW Explorer

← all formulae

graphqlviz

brew install graphqlviz v4.0.1 MIT

GraphQL Server schema visualizer

19
30-day installs · #7014
56
90-day · #7045
317
365-day · #6190
750
★ GitHub stars · updated 3y ago

Runtime dependencies

GitHub topics

cli graphql graphviz

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "node"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "GraphQL Server schema visualizer",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:25+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "graphqlviz",
  "github_default_branch": "master",
  "github_last_commit_at": "2023-02-12T04:02:08Z",
  "github_readme_excerpt": "# graphqlviz [![Build Status](https://travis-ci.org/sheerun/graphqlviz.svg?branch=master)](https://travis-ci.org/sheerun/graphqlviz)\n\n\u003e GraphQL Server CLI visualizer. Adapted from original [web interface](https://github.com/NathanRSmith/graphql-visualizer).\n\n![](demo.gif)\n\n## CLI\n\n```\n$ npm install -g graphqlviz\n```\n\n```\nGraphQL Server CLI visualizer\n\nOptions:\n  -t, --theme      path to theme overrides\n  --print-theme    prints default theme to stdout\n  --verbose        print introspection result\n  -a --auth       set Authorization header for graphql server\n\nUsage\n  $ graphqlviz [url]\n      Renders dot schema from [url] endpoint\n\nExamples\n  $ graphqlviz https://localhost:3000 | dot -Tpng -o graph.png\n  $ graphqlviz https://localhost:3000 -a \"Bearer xxxxx\" | dot -Tpng -o graph.png\n  $ graphqlviz https://swapi.apis.guru | dot -Tpng | open -f -a Preview\n  $ graphqlviz path/to/schema.json | dot -Tpng | open -f -a Preview\n  $ graphqlviz path/to/schema.graphql | dot -Tpng | open -f -a Preview\n  $ graphqlviz --print-theme \u003e theme.json\n  $ graphqlviz https://localhost:3000 -t theme.json | dot -Tpng | open -f -a Preview\n  $ graphqlviz schema.json --theme.header.invert=true | dot -Tpng \u003e schema.png\n```\n\nNote that `dot` is `graphviz`\u0027s tool to produce layered drawings of directed graphs. `graphviz` is available through most package managers including homebrew and apt-get. Details here: https://www.graphviz.org/download/\n\n## Customizing output\n\nYou can print default theme with `graphqlviz --print-theme \u003e theme.json`, then you can modify it, and pass with `--theme theme.json` argument. All the available colors can be found on the [graphviz site](http://www.graphviz.org/doc/info/colors.html). \n\n## Windows Users\n\nWindows users looking use the `dot` command should download \u0026 install from the [graphviz website](https://graphviz.gitlab.io/_pages/Download/Download_windows.html) and ensure the installation location is on the system `PATH`. It has been reported that, for at least some w",
  "github_repo": "sheerun/graphqlviz",
  "github_stars": 750,
  "github_topics": [
    "cli",
    "graphql",
    "graphviz"
  ],
  "homepage": "https://github.com/sheerun/graphqlviz",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 19,
  "installs_365d": 317,
  "installs_90d": 56,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "graphqlviz",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 7014,
  "rank_365d": 6190,
  "rank_90d": 7045,
  "raw_hash": "8795effef8dbd4bb",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/g/graphqlviz.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "4.0.1",
  "versioned_formulae": [],
  "why_use_this": null
}