GraphQlClientGenerator
GraphQlClientGenerator copied to clipboard
GraphQL C# client generator
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":...