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
4141
4242## Description
4343
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
4545over HTTP. The code is designed to be used as middleware within the ASP.NET Core pipeline,
4646serving GET, POST or WebSocket requests. GET requests process requests from the query string.
4747POST 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
7575
7676First add either the ` GraphQL.Server.All ` nuget package or the ` GraphQL.Server.Transports.AspNetCore `
7777nuget 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.
7979
8080Then update your ` Program.cs ` or ` Startup.cs ` to configure GraphQL, registering the schema
8181and 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