Describe the bug
gql-gen tries to load up .graphqls document as a javascript file.
Loading GraphQL schema object, text, ast, or introspection json from JavaScript ES6 export: ./src/app/graphql/schema.graphqls
To Reproduce
Steps to reproduce the behavior:
gql-gen --watch --schema 'src/**/*.graphqls' --template graphql-codegen-apollo-angular-template --out './src/app/graphql/queries.ts' './src/**/*.graphql'Expected behavior
Expected valid types to be generated in queries.ts
Environment:
Additional context
Add any other context about the problem here.
Fixed in 0.14.0 馃帀
Most helpful comment
Fixed in 0.14.0 馃帀