github.com/pluralsh/plural-cli@v0.9.5/pkg/ui/web/codegen.yml (about) 1 overwrite: true 2 schema: "./schema/schema.graphql" 3 documents: './src/graphql/*.graphql' 4 generates: 5 src/graphql/generated/graphql.ts: 6 plugins: 7 - "typescript" 8 - "typescript-operations" 9 - "typescript-react-apollo" 10 - add: 11 content: '/* eslint-disable */' 12 config: 13 scalars: 14 Map: Map<string, unknown> 15 UploadOrUrl: string 16 DateTime: Date 17 Yaml: unknown 18 hooks: 19 afterAllFileWrite: 20 - eslint --fix