Implement query execution, scoped RPC enrichment, live collections, and scaffold integration
This commit is contained in:
Vendored
+7
@@ -63,6 +63,13 @@ export type QxOperationSpec = {
|
||||
outputType: QxValueType;
|
||||
};
|
||||
export type QxPortSpec = {
|
||||
kind: "query";
|
||||
id: string;
|
||||
definitionDigest: string;
|
||||
variables: QxValueType;
|
||||
output: QxValueType;
|
||||
watch: boolean;
|
||||
} | {
|
||||
kind: "state";
|
||||
id: string;
|
||||
valueType: QxValueType;
|
||||
|
||||
Reference in New Issue
Block a user