Home / Type/ ReportQuery Type — supabase Architecture

ReportQuery Type — supabase Architecture

Architecture documentation for the ReportQuery type/interface in Reports.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Reports/Reports.types.ts lines 22–31

export interface ReportQuery {
  queryType: ReportQueryType
  sql: (
    filters: ReportFilterItem[],
    where?: string,
    orderBy?: string,
    runIndexAdvisor?: boolean,
    filterIndexAdvisor?: boolean
  ) => string
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free