Creates QueryExecutions. ``ts import QueryExecutions from "store-api/QueryExecutions"; import QueryExecution from "store-api/QueryExecution";
new QueryExecutions({ executions: [new QueryExecution({ source: ... })] })
@param options Options that contain the query executions to add to the collection Copy
@param options Options that contain the query executions to add to the collection
Creates QueryExecutions. ``ts import QueryExecutions from "store-api/QueryExecutions"; import QueryExecution from "store-api/QueryExecution";
new QueryExecutions({ executions: [new QueryExecution({ source: ... })] })