Skip to content

Commit 6d486b5

Browse files
committed
update
1 parent 1534753 commit 6d486b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ and [enisdenjo/graphql-ws](https://github.com/enisdenjo/graphql-ws) repositories
5555
The middleware can be configured through the `IApplicationBuilder` or `IEndpointRouteBuilder`
5656
builder interfaces. Alternatively, route handlers (such as `MapGet` and `MapPost`) can return
5757
a `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
6060
controller actions.
6161

6262
Authorization is also supported with the included `AuthorizationValidationRule`. It will

0 commit comments

Comments
 (0)