Skip to content

Latest commit

History

History
5 lines (4 loc) 路 347 Bytes

selfish-buckets-mate.md

File metadata and controls

5 lines (4 loc) 路 347 Bytes
@apollo/server
minor

If the cache you provide to the persistedQueries.cache option is created with PrefixingKeyValueCache.cacheDangerouslyDoesNotNeedPrefixesForIsolation (new in @apollo/utils.keyvaluecache@2.1.0), the apq: prefix will not be added to cache keys. Providing such a cache to new ApolloServer() throws an error.