-
### Which packages are impacted by your issue?
@graphql-codegen/cli, @graphql-codegen/typescript
### Describe the bug
Adding a `@deprecated` directive on the resolver arguments itself, does n…
-
The [graphql-scalars](https://www.npmjs.com/package/graphql-scalars) package makes available a number of common scalars and includes validation.
We should consider adding any relevant scalar type d…
-
## Problem
Many times when we have strings (and also numbers) in a database, it's not just any string that's a valid value. Instead it's a subset of all strings that are valid values for that colum…
-
Currently, default scalars are hardcoded on the generated code -- Int, Float, String, Boolean, and ID. Requesting a feature to skip defining this scalars.
My particular use case is I wish to overri…
-
### Description
Creating workspace layouts via UI is rather tedious for projects which log a large number of metrics. You have to search and pick them one-by-one, switch to different tabs to edit t…
-
I have some custom scalars I got from the [Urigo/graphql-scalars](https://github.com/Urigo/graphql-scalars) library. These scalars, by default, have `unknown` typing as their input and output value wh…
-
https://github.com/facebook/graphql/pull/326
thanks to @xtian for mentioning it in #9
-
Sangria comes with a set of built-in scalar.
However, sometime the builtin implementation does not fit the requirements, for example, some people would like to represent a BigDecimal always as str…
-
- Custom scalars
- Enum types
- Custom ID's
- Reationships pagination/filtering
CC @machi1990
-
While GraphQL SDL doesn't yet support an expressive enough syntax for scalar value definitions, there is some mapping needed for custom scalars (e.g. `DateTime` in GraphQL SDL should map to `string` i…