Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 256 Bytes

File metadata and controls

12 lines (9 loc) · 256 Bytes

GraphQL Request Examples

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