GraphQL.Server.Transports.AspNetCore.SystemTextJson
4.4.1
GraphQL middleware using System.Text.Json for serialization
Install-Package GraphQL.Server.Transports.AspNetCore.SystemTextJson -Version 4.4.1
dotnet add package GraphQL.Server.Transports.AspNetCore.SystemTextJson --version 4.4.1
<PackageReference Include="GraphQL.Server.Transports.AspNetCore.SystemTextJson" Version="4.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GraphQL.Server.Transports.AspNetCore.SystemTextJson --version 4.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETCoreApp 3.0
- GraphQL.Server.Transports.AspNetCore (>= 4.4.1)
- GraphQL.Server.Transports.Subscriptions.Abstractions (>= 4.4.1)
- GraphQL.SystemTextJson (>= 3.2.0)
- System.IO.Pipelines (>= 4.7.3)
-
.NETCoreApp 3.1
- GraphQL.Server.Transports.AspNetCore (>= 4.4.1)
- GraphQL.Server.Transports.Subscriptions.Abstractions (>= 4.4.1)
- GraphQL.SystemTextJson (>= 3.2.0)
- System.IO.Pipelines (>= 4.7.3)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on GraphQL.Server.Transports.AspNetCore.SystemTextJson:
Package | Downloads |
---|---|
OttoTheGeek
Package Description
|
|
SER.Graphql.Reflection.NetCore
This is a complement to graphql-dotnet (https://github.com/graphql-dotnet/graphql-dotnet) to avoid boilerplate
|
|
GraphQL.Simplify
The objective is simplify the use from the GraphQL in a query.
Generate automaticaly the arguments and the expression to use in repository.
To academic development.
|
|
DotNetBrightener.Integration.GraphQL
A library that provides GraphQL integration for building GraphQL APIs with minimal efforts
|
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on GraphQL.Server.Transports.AspNetCore.SystemTextJson:
Repository | Stars |
---|---|
phongnguyend/Practical.CleanArchitecture
Asp.Net Core 5 samples (+Blazor, Angular 11, React 17, Vue 2.6) with Clean Architecture (Microservices, Modular Monolith, Monolith), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR Notification, Hangfire Tasks Scheduling, Health Checks, Security Headers, ...
|
|
graphql-dotnet/examples
Examples for GraphQL.NET
|
|
graphql-dotnet/authorization
A toolset for authorizing access to graph types for GraphQL .NET.
|