Blog Logo
TAGS

ZeroQL - C# friendly GraphQL

ZeroQL is a C# friendly GraphQL client that provides a Linq-like interface for building queries. It offers type-safe API for simplifying integration between app parts. With an excellent performance equivalent to a simple HTTP call, ZeroQL surpasses its equivalents such as Strawberry Shake. It enables developers to execute queries such as a simple HTTP call, and the library generates all necessary wrappers for C#. The library is available on NuGet with a CLI tool for code generation, which can be used to build queries inside C# without writing raw GraphQL.