-
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]
…
-
I was trying to create a custom scalar type by [reading the docs](http://graphql.org/graphql-js/type/#graphqlscalartype), but what's there is very vague and confusing:
- What are the semantics of the …
-
### Gloo Edge Version
1.13.x
### Kubernetes Version
None
### Describe the bug
The GraphQL `JSON` type is not respected and returns `null`. When querying links below the result is `null`.
``…
-
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
-
**Is your feature request related to a problem? Please describe.**
Currently, it's hard to choose the right type for clients of servers that use `graphql-scalars` resolvers.
Here's the general …
-
Hi,
My gradle setup is such
id "com.apollographql.apollo3" version "3.8.5"
implementation "com.apollographql.java:client:0.0.2"
apollo {
service("backoffice-workflows") {
generateKotlin…
-
### Is your feature request related to a problem?
I'm using HotChocolate + Strawberry Shake combo to build ecosystem of microservices. On the server side I have own library, distributed by NuGets, th…
-
### Link to reproduction
_No response_
### Describe the Bug
A newly scaffolded payload app will not start due to conflicting internal references to `graphql` pacakges. The fill error message is co…
-
Hello,
first of all, thank you for developing such a great tool and for maintaining a public SDK for interacting with it. Keep going!
We have successfully integrated Linear with our workflow usi…
-
### Describe the bug
For schema:
```
type Query {
test(
a: Int # can be null
b: Int = 1 # can be null if user pass null explicitly
c: Int! # can't be null
…