Consuming GraphQL API In ASP.NET Core (Part 2)

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • GraphQLSampleApp

    A simple application used to demostrate GraphQL Query, Mutation and Subcsription in .NET using Hotchocolate

  • Note that if you modified line 8 in launchSettings.json in part 1, you also have to modify line 19 here.

  • GraphQLSampleAppUI

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

  • The code for this sample can be found on the CloudBloq/GraphQLSampleAppUI repository on GitHub.

  • 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.

    InfluxDB logo
  • graphql-client

    A GraphQL Client for .NET Standard (by graphql-dotnet)

  • 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:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • GraphQL.NET with ASP.NET Integration Tests

    2 projects | dev.to | 30 May 2021
  • 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
  • How to define schema once and have server code and client code typed? [Typescript]

    3 projects | /r/graphql | 27 Jun 2023
  • I'm having trouble with graphql integration with github

    1 project | /r/rust | 3 Mar 2023