GraphiQL API Documentation
    Preparing search index...

    Types and enums to use across projects

    type CachedContent = {
        query: string;
        range: IRange | null;
    }
    Index

    Properties

    Properties

    query: string
    range: IRange | null