graphql-apollo-rest-wrap icon indicating copy to clipboard operation
graphql-apollo-rest-wrap copied to clipboard

Reference code base for the "GraphQL today using Apollo for applications that still depend on REST APIs" post.

GraphQL today using Apollo for applications that still depend on REST APIs

This repository is a code reference for the "GraphQL today using Apollo for applications that still depend on REST APIs" post. It consists of GIT tags for each tutorial part as underlined in the post. Checkout to each mentioned tag and try it out!

Install

yarn install # or npm install... but it sucks, really

Run

yarn dev

Open the browser at http://localhost:8080 and checkout the console, if nothing happens.