GraphQL 0.7.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.7.0
NuGet\Install-Package GraphQL -Version 0.7.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.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GraphQL" Version="0.7.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.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GraphQL, 0.7.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.7.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.7.0
#tool nuget:?package=GraphQL&version=0.7.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 (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 | 73,132 | 1/4/2026 |
| 8.8.2 | 22,173 | 12/19/2025 |
| 8.8.1 | 12,604 | 12/15/2025 |
| 8.8.0 | 73,210 | 11/17/2025 |
| 8.7.0 | 152,029 | 10/23/2025 |
| 8.6.0 | 124,126 | 9/21/2025 |
| 8.5.0 | 562,184 | 4/13/2025 |
| 8.4.1 | 253,149 | 2/25/2025 |
| 8.4.0 | 61,489 | 2/20/2025 |
| 8.3.1 | 135,219 | 2/1/2025 |
| 8.3.0 | 243,386 | 1/16/2025 |
| 8.2.1 | 9,267,743 | 10/24/2024 |
| 8.2.0 | 201,605 | 10/20/2024 |
| 8.1.0 | 215,272 | 9/18/2024 |
| 8.0.2 | 293,004 | 8/26/2024 |
| 8.0.1 | 48,011 | 8/23/2024 |
| 8.0.0 | 222,438 | 8/20/2024 |
| 7.9.0 | 455,383 | 8/18/2024 |
| 7.8.0 | 1,925,718 | 2/6/2024 |
| 0.7.0 | 5,372 | 6/3/2016 |
Loading failed
* Add RegisterType and AdditionalTypes to ISchema
* Change how ExecutionResult is serialized, which should now conform to the spec with a lowercase "message"
* Add ObjectGraphType.Interface(Type)