We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bee3e8 commit 608e4ddCopy full SHA for 608e4dd
spring-graphql-docs/src/docs/asciidoc/includes/client.adoc
@@ -282,7 +282,7 @@ For example:
282
// Request failure... <1>
283
}
284
285
- ResponseField field = response.field("project");
+ ClientResponseField field = response.field("project");
286
if (!field.hasValue()) {
287
if (field.getError() != null) {
288
// Field failure... <2>
@@ -400,7 +400,7 @@ response directly:
400
// Request failure...
401
402
403
404
405
406
// Field failure...
0 commit comments