Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 260 Bytes

File metadata and controls

12 lines (9 loc) · 260 Bytes

Typescript Resolvers Example

This example showcases how to use GraphQL Code Generator for building a type-safe GraphQL schema utilizing the schema definition language first workflow.

Usage

# generate code
yarn codegen
# run the server
yarn dev