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.
Record
STRUCT
Record
Swift
1public struct Record: HashableA cache record.
Properties
key
Swift
1public let key: CacheKeyfields
Swift
1public private(set) var fields: FieldsMethods
init(key:_:)
Swift
1public init(key: CacheKey, _ fields: Fields = [:])