graphql-let icon indicating copy to clipboard operation
graphql-let copied to clipboard

A webpack loader / babel-plugin / babel-plugin-macros / CLI / generated file manager of GraphQL code generator.

Results 68 graphql-let issues
Sort by recently updated
recently updated
newest added

Please can this PR be merged, or even better allow loader-utils to install patch upgrades with a version "^2.0.0" ![image](https://github.com/piglovesyou/graphql-let/assets/5159520/ca8fcbfe-9f5a-439c-a75b-a67f5ff98f73)

**Problem (#649)** GQLCodeGen supports [several formats](https://the-guild.dev/graphql/codegen/docs/config-reference/schema-field) for the schema files used to do codegen. This include formats like remote URLs or TS/JS files that generate the schema. The way Graphql-Let...

Hi, I'm trying to configure `graphql-let` from my project but despite following the tutorial I can't get it to work. This is my current config: `.graphql-let.yml` ``` schema: "http://127.0.0.1:8000/graphql/" documents:...

I would be curious if it is possible to use the loader with Vite in any way? Otherwise, does anyone know of an equivalent library to generate typed document nodes...

GQLCodeGen supports [several formats](https://the-guild.dev/graphql/codegen/docs/config-reference/schema-field) for the schema files used to do codegen. This include formats like remote URLs or TS/JS files that generate the schema. The way Graphql-Let works today,...

I know that the goal of this library is to encapsulate the webpack loader of graphql code generator, but when our project is in use, we do feel that the...

I configured `graphql-let` for a small project to generate the document types for the `.graphql` files. As I added the Webpack config to use graphql-let loader it breaks the hot...

Closes #634. Internally, graphql-let just imports create transformer from jest. So updating its own copy of Jest should solve this issue. As mentioned in the upstream PR (https://github.com/facebook/jest/pull/12638), it seems...