Skip to content

Commit

Permalink
Update queries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvlach committed Jun 9, 2024
1 parent 3c32b48 commit 21effb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ Note that this query is also used for updating existing aliases. Byt inserting a
pub struct InsertEdgesQuery {
pub from: QueryIds,
pub to: QueryIds,
pub ids: QueryIds,
pub values: QueryValues,
pub each: bool,
}
Expand Down Expand Up @@ -461,6 +462,7 @@ pub struct InsertNodesQuery {
pub count: u64,
pub values: QueryValues,
pub aliases: Vec<String>,
pub ids: QueryIds,
}
```

Expand Down

0 comments on commit 21effb7

Please sign in to comment.