We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608e4dd commit eb25ea5Copy full SHA for eb25ea5
spring-graphql-docs/src/docs/asciidoc/includes/client.adoc
@@ -257,7 +257,7 @@ response and the field:
257
.onErrorResume(FieldAccessException.class, ex -> {
258
ClientGraphQlResponse response = ex.getResponse();
259
// ...
260
- ResponseField field = ex.getField();
+ ClientResponseField field = ex.getField();
261
262
});
263
----
0 commit comments