graphql-voyager
graphql-voyager copied to clipboard
🛰️ Represent any GraphQL API as an interactive graph
Roadmap
A lot of stuff is overdue on this project. But as first priority I want to take steps that simplify the maintainer job and allow to develop new features faster:...
i think voyager is a great tool for developing a schema as well. it would be great if voyager would poll the endpoint periodically (introspection) and update if there is...
Modified the property **displayOptions.rootType** so it takes an array of strings rather than a string by representing the root types. By default, this is ["Query"]. This additional functionality allows both...
is this project still maintained? are there alternatives or forks available?
My project does not have a graphql endpoint as such, but a bunch of input graphql schema files that I am getting using an API. I need to visualize the...
The roadmap mentioned to adopt `eslint`. The adoption of `eslint` has definitely a bit value, but it requires the agreement on three major points: 1. Which `eslint` setup shall we...
Upgrade of `[email protected]` This PR depends on #232
 postcss-cssnext npm is deprecated and postcss-variables-loader has dependency on postcss-cssnext . so kinldy check this
This PR includes major changes to `postcss`. This PR **depends** on #232. The package `postcss-cssnext` has been removed as it was not actually doing anything. All manual regressions are showing...
When there are enough schemas, we cannot quickly find the schema we need, In the i18n scenario, we use the description field to explain the purpose of the schema. It...