GraphQL 0.6.0
See the version list below for details.
dotnet add package GraphQL --version 0.6.0
NuGet\Install-Package GraphQL -Version 0.6.0
<PackageReference Include="GraphQL" Version="0.6.0" />
<PackageVersion Include="GraphQL" Version="0.6.0" />
<PackageReference Include="GraphQL" />
paket add GraphQL --version 0.6.0
#r "nuget: GraphQL, 0.6.0"
#:package GraphQL@0.6.0
#addin nuget:?package=GraphQL&version=0.6.0
#tool nuget:?package=GraphQL&version=0.6.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 (199)
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.
|
|
|
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
|
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
|
JasonBock/Rocks
A mocking library based on the Compiler APIs (Roslyn + Mocks)
|
|
|
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.3 | 72,568 | 1/4/2026 |
| 8.8.2 | 22,155 | 12/19/2025 |
| 8.8.1 | 12,591 | 12/15/2025 |
| 8.8.0 | 73,047 | 11/17/2025 |
| 8.7.0 | 151,868 | 10/23/2025 |
| 8.6.0 | 124,008 | 9/21/2025 |
| 8.5.0 | 562,017 | 4/13/2025 |
| 8.4.1 | 253,074 | 2/25/2025 |
| 8.4.0 | 61,467 | 2/20/2025 |
| 8.3.1 | 135,114 | 2/1/2025 |
| 8.3.0 | 243,103 | 1/16/2025 |
| 8.2.1 | 9,262,436 | 10/24/2024 |
| 8.2.0 | 201,535 | 10/20/2024 |
| 8.1.0 | 215,232 | 9/18/2024 |
| 8.0.2 | 292,820 | 8/26/2024 |
| 8.0.1 | 47,995 | 8/23/2024 |
| 8.0.0 | 222,273 | 8/20/2024 |
| 7.9.0 | 455,207 | 8/18/2024 |
| 7.8.0 | 1,925,368 | 2/6/2024 |
| 0.6.0 | 5,613 | 3/22/2016 |
* `GetArgument()` wasn't using the `FieldDefinition`'s default value for an argument correctly. Added method signature for using the `FieldDefinition` default, and one for overriding the value
* `ConnectionType<T>`, `EdgeType<T>` and `PageInfoType` implementations have been separated from their backing data objects. Improved and more consistent Relay-specific helper functions for these will be transitioned over to graphql-dotnet/conventions
* Moved Relay-specific type structures to the `GraphQL.Types.Relay` namespace
* Removed `new()` constraint on connections and edges
* Exposing `ResolveFieldContext` in `FieldBuilder` and `ConnectionBuilder` (and consequently also the `CancellationToken`, etc.)
* Added new scalar type `DecimalGraphType`
* Added support for deprecation of `EnumerationGraphType` members
* Added a range of unit tests for the above
* Implemented `IdGraphType.Coerce()`
* `IntGraphType.Coerce()` can now also deal with `long` integers