api-graph

api-graph

specify exactly what you want from the API.

4 followers

A NPM package that lets you use graph queries in your rest API without the need for GraphQL and without editing any parts of your logic in the endpoints code, it just work but adding one middleware in your app.
Free
Launch tags:APIDeveloper ToolsGitHub
Launch Team
ace.me
ace.me
Your new website, email address & cloud storage
Promoted

What do you think? …

Ahmed Abdalla
Maker
📌
Why do I need to change the whole code structure that is used to write to use GraphQL ? With this package you can use graph queried in your API just like GraphQL with changing anything in your code.
David Frankle
Hey, that sounds like a really interesting NPM package! It's great that it can integrate graph queries into a REST API without requiring any changes to the existing endpoint logic. The simplicity of just adding a middleware makes it really appealing. I'd love to learn more about this package - do you have any documentation or links that I could check out? Also, I'm curious about its performance and how it compares to using GraphQL directly. Thanks for sharing!
Ahmed Abdalla
Hi @david_frankle, thanks for giving interest, this package did exactly what you read, it let you query what data you want from the API without GraphQL, I wrote a full post about it where you can find it here https://medium.com/@ahmed.sudani.... Also, this is the GitHub repo https://github.com/ahmed-sudani/...