Type Alias: GetActiveSchemaInput
GetActiveSchemaInput = {
mode:"ref";ref:string; } | {filePath:string;mode:"file"; }
Defined in: packages/core/src/application/use-cases/get-active-schema.ts:14
Optional input for GetActiveSchema.execute.
When omitted, the use case resolves the project's active schema. When provided, it resolves the schema identified by ref or file path.