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

In the documentations, it is stated that by running `yarn graphql-let`, files such as `query.graphql.d.ts` and `schema.graphqls.d.ts` will be generated. However, I could not find any `schema.graphqls.d.ts` files. Only `query.graphql.d.ts`...

Minimist had a security notice on 1.2.5 which is triggering dependabot, and projects using graphql-let may want to update to avoid that notice. Additionally, start using caret semver dependencies as...

I was trying to understand how the plugin works a little bit better and was curious to understand why the .d.ts files are located adjacent to the queries, but the...

Firstly, great tool, super useful! I was trying to move all my *.graphql files into a separate internal private package (specifically monorepo). While struggling with includes, paths, webpack, typescript etc,...

Hi, I'd like to ask what is the correct way to use `graphql-let` with Next.js v12, more specifically with SWC though. #### What I've done: - I had `babel.config.js` file...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

within a nextjs app after upgrading to v0.18.0 according to the migration guide i'm getting ```Can't resolve 'graphql-let/__generated__/__types__' ```

Hi there, I'm trying to build the with-typescript-graphql nextjs example but it fails. ## Problem The problem is in next.config.js during the schema loader process. ## Error message at build...

Hey, I'm setting up a toy project with next and graphql let. I'm unable to get the correct types to go through using TypedDocumentNode unless I do: My setup is...

I have a few questions–would you consider enabling the "Discussions" GitHub feature for community help? :) First question is specific to `graphql-let`. Is it possible to include fragments when using...