Charly Poly

Results 44 issues of Charly Poly

- [ ] **Projects list** **→** placeholder should be informative with a CTA under - [x] #208 - [x] https://github.com/kamilkisiela/graphql-hive/pull/232

On the **Target page**: add setup instructions in the existing placeholder (”Schema”/”Operations” tabs) - tabs with languages (CLI/Node.js/Ruby/PHP) with CLI first - if user selected Federation, we should display proper...

- https://www.npmjs.com/package/graphql-code-generator is outdated (it installs unmaintained plugins) - `yarn create graphql-code-generator init` requires a `create-graphql-code-generator` package in order to work properly

core
docs

We just added support for `.ts` config file, should we also support for `.mts` and `.cts` config files?

core

**`@graphql-codegen/gql-tag-operations` and `@graphql-codegen/gql-tag-operations-preset`** Introduce a `gqlTagName` configuration option ----- **`@graphql-codegen/plugin-helpers`** - Improve TypeScript types - Add support for the new preset lifecycle hook: `prepareDocuments()` ----- **`@graphql-codegen/client-preset`** New preset for GraphQL...

#### TODO - [ ] better READMEs - [ ] fix Angular example

- [x] **Remove `augmentedModuleName` and expose a `graphql()` instead of `gql()`** - [x] update preset generation code - [x] ensure `graphql-tools` loaders can identify those `graphql()` calls - [x] rename...

[Defer](https://www.defer.run/) is a platform that enables hundreds of Next.js developers to perform long-running operations and build LLM applications by scheduling work with our Scheduler. This example compounds our [recent Vercel...

area: examples

DX proposal: ```ts { // ... scalars: "graphql-scalars#clientTypes" // ... } ``` > Map to the primitive (serialized) value, always, and not use the GraphQLScalar or anything from graphql-scalars lib....

core
kind/docs
kind/enhancement

This issue is the place to discuss allowed options and default values when using the `preset: 'client'` setup. ## Currently supported options - `scalars` - `strictScalars` - `namingConvention` - `useTypeImports`...

help wanted
feature-request