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 @@ -55,8 +55,8 @@ and [enisdenjo/graphql-ws](https://github.com/enisdenjo/graphql-ws) repositories
5555The middleware can be configured through the ` IApplicationBuilder ` or ` IEndpointRouteBuilder `
5656builder interfaces. Alternatively, route handlers (such as ` MapGet ` and ` MapPost ` ) can return
5757a ` GraphQLExecutionHttpResult ` for direct GraphQL execution, or ` ExecutionResultHttpResult ` for
58- returning pre-executed GraphQL responses. In addition , ` GraphQLExecutionActionResult `
59- and ` ExecutionResultActionResult ` classes are added for returning GraphQL responses directly from
58+ returning pre-executed GraphQL responses. Similarly , ` GraphQLExecutionActionResult `
59+ and ` ExecutionResultActionResult ` classes are added for returning GraphQL responses from
6060controller actions.
6161
6262Authorization is also supported with the included ` AuthorizationValidationRule ` . It will
You can’t perform that action at this time.
0 commit comments