Hey i'm reading this old prisma post about wrappin...
# orm-help
j
Hey i'm reading this old prisma post about wrapping rest microservices in a graphql gateway: https://www.prisma.io/blog/how-to-wrap-a-rest-api-with-graphql-8bf3fb17547d I'm really interested in this last paragraph in particular:
Wrapping REST APIs with GraphQL is probably one of the most exciting applications of GraphQL — and still in its infancy. The process explained in this article was entirely manual, the real interesting part is the idea of automating the different steps. Stay tuned for more content on that topic!
If you’d like to explore this area yourself, you can already check out the graphql-binding-openapi package which allows to automatically generate GraphQL APIs (in the form of a GraphQL binding) based on a Swagger / Open API specification.
Is there any advancements in auto-generated graphql gateways since, or and community agreement on the best practices etc? Any help super appreciated 🙂