paint-brush
Coding Tutorial: Implement a GraphQL API on Top of an Existing REST APIby@thawkin3
347 reads
347 reads

Coding Tutorial: Implement a GraphQL API on Top of an Existing REST API

by Tyler Hawkins5mFebruary 2nd, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Coding Tutorial: Implement a GraphQL API on Top of an Existing REST API. This strategy allows you to start using GraphQL in legacy portions of your app without breaking any existing contracts with functionality that may still rely on the original REST API in your app. The frontend is implemented in vanilla JS and uses the browser's built-in Fetch API to make API requests. The app is hosted on Heroku to make deployment and monitoring a breeze. We'll start by installing Apollo-express, which is a package that allows us to use the existing app with Apollo Server.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Coding Tutorial: Implement a GraphQL API on Top of an Existing REST API
Tyler Hawkins HackerNoon profile picture
Tyler Hawkins

Tyler Hawkins

@thawkin3

Senior software engineer. Continuous learner. Educator.

About @thawkin3
LEARN MORE ABOUT @THAWKIN3'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Tyler Hawkins HackerNoon profile picture
Tyler Hawkins@thawkin3
Senior software engineer. Continuous learner. Educator.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here
Zephyrnet