dotansimha / dotansimha/graphql-code-generator
Better support for `graphql-scalars`
Open
core
kind/docs
kind/enhancement
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 1.4k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 23
Description
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.
----
Related https://github.com/dotansimha/graphql-code-generator/issues/8412, https://github.com/dotansimha/graphql-code-generator/issues/8296#issuecomment-1256916743
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.