Closed dvdsgl closed 4 years ago
Notion relations appear to be encoded like this:
[ ["‣", ["p", "1DC1624C-8FCC-43E7-A07E-B41C297407D4"]], [","], ["‣", ["p", "7D80DB84-022E-41E8-B7FB-8E454CF14AC7"]], ... [","], ["‣", ["p", "2D2AA7BB-3A97-434F-8A33-4E7FD690E4C3"]] ]
I transform values of the shape:
[ ["‣", [_, "id0"]], ... ["‣", [_, "idn"]] ]
into ["id0", ..., "idn"].
["id0", ..., "idn"]
Notion relations appear to be encoded like this:
I transform values of the shape:
into
["id0", ..., "idn"]
.