Skip to content

Commit fa94425

Browse files
committed
Fix query typo in reference docs
1 parent e8e4813 commit fa94425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-graphql-docs/modules/ROOT/pages/request-execution.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ be added for you:
602602

603603
[source,graphql,indent=0,subs="verbatim,quotes"]
604604
----
605-
Query {
605+
type Query {
606606
books(first:Int, after:String, last:Int, before:String): BookConnection
607607
}
608608

0 commit comments

Comments
 (0)