Søren Bjergmark
Søren Bjergmark
Hello @WesToleman Currently the arguments are serilized using Newtonsoft.Json and therefore you should use [JsonProperty("fooNumber")] instead of [GraphQLFieldName("fooNumber")]. Please see the example here: https://github.com/sahb1239/SAHB.GraphQLClient/commit/e53fa7e7564845d532e23b6ca4d3493cf1054644 In order to be able to...
Hello @WesToleman It should be possible to use both attributes on the same property. I can't at the moment give you an exact release date, but I will look at...
This is clearly an error. I will look on it when I have the time.