-
I was following the tutorial at [howtographql](https://www.howtographql.com/typescript-apollo/0-introduction/) and I was in the ['Creating Custom Scalers'](https://www.howtographql.com/typescript-apol…
-
**Describe the bug**
When configuring custom scalars, it's not possible to have the generated types be simultaneously correct for both:
- apollo client queries
- apollo server resolvers
For …
-
## What problem does this feature solve?
相关issue https://github.com/ng-alain/ng-alain/issues/1294 https://github.com/ng-alain/delon/pull/1234
虽然新增了`customRequest`配置,但是graphql在应用层调用并不是基本的http请求,这个配…
-
**Is your feature request related to a problem? Please describe.**
The scalar configuration of the typescript plugin allows setting the generated type annotations but doesn't actually do any casts.…
-
In terms of using custom scalars by URL, we have support now for `specifiedBy` directive!
Now users can host common scalar definitions, etc.
Any tickets you see that ask about using some custom…
-
**Describe the bug**
The DateTime scalar (GraphQLDateTime) fails to convert unix timestamp, for example, 1695416400, produces a date like 1970-01-20T14:56:56.400Z. Since the Unix timestamp represe…
-
I have this JSON:
```json
{
"myField": {
"name": "",
"type": {
"name": "String",
"description": "The `String` scalar type represents textual data, represented as UTF-8 character se…
-
Hi I have a graphql schema, where I have a custom scalar type defined. How do we handle serialization and deserialization of custom scalar type.
-
### Is your proposal related to a problem?
I am using a jsonb field for storing custom information. I am using a [postgres domain](https://www.postgresql.org/docs/13/domains.html) to check the shap…
-
We found this package and it has all the scalars which we need :partying_face: . Also, we are using `graphql-code-generator` to generate types for our resolvers.
The problem is, that this generato…