Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppQueryMethod<AppConnection>

Type parameters

  • AppConnection = any

Hierarchy

  • AppQueryMethod

Callable

  • AppQueryMethod(argument: { app: App; appId: string; appOptions: SimpleAppOptions; connection: AppConnection; refreshQuery: string }): 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

    Parameters

    • argument: { app: App; appId: string; appOptions: SimpleAppOptions; connection: AppConnection; refreshQuery: string }

    Returns Promise<unknown[]>

Generated using TypeDoc