DEV Community

Discussion on: How to Implement a GraphQL API on Top of an Existing REST API

Collapse
 
remotesynth profile image
Brian Rinaldi

Hey Tyler, thanks for this article. Interesting timing as the startup I work for just released a new feature that turns any REST endpoint into a GraphQL one in case you are curious stepzen.com/blog/how-to-connect-an...

Collapse
 
thawkin3 profile image
Tyler Hawkins

Neat! Thanks for sharing, Brian. I read the blog post you linked, and it feels like a very similar approach for layering the GraphQL API on top of the REST API by defining your schema, the queries, and how they link up to the original REST API endpoint. You guys are on to something!

Collapse
 
remotesynth profile image
Brian Rinaldi

Thanks. If you have any interest in trying it out (we're still in early alpha), lemme know.