/ e2e / codegen.yaml
codegen.yaml
 1  documents:
 2    - "../frontend/graphql/*.gql"
 3    - "./graphql/*.gql"
 4  schema: "http://localhost:1337/graphql"
 5  generates:
 6    graphql.ts:
 7      plugins:
 8        - typescript
 9        - typescript-graphql-request
10        - typescript-operations
11      config:
12        namingConvention:
13          enumValues: keep