Home / Function/ GraphiQLPage() — supabase Function Reference

GraphiQLPage() — supabase Function Reference

Architecture documentation for the GraphiQLPage() function in page.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/docs/app/graphiql/page.tsx lines 27–33

export default function GraphiQLPage() {
  if (!IS_DEV) {
    notFound()
  }

  return <LazyGraphiQL className="!h-[calc(100vh-var(--header-height))]" />
}

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free