Eddy Nguyen

Results 31 issues of Eddy Nguyen

**Is your feature request related to a problem? Please describe.** Currently, it's hard to choose the right type for clients of servers that use `graphql-scalars` resolvers. Here's the general process:...

### Background This is a Proof Of Concept for gradual migration to Server Preset (`@eddeee888/gcg-typescript-resolver-files`) from `@graphql-codegen/graphql-modules-preset`

# Current situation Currently, we are using `@graphql-codegen/graphql-modules-preset` for type-safety in each module. Here's the general workflow: 1. Create a new module (if required) 2. Create/update `module.graphql.ts` 3. Add a...

## Description This PR fixes a scenario where abstract types are not pointing to generated resolvers type correctly: - an object type A... - with a field that returns an...

## Description From Apollo Federation doc: https://www.apollographql.com/docs/federation/federated-types/federated-directives/#resolvable: when there's no resolvable `@keys` on an object type in a subgraph, we cannot move to the object type in said subgraph. This...

### Which packages are impacted by your issue? @graphql-codegen/cli ### Describe the bug Versions before v3.2.2 takes plugins written in TypeScript. However, we bumped a few dependencies in [v3.2.2](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md#322) that...

### Background This PR migrates `auth` module to Server Preset

### Background This PR migrates `activity` module to use Server Preset