/ frontend / codegen.yml
codegen.yml
 1  overwrite: true
 2  schema: "http://localhost:1337/graphql"
 3  documents: "**/*.gql"
 4  generates:
 5    generated/graphql.tsx:
 6      plugins:
 7        - "typescript"
 8        - "typescript-operations"
 9        - "typescript-react-apollo"
10      config:
11        namingConvention:
12          enumValues: keep