Charly Poly

Results 142 comments of Charly Poly

Merged with https://github.com/dotansimha/graphql-code-generator/pull/8248 PR

@alSergey, I do reproduce the issue which is linked to the current design of codegen. I'm moving this issue to our v3 roadmap so we can take a closer look...

@Diizzayy, could you rebase your PR and test it again on Windows? 🙏🏼 🙏🏼 Thanks!

> @charlypoly Sure thing, I'll hop on it right away. @Diizzayy thank you!

> @charlypoly Sure thing, I'll hop on it right away. Hi @Diizzayy, could you rebase your PR and test it on Windows? Then, we'll be good to merge.

Hi! All community plugins (see list below) have been moved to a new [`dotansimha/graphql-code-generator-community`](https://github.com/dotansimha/graphql-code-generator-community). Community plugins: - `@graphql-codegen/typescript-react-apollo` - `@graphql-codegen/typescript-graphql-request` - `@graphql-codegen/typescript-apollo-angular` - `@graphql-codegen/typescript-apollo-client-helpers` - `@graphql-codegen/typescript-react-query` - `@graphql-codegen/typescript-urql` - `@graphql-codegen/named-operations-object`...

Other linked issue: https://github.com/dotansimha/graphql-code-generator/discussions/7517

Hi! Could you try using the `dedupeFragments: true` option, as follows: ```ts import { CodegenConfig } from "@graphql-codegen/cli"; const config: CodegenConfig = { schema: "schema.graphql", documents: "document.graphql", generates: { "types.ts":...

@tojump, I've released your contribution; thanks! @AssisrMatheus @bernharduw, could you try with `@graphql-codegen/[email protected]`? 📦

> Should this be on by default? I would expect this to happen very often when combining fragments to form larger queries. @marco2216 I've open an issue to discuss enable...