Company
Date Published
July 31, 2018
Author
Tanmai Gopal
Word count
659
Language
English
Hacker News points
None

Summary

This blogpost discusses using GraphQL on the client-side by mapping it to REST APIs and schema-stitching. It highlights that even without reduced API calls and lesser data on the network, GraphQL on the client can improve UI architecture. The post also presents a tutorial for setting up a GraphQL schema, resolvers, and schema-stitching on the client using Apollo client, graphql-tools, and other tools from the nodejs ecosystem.