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

    Type Alias CacheOperationsToSyncType

    CacheOperationsToSyncType: keyof Pick<
        InMemoryCacheSyncedType,
        "write"
        | "evict"
        | "modify"
        | "gc"
        | "reset"
        | "retain"
        | "release",
    >

    Names of cache operations to broadcast.