Skip to content

Latest commit

 

History

History

typescript-resolvers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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