Husqvik
Husqvik
Schema will be used to spin up a GraphQl service, or? Which will provide its full metadata in the JSON format used by the generator. So I find another (and...
could you provide the API metadata JSON? So I have the exact code available. Or just URL to the API if it's public. you can retrieve the metadata by querying...
Thanks. Very valid point. I'll hope to fix it during this week.
Hi. I added a new overload `new GraphQlQueryParameter("parameterName")` without passing explicit value. The GQL type is by default resolved from the generic parameter but can be overridden using optional parameter....
Would be good if you could test it before publishing new nuget package.
There is yet another constructor that has been already there ```csharp new GraphQlQueryParameter("someString", default, isNullable: false) ``` or in the newly added one you can explicitly specify the GraphQL type...
`new GraphQlQueryParameter("someString", isNullable: false)` doesn't make sense as without passing the value the parameter must be nullable
Exactly, the value of the parameter is default value. Not actual. For not null parameters (types ending with `!` ) the value is entirely omitted as it's required to be...
https://www.nuget.org/packages/GraphQlClientGenerator.Tool/0.9.13
I knew I forgot something :), sorry. https://www.nuget.org/packages/GraphQlClientGenerator/0.9.13