Workshop by Vilva Athiban
GraphQL Code Generator is a CLI tool that can generate TypeScript typings out of a GraphQL schema.
GraphQL Code Generator was built to address exactly that. By analyzing the schema and parsing it, GraphQL Code Generator can output code at a wide variety of formats, based on pre-defined plugins or based on custom user-defined ones.
GraphQL Modules is a utility library, allowing you to separate your GraphQL schema implementation into small, reusable, easy-to-implement and easy-to-test pieces.
In GraphQL Modules, each module has its own GraphQL type definitions and resolver implementations.
Sofa takes your GraphQL Schema, looks for available queries, mutations and subscriptions and turns all of that into REST API.
OpenAPI (Swagger) is also been supported