Skip to content

Files

Latest commit

 

History

History

typescript-graphql-request

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GraphQL Request 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