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 bd6d6a4 commit 2c794e1Copy full SHA for 2c794e1
modules/ROOT/pages/errors/gql-errors/22NCA.adoc
@@ -29,7 +29,7 @@ A correct definition is as follows:
29
[source, cypher]
30
----
31
ALTER CURRENT GRAPH TYPE SET {
32
- (p :Person => {name :: STRING, age :: INT, studId ANY NOT NULL })
+ (p :Person => {name :: STRING, age :: INT, studId :: ANY NOT NULL })
33
}
34
35
0 commit comments