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 #35

Closed
ansarizafar opened this issue Oct 29, 2019 · 3 comments
Closed

Graphql support #35

ansarizafar opened this issue Oct 29, 2019 · 3 comments

Comments

@ansarizafar
Copy link

Is there any plan to support Graphql like https://www.topquadrant.com/technology/graphql/?

@marvin-hansen
Copy link

marvin-hansen commented Dec 25, 2019

GraphQL support is paramount for industry adoption. Take an inspiration from DGraph that generates it's GraphQL API from the DB schema:

https://graphql.dgraph.io/

@kevinchekovfeeney
Copy link
Contributor

No plans to implement this - GraphQL is more of a document templating language / means of organizing APIs than a query language - DGraph have had to extend it so that it's no longer actually GraphQL removing all the interoperability benefits and just leaving them with an awkward query language adapted from a REST API templating thing. Not impossible that we might one day produce document APIs in vanilla GraphQL but not on the roadmap

@Tails
Copy link

Tails commented Sep 27, 2022

Might be happening afterall: #1488

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

4 participants