- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 47
 
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
grapelaw and ymansurozer
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working