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 2f2f27c commit adffc5bCopy full SHA for adffc5b
src/content/doc-surrealql/functions/database/record.mdx
@@ -149,7 +149,7 @@ RETURN record::tb(person:tobie);
149
The `record::is_edge` function checks to see if the value passed in is a graph edge.
150
151
```surql title="API DEFINITION"
152
-record::is::edge(record | string) -> bool
+record::is_edge(record | string) -> bool
153
```
154
155
```surql
0 commit comments