DEV Community

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

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.