GraphiQL API Documentation
    Preparing search index...

    Type Alias GraphQLFileInfo

    Types and enums to use across projects

    type GraphQLFileInfo = {
        asts: DocumentNode[];
        content: string;
        filePath: Uri;
        mtime: number;
        queries: CachedContent[];
        size: number;
    }
    Index

    Properties

    asts: DocumentNode[]
    content: string
    filePath: Uri
    mtime: number
    queries: CachedContent[]
    size: number