12 lines
266 B
YAML
12 lines
266 B
YAML
|
overwrite: true
|
||
|
schema: "http://api.blog.localhost/graphql"
|
||
|
generates:
|
||
|
commons/graphql/generated.tsx:
|
||
|
plugins:
|
||
|
- "typescript"
|
||
|
- "typescript-operations"
|
||
|
- "typescript-react-apollo"
|
||
|
./graphql.schema.json:
|
||
|
plugins:
|
||
|
- "introspection"
|