GraphQL Tools
About GraphQL Tools
A set of utilities to build your GraphQL schema in a concise, faster and powerful way
GraphQL Tools features
The GraphQL-first philosophy
Use the GraphQL schema definition language to generate a schema with full support for resolvers, interfaces, unions, and custom scalars. The schema produced is completely compatible with GraphQL.js.
Mock your GraphQL API
With GraphQL Tools, you can mock your GraphQL API with fine-grained per-type mocking for fast prototyping without any datasources.
Stitch multiple GraphQL Schemas
Automatically stitch multiple schemas together into one larger API in a simple, fast and powerful way