Back to Graphql Code Generator

GraphQL Request Example

examples/typescript-graphql-request/README.md

1.17.7254 B
Original Source

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