Sporades SDK API
    Preparing search index...

    Type Alias MutationsApi

    Framework-neutral mutation execution using the standard Sporades result envelope.

    type MutationsApi = {
        run<Result = unknown>(
            name: string,
            ...args: unknown[],
        ): Promise<SporadesResult<Result>>;
    }
    Index