graphql-import-loader
graphql-import-loader copied to clipboard
Webpack loader for `graphql-import`
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. If there is a comment in...
Is it possible to configure the loader to allow importing GraphQL files from a consumed package (e.g., one that is installed with npm)? I noticed [this merged pull request](https://github.com/prisma/graphql-import/pull/216) in...
add editorconfig file info https://editorconfig.org/
fix error ● Test suite failed to run SecurityError: localStorage is not available for opaque origins
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | devDependencies | pin | [`^22.1.4` -> `22.2.3`](https://renovatebot.com/diffs/npm/@types%2fjest//) | | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [graphql-import](https://togithub.com/graphcool/graphql-import) | dependencies | minor | [`^0.4.5` -> `^0.7.0`](https://renovatebot.com/diffs/npm/graphql-import/0.4.5/0.7.1) | --- ### Release...
Error, no such file or directory: `# import * from './myFolder/myFile.graphql'` Ok, with absolute paths: `# import * from 'src/.../myFolder/myFile.graphql'` I didnt meet any problem like this with graphql-import. I...
Use the file path instead of file content to import schema. Set Jest's environment to node to avoid the error with jsdom's localStorage, see facebook/jest#6766 and jsdom/jsdom#2304. BREAKING CHANGE: Use...
This was the output of `npm test` ```bash > [email protected] pretest /Users/dsanchez/projects/graphql-import-loader > npm run build > [email protected] build /Users/dsanchez/projects/graphql-import-loader > rm -rf dist && tsc -d > [email protected] test...