Describe the bug
When running graphql-codegen I get the following warning:
{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.
To Reproduce
Steps to reproduce the behavior:
Run graphql-codegen version 1.4.0 with the following codegen.json:
codegen.yml config file:{
"overwrite": true,
"schema": "./schema/schema.gql",
"documents": null,
"generates": {
"./index.js": { "plugins": ["flow"] },
"./schema.json": { "plugins": ["introspection"] }
}
}
Expected behavior
No warning
Environment:
@graphql-codegen/...: Thanks @tebuevd !
Fixed in https://github.com/dotansimha/graphql-code-generator/commit/06154dab62be87721e69fea0ce96481288d44bf1
Fixed in 1.5.0 馃帀
Most helpful comment
Fixed in 1.5.0 馃帀