Plugin for graphql-cli that opens GraphQL Voyager, an interactive visualization tool for any GraphQL schema as a force-directed graph. Version 0.1.3 is the latest, with no active development since 2018. It provides a simple command `graphql voyager` to launch the Voyager UI using the schema defined in your project's .graphqlconfig. Differentiator: integrates directly with the graphql-cli workflow, unlike standalone Voyager. Requires graphql-cli as a peer dependency.
npm install graphql-cli-voyagerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the CLI and plugin, initialize a graphql project, then run the voyager command to visualize the schema.
Use graphql-cli v1.x or switch to standalone GraphQL Voyager.
Consider using graphql-voyager as a standalone library or via graphql-config.
Install graphql-cli globally: npm install -g graphql-cli
Ensure graphql-cli is installed globally: npm install -g graphql-cli graphql-cli-voyager