graphql-query-builder-dotnet VS graphql-client

Compare graphql-query-builder-dotnet vs graphql-client and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
graphql-query-builder-dotnet graphql-client
1 5
41 604
- 1.0%
2.5 6.7
4 months ago 5 days ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

graphql-query-builder-dotnet

Posts with mentions or reviews of graphql-query-builder-dotnet. We have used some of these posts to build our list of alternatives and similar projects.
  • Storing JSON Queries in a non-smelly way
    1 project | /r/csharp | 4 Mar 2023
    i hate graphql-queries in c#. I use the https://github.com/charlesdevandiere/graphql-query-builder-dotnet package to have it more c# style. however it does only support queries and no mutation.

graphql-client

Posts with mentions or reviews of graphql-client. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-17.
  • How to build a Snowflake API?
    10 projects | dev.to | 17 Jan 2023
    An example of a Snowflake API request using C#/.NET. This example uses the C#/.NET standard library, so it doesn’t require additional dependencies; however, in production, you could use a library like graphql-client for stronger typing.
  • GraphQL.NET with ASP.NET Integration Tests
    2 projects | dev.to | 30 May 2021
    The integration test server allows you to create a HttpClient that has a special HttpMessageHandler that, rather than using TCP sockets, communicates directly with the in-memory server. All the usual serialisation still occurs. We can very easily use this to execute a GraphQL query, manually forming a HttpRequestMessage, but to make things a little easier, we can use GraphQL.NET's GraphQL.Client package. With this in play, we can create a simple test using the HttpClient we created earlier:
  • I have no idea what I'm doing (pet project with GraphQL)
    1 project | /r/csharp | 22 Apr 2021
  • Using proxy with GraphQL.Client in C#
    1 project | dev.to | 18 Feb 2021
    Here is a short snippet how to set up proxy with GraphQL.Client in C#. In this example I use a local proxy for debugging.
  • Consuming GraphQL API In ASP.NET Core (Part 2)
    3 projects | dev.to | 28 Jan 2021
    We will make use of GraphQL.Client(v 3.2.0) library to consume the GraphQL API. To install the package, right click the solution in the solution explorer and select Manage NuGet Packages for Solution. Under the Browse section, search for GraphQL.Client and click on it, then in the preview panel click the Install button:

What are some alternatives?

When comparing graphql-query-builder-dotnet and graphql-client you can also consider the following projects:

ASP.NET MVC Boilerplate - .NET project templates with batteries included, providing the minimum amount of code required to get you going faster.

Autofac - An addictive .NET IoC container

Hot Chocolate - Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.

NLog - NLog - Advanced and Structured Logging for Various .NET Platforms

hotchocolate - Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE. [Moved to: https://github.com/ChilliCream/graphql-platform]

GraphQLSampleAppUI - A Blazor WebAssembly app that demostrates how to consume a GraphQL API in .NET

graphql - Package graphql provides a GraphQL client implementation.

graphql-dotnet-execution-strategy

ZeroQL - C# GraphQL client with Linq-like syntax

genqlient - a truly type-safe Go GraphQL client

Jackson JSON Processor - Main Portal page for the Jackson project

graphql-request - Minimal GraphQL client