Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ferrata/typescript-codegen-resources


https://github.com/ferrata/typescript-codegen-resources

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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
```