Connecting a Todo app to a serverless GraphQL API using Apollo Client and solving CORS

InstructorChris Biscardi

Share this video with your friends

Send Tweet

Here we take a working client side app and a working GraphQL server and replace the client side logic with network calls to the GraphQL API. We also cover common pitfalls like adding CORS headers to the graphql server