Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL Support? #137

Open
sschneider-ihre-pvs opened this issue Feb 7, 2024 · 5 comments
Open

GraphQL Support? #137

sschneider-ihre-pvs opened this issue Feb 7, 2024 · 5 comments

Comments

@sschneider-ihre-pvs
Copy link

I know I could technically use a POST request to do the same. Is there any support for graphql planned?

@jonrosner
Copy link
Contributor

It is not currently on the road map. What would be the individual features that you'd have in mind for this?

@sschneider-ihre-pvs
Copy link
Author

using queries, mutations and variables and also have the scripts and envs, that is missing in hoppscotch also

@jonrosner
Copy link
Contributor

I think this should be doable without too much effort, as it's basically just building a REST request from different sources. The problem is I've never worked with GraphQL and so it's hard for me to know what users would want. In Hoppscotch and Postman for example I see that there is also a "Schema" section. Is this required?

If you or someone else in the community would be interested, I think this would be a pretty good task to take on as a PR.

@sschneider-ihre-pvs
Copy link
Author

Let's take https://rickandmortyapi.com/graphql as an example, the schema section will give you the documentation on the left and will provide most likely possibilities for auto complete and such

@sschneider-ihre-pvs
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants