Stanislav Silin

Results 23 comments of Stanislav Silin

From what I see, the library is missing the following key features. Without them, graphql is not graphql. **Mutations** It is a crucial feature, but it is easy to implement....

@glennawatson Any news on this ticket?

GraphQL has a special way to upload a file via the `` Upload `` type. This way is not supported. The workaround would be to pack the file into the...

@GautierT @ShSSP You can try version 2.0.0-preview.2. It has support for Upload type. Don't forget to update the CLI and the NuGet package. You can use it like that: ```...

This library utilizes features from net6.0, such as CallerArgumentExpression. As a result, it is not compatible with the .Net Framework.

If you want to use the library, you must create a net6.0 project.

In traces, I can see that the CollectionView calls SurfingApp!SurfingApp.Views.Templates.PostItemTemplate..ctor() again and again. Looks like it recreates the whole view on every scroll. Attaching traces. They contain everything that happens...

What graphql server do you use? I have been playing around with HotChocolate and could not figure out how to put some values into the extensions field to test the...

Checkout v2.0.0