Skip to content

Commit eb25ea5

Browse files
committed
Polishing
Closes gh-573
1 parent 608e4dd commit eb25ea5

File tree

1 file changed

+1
-1
lines changed
  • spring-graphql-docs/src/docs/asciidoc/includes

1 file changed

+1
-1
lines changed

spring-graphql-docs/src/docs/asciidoc/includes/client.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ response and the field:
257257
.onErrorResume(FieldAccessException.class, ex -> {
258258
ClientGraphQlResponse response = ex.getResponse();
259259
// ...
260-
ResponseField field = ex.getField();
260+
ClientResponseField field = ex.getField();
261261
// ...
262262
});
263263
----

0 commit comments

Comments
 (0)