EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
SchemaUnknownTypeCacheKeyProvider
PROTOCOL
SchemaUnknownTypeCacheKeyProvider
Swift
1public protocol SchemaUnknownTypeCacheKeyProviderMethods
cacheKeyProviderForUnknownType(withTypename:data:)
Swift
1static func cacheKeyProviderForUnknownType(
2 withTypename: String,
3 data: JSONObject
4) -> CacheKeyProvider.Type?