@twilio/flex-sdk
    Preparing search index...

    Interface NormalizedCacheObject

    This is a normalized representation of the Apollo query result cache. It consists of a flattened representation of query result trees.

    interface NormalizedCacheObject {
        __META?: { extraRootIds: string[] };
        [dataId: string]: StoreObject | undefined;
    }

    Indexable

    • [dataId: string]: StoreObject | undefined
    Index

    Properties

    Properties

    __META?: { extraRootIds: string[] }