babel-plugin-import-graphql
babel-plugin-import-graphql copied to clipboard
Enables import syntax for .graphql and .gql files
So running a chai test on a react component that require a gql file (graphQL query) ``` #import "src/gql/fragments/activity/activityList.gql" query getActivities($page: Int, $pageSize: Int) { getActivities(page: $page, pageSize: $pageSize) {...
Maybe I'm missing something, but, currently there's no babel plugin which understands graphql extensions (`.gql` or `.graphql`) and parsers to AST schema definitions. I see here https://github.com/detrohutt/babel-plugin-import-graphql/blob/master/plugin/requireGql.js#L16 that this plugin...
There is no @types/babel-plugin-import-graphql I've tried to generate .d.ts with dts-gen, but it produces empty file.
Hi, Thanks for your work. I don't know if you're aware of it, but I lost a lot of time because of a very specific issue today. When the structure...
Hello all, I am in need of help as we are facing discrepancy with graphql usage in reactJS, which slipped through without any compilation error and caused a runtime production...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from json5's...
Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Anyone interested in maintaining this project may email me at [email protected]