GraphQL 0.2.0
See the version list below for details.
dotnet add package GraphQL --version 0.2.0
NuGet\Install-Package GraphQL -Version 0.2.0
<PackageReference Include="GraphQL" Version="0.2.0" />
<PackageVersion Include="GraphQL" Version="0.2.0" />
<PackageReference Include="GraphQL" />
paket add GraphQL --version 0.2.0
#r "nuget: GraphQL, 0.2.0"
#:package GraphQL@0.2.0
#addin nuget:?package=GraphQL&version=0.2.0
#tool nuget:?package=GraphQL&version=0.2.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 (202)
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 (30)
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
|
|
|
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility. Since 2018.
|
|
|
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.
|
|
|
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.
|
|
|
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/conventions
GraphQL Conventions Library for .NET
|
| Version | Downloads | Last Updated |
|---|---|---|
| 8.8.4 | 92,255 | 3/8/2026 |
| 8.8.3 | 208,476 | 1/4/2026 |
| 8.8.2 | 30,025 | 12/19/2025 |
| 8.8.1 | 19,292 | 12/15/2025 |
| 8.8.0 | 113,869 | 11/17/2025 |
| 8.7.0 | 196,889 | 10/23/2025 |
| 8.6.0 | 161,808 | 9/21/2025 |
| 8.5.0 | 1,225,297 | 4/13/2025 |
| 8.4.1 | 282,116 | 2/25/2025 |
| 8.4.0 | 78,060 | 2/20/2025 |
| 8.3.1 | 156,223 | 2/1/2025 |
| 8.3.0 | 337,169 | 1/16/2025 |
| 8.2.1 | 11,808,709 | 10/24/2024 |
| 8.2.0 | 227,964 | 10/20/2024 |
| 8.1.0 | 241,276 | 9/18/2024 |
| 8.0.2 | 351,045 | 8/26/2024 |
| 8.0.1 | 57,430 | 8/23/2024 |
| 8.0.0 | 257,324 | 8/20/2024 |
| 7.9.0 | 521,920 | 8/18/2024 |
| 0.2.0 | 12,533 | 7/16/2015 |
* Added fragment execution
* Added @include/@skip directives
* Added the ability to specifiy a root object
* Added interfaces IDocumentExecuter, IDocumentBuilder, IDocumentWriter, IDocumentValidation
* Changed DocumentWriter to default to unformatted JSON