File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ 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 )
4
4
5
- This package is designed for ASP.Net Core (2.1 through 8 .0) to facilitate easy set-up of GraphQL requests
5
+ This package is designed for ASP.Net Core (2.1 through 9 .0) to facilitate easy set-up of GraphQL requests
6
6
over HTTP. The code is designed to be used as middleware within the ASP.Net Core pipeline,
7
7
serving GET, POST or WebSocket requests. GET requests process requests from the querystring.
8
8
POST requests can be in the form of JSON requests, form submissions, or raw GraphQL strings.
@@ -36,7 +36,7 @@ for changes from previous versions.
36
36
### Typical configuration with HTTP middleware
37
37
38
38
First add the ` GraphQL.AspNetCore3 ` nuget package to your application. It requires
39
- ` GraphQL ` version 7.0.0 or a later.
39
+ ` GraphQL ` version 8.2.1 or a later.
40
40
41
41
Then update your ` Program.cs ` or ` Startup.cs ` to register the schema, the serialization engine,
42
42
and optionally the HTTP middleware and WebSocket services. Configure WebSockets and GraphQL
You can’t perform that action at this time.
0 commit comments