Skip to content

Commit

Permalink
Graph compatibility (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul authored Jan 20, 2025
1 parent a8eac6f commit a9d6ac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const CURVE_SCALE = 0.15;
const SURREAL_SPACE: ColorSpaceArray = [180, 10, 50, 100, 40, 100];
const RECORDS = new Gap<RecordId[]>();
const QUERY = new PreparedQuery(
"SELECT VALUE [in, id, out] FROM $records<->(? WHERE out IN $records AND in IN $records).flatten() WHERE __ == true",
"SELECT VALUE [in, id, out] FROM array::flatten($records<->(? WHERE out IN $records AND in IN $records)) WHERE __ == true",
{ records: RECORDS },
);

Expand Down

0 comments on commit a9d6ac5

Please sign in to comment.