mirror of
https://github.com/cupcakearmy/blog-typescript-graphql.git
synced 2024-12-22 16:26:27 +00:00
15 lines
398 B
YAML
15 lines
398 B
YAML
|
schema: https://api.spacex.land/graphql/
|
||
|
documents: "src/**/*.graphql"
|
||
|
generates:
|
||
|
./src/lib/gql/gen.ts:
|
||
|
plugins:
|
||
|
- "@graphql-codegen/typescript"
|
||
|
- "@graphql-codegen/typescript-operations"
|
||
|
- "@graphql-codegen/typescript-graphql-request"
|
||
|
config:
|
||
|
maybeValue: "T"
|
||
|
typesPrefix: GQL
|
||
|
immutableTypes: true
|
||
|
useTypeImports: true
|
||
|
avoidOptionals: true
|