Sanity Library Reference Docs
    Preparing search index...

    Interface RawQueryResponse<R>

    interface RawQueryResponse<R> {
        ms: number;
        query: string;
        result: R;
        resultSourceMap?: ContentSourceMap;
        syncTags?: `s1:${string}`[];
    }

    Type Parameters

    • R
    Index

    Properties

    ms: number
    query: string
    result: R
    resultSourceMap?: ContentSourceMap
    syncTags?: `s1:${string}`[]

    Requires apiVersion to be 2021-03-25 or later.