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 @@ -41,7 +41,7 @@ Note that GitHub requires authentication to consume the feed. See more informati
41
41
42
42
## Description
43
43
44
- This package is designed for ASP.NET Core (2.1 through 6 .0) to facilitate easy set-up of GraphQL requests
44
+ This package is designed for ASP.NET Core (2.1 through 9 .0) to facilitate easy set-up of GraphQL requests
45
45
over HTTP. The code is designed to be used as middleware within the ASP.NET Core pipeline,
46
46
serving GET, POST or WebSocket requests. GET requests process requests from the query string.
47
47
POST requests can be in the form of JSON requests, form submissions, or raw GraphQL strings.
@@ -75,7 +75,7 @@ directives. It skips validations for fields or fragments that are marked with t
75
75
76
76
First add either the ` GraphQL.Server.All ` nuget package or the ` GraphQL.Server.Transports.AspNetCore `
77
77
nuget package to your application. Referencing the "all" package will include the UI middleware
78
- packages. These packages depend on ` GraphQL ` version 7.0.0 or later.
78
+ packages. These packages depend on ` GraphQL ` version 8.2.1 or later.
79
79
80
80
Then update your ` Program.cs ` or ` Startup.cs ` to configure GraphQL, registering the schema
81
81
and the serialization engine as a minimum. Configure WebSockets and GraphQL in the HTTP
You can’t perform that action at this time.
0 commit comments