Tools
Client-side
Periqles: Generate a React form from a Graphql mutation
Server-side
The Guild Libraries
Graphql-Tools: Graphql-first mentality to building Graphql Schema
- graph-tools provides a thin convenience layer on top of graphql.
- we can get schema validation
- biggest benefit of using graphql-tools is its nice API for connecting your declarative schema with resolvers
Graphql-Scalars: A library of custom scalar types, ready to be imported