-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Extension: GraphQL #656
Comments
Looking forward to working on this! 😄 |
added @beeman. Welcome aboard! |
Thanks @dhmlau! |
FYI: Here are prior arts that integrate GraphQL with LoopBack 3.x: |
I'd like to look at https://github.com/apollographql/apollo-server as well as incorporating the https://github.com/apollographql/apollo-tracing interface for metrics! Would be cool to enable that. |
@mpicard , now that you've mentioned apollo, here is another reference too. |
@dhmlau very cool project! I wasn't aware of it. Thanks for sharing, the modular aspects of it look great and would be a great for lb! |
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the |
Still needed! |
@dhmlau Any updates with this issue? My team is looking into using LB4 and GraphQL in production, so I'd be interested in providing a helping hand. |
@peanutenthusiast, thanks for your interest! We’re looking at an approach that would convert your REST APIs into GraphQL APIs. Would that be something fit your need? |
@dhmlau Yes! This is exactly what my team is trying to do right now. Looking forward to further details. |
@peanutenthusiast That is awesome to hear, would love you trying it out! Could you share what your team is trying to do just to help us understand the context? Thanks! |
@jjtang1 My team is interested in using LB4 as an orchestration layer API to aggregate needed data from different data sources (MongoDB, REST, SQLServer, etc.). Right now, we're experimenting with a simple GraphQL LB4 server with an mssql connector, will update you and the team as we move further along the process. |
@peanutenthusiast, we're proud to present to you the You can find more info on the integration here (docs will be on its way!): #1775 |
I updated issue description to better communicate the current status: we have an experimental version of GraphQL layer and looking for user feedback now. You can learn more about the graphql extension in our docs: https://loopback.io/doc/en/lb4/GraphQL.html |
This issue is tracking progress on implementing native GraphQL layer making it easy to build GraphQL APIs in LoopBack.
@loopback/graphql
@loopback/example-graphql
Progress
Stability:⚠️ Experimental⚠️
What's next
We don't have any specific plans now, we are looking for your feedback! Please give the new extension a try and let us know what works for you well and what is missing.
The text was updated successfully, but these errors were encountered: