Skip to content

Commit

Permalink
add-a-note-for-unreseved-keywords (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Mar 1, 2023
1 parent e0d559f commit 9547425
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Keywords have significance in nGQL. It can be classified into reserved keywords

If you must use keywords in schema:

- Non-reserved keywords are permitted as identifiers without quoting.
- Non-reserved keywords can be used as identifiers without quotes if they are all in lowercase. However, if a non-reserved keyword contains any uppercase letters when used as an identifier, it must be enclosed in backticks (\`), for example, \`Comment\`.

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

Expand Down

0 comments on commit 9547425

Please sign in to comment.