datacore icon indicating copy to clipboard operation
datacore copied to clipboard

Add syntax to build links in graph for the query output

Open laraib07 opened this issue 8 months ago • 1 comments

The idea is simple. I am querying list of books in a central note.

TABLE author, highlightCounts
FROM book_highlights

It would be better if the syntax had option to build a graph too. Like:

TABLE author, highlightCounts
FROM book_highlights
BUILD GRAPH

laraib07 avatar Oct 13 '23 16:10 laraib07