8 lines
255 B
YAML
8 lines
255 B
YAML
|
|
overwrite: true
|
||
|
|
schema: "../subgraph/harb/schema.graphql" # Or an endpoint if your schema is remote
|
||
|
|
documents: "../subgraph/harb/src/**/*.graphql"
|
||
|
|
generates:
|
||
|
|
src/__generated__/graphql.ts:
|
||
|
|
plugins:
|
||
|
|
- "typescript"
|
||
|
|
- "typescript-operations"
|