Add gatsby cli for graphiql only #34105
Replies: 2 comments
-
Much needed |
Beta Was this translation helpful? Give feedback.
-
This is a great suggestion, and I can definitely relate to the use case — especially when working with large external APIs or debugging query structures early in a project. Having a lightweight command like A workaround I've used is running Definitely worth considering for the CLI roadmap — would love to see this get traction. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When I am in early stage development, connecting to 3rd party APIs, implementing queries, fragments, etc OR having to implement or debug existing queries or fragments, due to API changes, it would be nice to be able to run an command that would basically just run the GraphQL aspect of Gatsby.
Suggested solution
The command could be something like
gatsby develop:graphql
or justgatsby graphql
I think that would make easier to work on project that interact with big APIs without the clutter of related errors connected to other components, etc, or to implement type extension.
Right now I use a separate
gatsby-starter-minimal
just to work queries and implement on the project.Beta Was this translation helpful? Give feedback.
All reactions