Environment
any
Describe the bug
[unhandledRejection] Invalid Codegen Configuration! 19:01:53
Please make sure that your codegen config file contains the "generates" field, with a specification for the plugins you need.
It should looks like that:
schema:
- my-schema.graphql
generates:
my-file.ts:
- plugin1
- plugin2
- plugin3
Please make sure that your codegen config file contains the "generates" field, with a specification for the plugins you need.
It should looks like that:
schema:
- my-schema.graphql
generates:
my-file.ts:
- plugin1
- plugin2
- plugin3
at normalize
Expected behaviour
Shouldn't have any errors
Reproduction
No response
Additional context
When creating a gql file in dev environment I receive this error.
Logs
No response
Environment
any
Describe the bug
Expected behaviour
Shouldn't have any errors
Reproduction
No response
Additional context
When creating a gql file in dev environment I receive this error.
Logs
No response