As a developer I would like to be able to create queries in the UI and save them for later. Saved queries will allow me to quickly switch my data views and apply quickly to charting and viz etc.
create, save, update and delete queries for each data type.
// pseudo code
import {addQuery, updateQuery, getQueries, removeQuery } from 'react-veramo'
As a developer I would like to be able to create queries in the UI and save them for later. Saved queries will allow me to quickly switch my data views and apply quickly to charting and viz etc.
create, save, update and delete queries for each data type.