Add gatsby cli for graphiql only #34105
Unanswered
webrgp
asked this question in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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