GraphQL 0.4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package GraphQL --version 0.4.0
NuGet\Install-Package GraphQL -Version 0.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GraphQL" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GraphQL" Version="0.4.0" />
<PackageReference Include="GraphQL" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GraphQL --version 0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GraphQL, 0.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GraphQL@0.4.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GraphQL&version=0.4.0
#tool nuget:?package=GraphQL&version=0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
GraphQL for .NET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (201)
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 | 31,311 | 3/8/2026 |
| 8.8.3 | 171,663 | 1/4/2026 |
| 8.8.2 | 28,193 | 12/19/2025 |
| 8.8.1 | 17,946 | 12/15/2025 |
| 8.8.0 | 99,317 | 11/17/2025 |
| 8.7.0 | 179,968 | 10/23/2025 |
| 8.6.0 | 148,334 | 9/21/2025 |
| 8.5.0 | 674,165 | 4/13/2025 |
| 8.4.1 | 271,813 | 2/25/2025 |
| 8.4.0 | 72,163 | 2/20/2025 |
| 8.3.1 | 148,716 | 2/1/2025 |
| 8.3.0 | 300,535 | 1/16/2025 |
| 8.2.1 | 10,857,371 | 10/24/2024 |
| 8.2.0 | 219,938 | 10/20/2024 |
| 8.1.0 | 233,209 | 9/18/2024 |
| 8.0.2 | 333,324 | 8/26/2024 |
| 8.0.1 | 54,450 | 8/23/2024 |
| 8.0.0 | 244,010 | 8/20/2024 |
| 7.9.0 | 495,869 | 8/18/2024 |
| 0.4.0 | 12,662 | 12/12/2015 |
Loading failed
* Lots of bug fixes.
* Async
* Mutations
* Input objects
* Skeleton of Relay connections
* DateGraphType
* ISchema interface