EsperoTech / yaade

Yaade is an open-source, self-hosted, collaborative API development environment.
MIT License
1.56k stars 68 forks source link

GraphQL Support? #137

Closed sschneider-ihre-pvs closed 1 month ago

sschneider-ihre-pvs commented 8 months ago

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

jonrosner commented 8 months ago

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 commented 8 months ago

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

jonrosner commented 8 months ago

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 commented 8 months ago

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 commented 8 months ago

image

jonrosner commented 1 month ago

GraphQL will not be supported any time soon. Will close this until things change.