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

When using the Resolver Types feature it is adding the output to all files including the document types. One of the features of Resolver Types is the ability to use...

Hey, thanks for this project, we're having a great time using this with next, but while everything is fine with getStaticProps or when working local, it doesn't work with getServerSideProps...

Using next.js example https://github.com/vercel/next.js/tree/canary/examples/with-typescript-graphql when I try to do the following: ```graphql # lib/type-defs.graphqls type Query { viewer: User! } # introduced Test enum enum Test { VALUE_1 VALUE_2 }...

From https://github.com/piglovesyou/graphql-let/pull/78#issue-401108869 > Ideally it should also be available as a Webpack Loader option. The problem is the command-line execution, but maybe we can get it from `webpack.config.ts`. Reasonable spec...

enhancement

* https://github.com/YousefED/typescript-json-schema to get JSON schema from `src/lib/config.ts` * Validate when graphql-let loads a user config by https://github.com/tdegrunt/jsonschema This will avoid pitfalls of typos and non-supported options to be specified.

**Problem** There's some NPM vulnerabilities in packages this one uses (i.e. babel stuff). It's a little more burdensome to the consumer of this package to update if the versions aren't...

I'm currently trying to generate typesscript types via CLI, but no type files a getting created. My queries are stored in .ts files and look like this for example: My...

Feature request: Support absolute paths in imports. Allow this: ```# import 'lib/fragments/FoobarFields.graphql'``` In place of this: ```# import '../../../../lib/fragments/FoobarFields.graphql'``` Particularly helpful since my editor does not autocomplete path nodes in...

Hello, As `graphql-let` is not actively maintains anymore, I think a disclaimer should be add at the start of the README file. Two years ago I add the opportunity to...