Jeroen

Results 7 comments of Jeroen

Yes @Husqvik Thank you that seems to work nicely, so build it ship it 😄

The only thing now is that : `Variable "someString" of type "String" used in position expecting type "String!".` Im using it like this : `var someStringParameter = new GraphQlQueryParameter("someString");` since...

Yes I saw that but I would like another override like so. : `new GraphQlQueryParameter("someString", isNullable: false)` But now I already added explicitly typed types. so it would be a...

No its not, What if I want to use the variables I spoke about earlier ? ``` var homeIdParameter = new GraphQlQueryParameter("homeId", "UUID!"); var builder = new TibberQueryBuilder() .WithViewer( new...

@Husqvik When will this be published to nuget?

Can you bump https://www.nuget.org/packages/GraphQlClientGenerator as well ?

If this is still an issue: In VSCode go to : `View > Command Pallet` start typing `C# to plantUML` Then run the first command that shows up. that's should...