-
## Feedback
I've been using this library with the experimental resolver types for a while now but as my application grows I'm finding this feature doesn't quite work as you want it too and becomes …
-
### Expected Behavior
Test passed
### Current Behavior
Exception
```
System.OverflowException : Arithmetic operation resulted in an overflow.
at GraphQL.ValueConverter.c.b__1_38(Int64 value) …
-
I'm working in an embedded platform with low processing power and the need for very efficient data transfer, hence I have been using CBOR as the response serialization instead of JSON. This works very…
-
(This RFC grew out of the discussion around https://github.com/graphql/graphql-spec/issues/579 and is championed by @eapache and @andimarek.)
This RFC proposes attaching an optional URI to custom s…
-
```
- graphql_type: jsonb
dart_type: Map
```
I use this to get the Dart type from my Hasura database to the Graphql type **jsonb**, but my app crash !
Do you know wish sc…
-
### What happened?
We started using federation for our graphql solution. In our setup we have two graphql services, one providing items, another extending the item with breadcrumb information. In ord…
-
## Description of the feature
https://github.com/async-graphql/async-graphql/issues/980
If I understand correctly, in the GraphQL spec, `Int` type is `i32`, which means using `u32`, `i64`, and `…
-
In the graphql-relay-js library they have a function to declare a GlobalID for a type.
export function globalIdField(
typeName?: ?string,
idFetcher?: (object: any, info: GraphQLResolveInfo) => st…
-
Hi,
it seems that Hasura doesn't generate the graphql type `ID` (https://graphql.github.io/graphql-spec/June2018/#sec-ID) for primary keys. Instead it generates a scalar type matching the type of t…
-
This is where I'm going to start tracking features for 5.0, the next major version of `cppgraphqlgen`. This will be a breaking change for existing consumers, so it's an opportunity to cleanup deprecat…