Marek Magdziak
Marek Magdziak
Hi, thanks for reporting this. It looks like one of the expression visitors extracting what fields you're trying to access from the schema doesn't like the `DateTime.UtcNow` part. What you...
In general the library looks at everything you put into the expression and tries to inline it into a GraphQL query. So it actually crawls the expression tree, recomposes it...
Hi, sorry for the delay. I finally got around to implement hopefully all the necessary fixes. For your initial query: ```csharp var query = client.CreateQuery(s => s.WeatherForecast( new WeatherForecastWhereInput() {...
Hi, I won't manage to do it today. (It's 11:40-ish PM in Czechia right now) but tommorrow afternoon I can have a look. I see that you're having node 7.5....
Pushed a new version to npm (0.0.15), you can try again with it that one. Let me know if it works.
Hi, the original sadly doesn't deal with UVs. It uses cube projection on the material. That could be achieved by creating a shader, I guess, but that's not really what...