Skip to content

Commit

Permalink
Update keywords-and-reserved-words.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Mar 3, 2022
1 parent aca9b1c commit fc21eb5
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Keywords

Keywords have significance in nGQL. It can be classified into reserved keywords and non-reserved keywords.
Keywords have significance in nGQL. It can be classified into reserved keywords and non-reserved keywords. It is not recommend to use keywords in schema.

Non-reserved keywords are permitted as identifiers without quoting. To use special characters or reserved keywords as identifiers, quote them with backticks such as `AND`.
If you must use keywords in schema:

- Non-reserved keywords are permitted as identifiers without quoting.

- To use special characters or reserved keywords as identifiers, quote them with backticks such as `AND`.

!!! Note

Expand Down

0 comments on commit fc21eb5

Please sign in to comment.