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

Enables passing plugins that work in similar manner to `typescript` and need to be generated in a single file. Fixes: https://github.com/piglovesyou/graphql-let/issues/617 Let me know if this is something you'd consider...

The "normal" loader (https://github.com/piglovesyou/graphql-let/blob/main/src/loader.ts) already supports this option, I think the schemaLoader should too? At least for me locally (using a `.graphqlrc.yml` instead of `.graphql-let.yaml` the schemaLoader errors. Thanks for...

# Motivation: Imagine case when you wanted to generate `type safe` Documents (which most of the cases used whenever you wanted to use `Document` directly decoupled from `react hook` and...

After running `graphql-let init`, the plugins list contains `typescript`. Running the codegen with this config results in a warning that typescript shouldn't be specified in the plugins list. Not a...

good first issue

typescript-urql-graphcache is a bit similar to typescript plugin: It cannot be generated on per-file basis as it generates single type from the schema it self. This means that if I...

Looking to locally generate an identical version of remote schema - normally this would be possible using the [`schema-ast` plugin](https://www.graphql-code-generator.com/docs/plugins/schema-ast), but I believe due to the limitations in graphql-let related...

I can only speculate as to exactly why this is, but here is my best guess based on experimenting: 1. Some initial compilation occurs to generate the .d.ts in the...

Is it possible to use more than one graphql link in the .graphql-let.yml file? If so, how can it be done? I will appreciate any example on how to do...

**Reproduce steps** 1. `create-react-app` with template `graphql` 2. add dependencies for @graphql-codegen/typescript-react-query 3. modify `.graphql-let.yml` and add `schema.graphqls` 4. modify `.graphql-let.yml` to change `typescript-react-apollo` to `typescript-react-query` 5. run `graphql-let` Automated...

Hi, I have this problem with your plugin. Each time I change something on my schema or if there is a typo in a .graphql file the plugin is stuck...