Interface AppQueryMethod<AppConnection>
Callable
- AppQueryMethod(argument: { app: App; appId: string; appOptions: SimpleAppOptions; connection: AppConnection; refreshQuery: string }): Promise<unknown[]>
Parameters
argument: { app: App; appId: string; appOptions: SimpleAppOptions; connection: AppConnection; refreshQuery: string }
appId: string
connection: AppConnection
refreshQuery: string
Returns Promise<unknown[]>
Method is used to run arbitrary queries against the app. AppRefreshQuery uses this. It returns arrays of "rows", whatever that means to the App