Client-side GraphQL schema resolving and schema-stitching
What's this blog post about?
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.
Company
Hasura
Date published
July 31, 2018
Author(s)
Tanmai Gopal
Word count
659
Hacker News points
None found.
Language
English