You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/syntax/parameters.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Parameters cannot be used for the following constructs, as these form part of th
26
26
* Relationship types; `MATCH (n)-[:$param]->(m)` is invalid.
27
27
* Node labels; `MATCH (n:$param)` is invalid.
28
28
29
-
Parameters may consist of letters and numbers, and any combination of these, and can start with any of xref:appendix/gql-conformance/index.adoc[GQL's] extended character identifiers.
29
+
Parameters may consist of any combination of letters and numbers, and can start with any of xref:appendix/gql-conformance/index.adoc[GQL's] extended character identifiers.
30
30
31
31
Setting parameters when running a query is dependent on the client environment.
0 commit comments