Charly Poly
Charly Poly
@dotansimha, I've already update The Graph docs to better showcase `graph-client`: https://github.com/graphprotocol/docs/pull/183/files#diff-eb3f534cddd1e9353423a2efa6d73b602c6ed681c7f7bf5162733655526c4862R28 Is it sufficient or would you like to see more usage/configuration details?
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`...
> Hi @charlypoly, thank you for the response! Sure, I would certainly want to add a test case for this, I just don't know where I'm supposed to add the...
The discussion continues on https://github.com/dotansimha/graphql-code-generator/pull/8489
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`...
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`...
Hi @geoffwa, @iamhaaamed, You are right, the `typescript-react-query` does not support anonymous operations (it should). This is definitely a bug 🐞 We'll plan to do a fix. In the meantime,...
> Will there be support for module augmentation still? 🤔 I really enjoy this feature, but there are some shortcomings like some frameworks don't provide, for example, `useFragment` etc. Hi...
> Based on your code example, does that mean that the preferred way to consume GraphQL operations is co-location within TS/JS files? > > I just migrated a large codebase...
@franky47, thank you for sharing it! We are also exploring options to still support `.graphql` files, we will keep you updated here.