GraphQL 0.9.0
See the version list below for details.
dotnet add package GraphQL --version 0.9.0
NuGet\Install-Package GraphQL -Version 0.9.0
<PackageReference Include="GraphQL" Version="0.9.0" />
<PackageVersion Include="GraphQL" Version="0.9.0" />
<PackageReference Include="GraphQL" />
paket add GraphQL --version 0.9.0
#r "nuget: GraphQL, 0.9.0"
#:package GraphQL@0.9.0
#addin nuget:?package=GraphQL&version=0.9.0
#tool nuget:?package=GraphQL&version=0.9.0
GraphQL for .NET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (209)
Showing the top 5 NuGet packages that depend on GraphQL:
| Package | Downloads |
|---|---|
|
GraphQL.NewtonsoftJson
JSON.NET serializer for GraphQL.NET |
|
|
GraphQL.SystemTextJson
System.Text.Json serializer for GraphQL.NET |
|
|
GraphQL.MicrosoftDI
Microsoft DI extensions for GraphQL.NET |
|
|
GraphQL.DataLoader
GraphQL DataLoader implementation |
|
|
GraphQL.Server.Transports.Subscriptions.Abstractions
Package Description |
GitHub repositories (29)
Showing the top 20 popular GitHub repositories that depend on GraphQL:
| Repository | Stars |
|---|---|
|
ThreeMammals/Ocelot
.NET API Gateway
|
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
|
Squidex/squidex
Headless CMS and Content Managment Hub
|
|
|
getsentry/sentry-dotnet
Sentry SDK for .NET
|
|
|
graphql-dotnet/graphql-client
A GraphQL Client for .NET Standard
|
|
|
JacekKosciesza/StarWars
GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core
|
|
|
graphql-dotnet/server
ASP.NET Core GraphQL Server
|
|
|
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
|
|
|
planetarium/libplanet
Blockchain in C#/.NET for on-chain, decentralized gaming
|
|
|
sharpenrocks/Sharpen
Visual Studio extension that intelligently introduces new C# features into your existing codebase
|
|
|
ttu/dotnet-fake-json-server
Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End.
|
|
|
SimonCropp/GraphQL.EntityFramework
Adds EntityFramework Core IQueryable support to GraphQL
|
|
|
JasonBock/Rocks
A mocking library based on the Compiler APIs (Roslyn + Mocks)
|
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
|
landmarkhw/Dapper.GraphQL
A .NET Core library designed to integrate the Dapper and graphql-dotnet projects with ease-of-use in mind and performance as the primary concern.
|
|
|
formcms/formcms
AI Agent: Open-source headless CMS built with ASP.NET Core (C#) and React, featuring REST APIs, GraphQL, and a GrapesJS page designer.
|
|
|
graphql-dotnet/examples
Examples for GraphQL.NET
|
|
|
mmacneil/ASPNetCoreGraphQL
Sample project demonstrating a GraphQL service built with ASP.NET Core 2.2, Entity Framework Core and graphql-dotnet.
|
|
|
graphql-dotnet/conventions
GraphQL Conventions Library for .NET
|
|
|
nreco/data
Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM).
|
| Version | Downloads | Last Updated |
|---|---|---|
| 8.8.4 | 612,117 | 3/8/2026 |
| 8.8.3 | 305,691 | 1/4/2026 |
| 8.8.2 | 37,895 | 12/19/2025 |
| 8.8.1 | 23,992 | 12/15/2025 |
| 8.8.0 | 184,971 | 11/17/2025 |
| 8.7.0 | 267,651 | 10/23/2025 |
| 8.6.0 | 223,960 | 9/21/2025 |
| 8.5.0 | 4,053,049 | 4/13/2025 |
| 8.4.1 | 318,195 | 2/25/2025 |
| 8.4.0 | 102,991 | 2/20/2025 |
| 8.3.1 | 182,049 | 2/1/2025 |
| 8.3.0 | 576,941 | 1/16/2025 |
| 8.2.1 | 15,418,959 | 10/24/2024 |
| 8.2.0 | 263,152 | 10/20/2024 |
| 8.1.0 | 270,460 | 9/18/2024 |
| 8.0.2 | 434,190 | 8/26/2024 |
| 8.0.1 | 74,260 | 8/23/2024 |
| 8.0.0 | 322,248 | 8/20/2024 |
| 7.9.0 | 637,628 | 8/18/2024 |
| 0.9.0 | 8,768 | 6/10/2016 |
* Change how types are registered - only register the root type, not every permutation
* When a ListGraphType or NonNullGraphType type is requested via FindType, that type is created on the fly.
* Attempt to trim list/non-null type names when finding type by name
* Provide public list of core rules
* Fix a bug where Schema would not properly dispose