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.
CacheKeyForObject
TYPEALIAS
CacheKeyForObject
Swift
1public typealias CacheKeyForObject = (_ object: JSONObject) -> JSONValue?A function that returns a cache key for a particular result object. If it returns nil, a default cache key based on the field path will be used.