File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33[ ![ NuGet] ( https://img.shields.io/nuget/v/GraphQL.AspNetCore3.svg )] ( https://www.nuget.org/packages/GraphQL.AspNetCore3 ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/Shane32/GraphQL.AspNetCore3/badge.svg?branch=master )] ( https://coveralls.io/github/Shane32/GraphQL.AspNetCore3?branch=master )
44
5- This package is designed for ASP.Net Core (2.1 through 9 .0) to facilitate easy set-up of GraphQL requests
5+ This package is designed for ASP.Net Core (2.1 through 10 .0) to facilitate easy set-up of GraphQL requests
66over HTTP. The code is designed to be used as middleware within the ASP.Net Core pipeline,
77serving GET, POST or WebSocket requests. GET requests process requests from the querystring.
88POST requests can be in the form of JSON requests, form submissions, or raw GraphQL strings.
@@ -36,7 +36,7 @@ for changes from previous versions.
3636### Typical configuration with HTTP middleware
3737
3838First add the ` GraphQL.AspNetCore3 ` nuget package to your application. It requires
39- ` GraphQL ` version 8.2.1 or a later.
39+ ` GraphQL ` version 8.8.0 or a later.
4040
4141Then update your ` Program.cs ` or ` Startup.cs ` to register the schema, the serialization engine,
4242and optionally the HTTP middleware and WebSocket services. Configure WebSockets and GraphQL
You can’t perform that action at this time.
0 commit comments