• Parameters

    • ctx: GenericQueryCtx<any>
    • args: {
          index: string;
          key: string;
          keyField: string;
          table: string;
      }
      • index: string
      • key: string
      • keyField: string
      • table: string

    Returns Promise<any[]>

Generated using TypeDoc