Skip to content

Commit fe4df8d

Browse files
authored
Update README.md
1 parent a69803b commit fe4df8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ GraphQLServlet servlet = new SimpleGraphQLServlet(schema, executionStrategy, ope
4949
```
5050

5151
You can also add [operation listeners](https://github.com/graphql-java/graphql-java-servlet/blob/master/src/main/java/graphql/servlet/GraphQLOperationListener.java) and [servlet listeners](https://github.com/graphql-java/graphql-java-servlet/blob/master/src/main/java/graphql/servlet/GraphQLServletListener.java) to an existing servlet.
52-
These listeners provide hooks into query execution - before, on success, and on failure:
52+
These listeners provide hooks into query execution (before, on success, and on failure) and servlet execution (before, on error, and finally):
5353
```java
5454
servlet.addOperationListener(new GraphQLOperationListener() {
5555
@Override

0 commit comments

Comments
 (0)