Skip to content

Commit

Permalink
Fix explanation in Graph navigation (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscetbon authored Dec 2, 2024
1 parent f391a10 commit e9d7957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/doc-surrealql/datamodel/idioms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ Explanation:

- `*`: Selects all fields of `explorer:drake`.
- `->? AS actions`: Retrieves all outgoing relationships from Drake and aliases them as actions.
- `<-? AS interactions`: Retrieves all incoming relationships to Drake and aliases them as interactions.
- `<->? AS connections`: Retrieves all relationships connected to Drake, regardless of direction, and aliases them as connections.
- `<-? AS was`: Retrieves all incoming relationships to Drake and aliases them as was.
- `<->? AS involved_in`: Retrieves all relationships connected to Drake, regardless of direction, and aliases them as involved_in.


### Destructuring
Expand Down

0 comments on commit e9d7957

Please sign in to comment.