diff options
-rw-r--r-- | visualize-schema.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/visualize-schema.scm b/visualize-schema.scm index 091a74a..af86477 100644 --- a/visualize-schema.scm +++ b/visualize-schema.scm @@ -22,6 +22,8 @@ (prefix "http://genenetwork.org/")) (define (sparql-query-records . args) + ;; TODO: Use the JSON query results so that types can be converted + ;; correctly. (query-results->list (apply sparql-query (append args (list #:host "127.0.0.1" |