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"