Creates a QueryExecution instance
import QueryExecution from "store-api/QueryExecution";const execution = new QueryExecution({ title: "My Execution", source: { query() { // ... } }, parameters: []}); Copy
import QueryExecution from "store-api/QueryExecution";const execution = new QueryExecution({ title: "My Execution", source: { query() { // ... } }, parameters: []});
Creates a QueryExecution instance