-
I've been trying to use the `graphql-iso-date` package with `graphql-s2s` for `DateTime` formatting on types and get this error:
`TypeError: Cannot read property 'directive' of null`
Is this a kn…
-
It's desirable to represent an ID on the server as a `bigint` instead of a `number`.
Currently, the ID scalar type supports serializing `number` to `string`, but not `bigint`.
I'd like to see su…
-
### Which packages are impacted by your issue?
@graphql-codegen/cli
### Describe the bug
I'm migrating from v1 to v5 of `@graphql-codegen/cli`. I'm using a react + webpack + typescript application,…
-
### 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…
-
```
/* eslint-disable prettier/prettier */
import { GraphQLSchema, print } from 'graphql';
import gql from 'graphql-tag';
import { loadFilesSync } from '@graphql-tools/load-files';
import { merge…
-
The response is a JSON type which cannot be represented in string, like https://the-guild.dev/graphql/scalars/docs/scalars/json, how to support it? thanks.
koote updated
4 months ago
-
This issue details the changes we want to make to the Base document model Editor.
## **Research** ✅
- Monaco Library to be researched and implemented.
- Connection with the different code editors …
-
### Use case
The `DateTime` scalar is specified at https://scalars.graphql.org/andimarek/date-time
If the codegen schema contains such a scalar:
```graphql
scalar DateTime @specifiedBy(url: …
-
Please add feature to handle default values for Currency in GraphQL Schema.
Description:
We have defined a custom scalar for currency extending graphql-java-extended-scalars Currency scalar. A …
-
For form data submission and basic events like declaring, we should postpone adding validation until custom events.
For things like user creation however this should be implemented asap
>[!WARNING]
…