GraphQL Schema Stitching Modular Code
In previous blogs post, we got stuck at a problem and found a new tool to solve it i.e graphql-tools. Let’s see from start what is graphql-tools and how we use it in our app. First thing apollo graphql-tools recommends to use GQL type/query syntax directly and also to have schema and resolvers as separate. […]