apollo-state-sync - API Reference (Users)
    Preparing search index...

    Type Alias CacheSyncOptionsAugmentType

    Used to augment the parameters of cache operations.

    type CacheSyncOptionsAugmentType = {
        "[shouldNotBroadcastSymbol]"?: boolean;
        "[shouldNotPersistSymbol]"?: boolean;
    }
    Index
    "[shouldNotBroadcastSymbol]"?: boolean
    "[shouldNotPersistSymbol]"?: boolean