GraphQlClientGenerator icon indicating copy to clipboard operation
GraphQlClientGenerator copied to clipboard

GraphQL C# client generator

Results 13 GraphQlClientGenerator issues
Sort by recently updated
recently updated
newest added

As of now the code generation works only with the schema in JSON format. Please provide a feature to load the SDL version too. Meanwhile the feature is implemented, is...

Hi, trying very hard to figure out how to actually use these generated classes. I don't see anything about deserializing into them. Can I get an example please? I just...

Proposal to add nullability support to `RegexScalarFieldTypeMappingProvider`. Let's see an example: ``` { "patternBaseType": ".+", "patternValueType": "Long!", "patternValueName": ".+", "netTypeName": "long" }, { "patternBaseType": ".+", "patternValueType": "Long", "patternValueName": ".+", "netTypeName":...