Skip to content

Commit c643292

Browse files
committed
Improve example query for cypher directive
1 parent 4c6ea19 commit c643292

File tree

1 file changed

+1
-1
lines changed
  • modules/ROOT/pages/type-definitions/directives

1 file changed

+1
-1
lines changed

modules/ROOT/pages/type-definitions/directives/cypher.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The following GraphQL query returns the parameter `value`:
169169
[source, graphql, indent=0]
170170
----
171171
query {
172-
name(value: "aca")
172+
name(value: "Arthur")
173173
}
174174
----
175175

0 commit comments

Comments
 (0)