-
Duplicate of https://github.com/apollographql/federation/issues/2747
I want to be able to indicate to other subgraph authors that they should stop using a particular key to reference an entity and …
-
I am having a strange issue where generated input Schema generates Zod objects in the wrong order, resulting in a "is used before being assigned" error.
**Server Setup**
package.json:
```
Node V…
-
Support surfacing any SP output parameters in a response for REST and GraphQL.
Initial work with the goal to support this occurred in #1440 and #1441.
Requests for this feature:
- #1841
- #18…
-
I'm following [the documentation on custom scalars from packages](https://www.apollographql.com/docs/graphql-tools/scalars.html#Using-a-package) and trying to add the `JSON` scalar to the grand-stack-…
-
### Issue workflow progress
_Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- […
-
Java `Long`'s are automatically converted to the `BigInteger` scalar - which is added by M GraphQL.
I would prefer to map it to the _standard_ GraphQL `Int` scalar instead, is that possible to conf…
-
**This issue participates in bounty program, see https://github.com/graphql-dotnet/graphql-dotnet/blob/master/BOUNTY.md**
**Bounty amount: $50**
Tasks to be done:
- Consolidate existing docum…
-
Is there a way to extend the support to types like scalar JSON?
koote updated
5 months ago
-
I have some trouble with custom scalars that are only used in input types. I used the [https://github.com/graphql-java-kickstart/graphql-java-tools/tree/master/example](example from this repository) …
-
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.