Results 5 issues of Artemov Ivan

If's possible, try to use new avoid allocations and writing/parsing features like: Span, TextFormatting, System.Text.Primitives https://github.com/dotnet/corefxlab

Why prerender stopped working after 25-28 rendered pages? When I restart container - it work again and again rendered only 27 pages and make some sleep function? This behavior I...

Can you explain, that problem you solve when write something like this ? ``` .Name("User") .Select("userId", "firstName", "lastName", "phone") .Where("userId", "331") ``` What different with pure GraphQL Query? ``` {...