AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface BuildMongoRepairArgs

    interface BuildMongoRepairArgs {
        collection?: string;
        failedPipeline?: string;
        failure: string;
        question: string;
        schemaText: string;
    }
    Index
    collection?: string

    Wraps the echoed attempt in a real aggregate() call when the collection is known.

    failedPipeline?: string
    failure: string
    question: string
    schemaText: string