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.
KeyedEncodingContainer
EXTENSION
KeyedEncodingContainer
Swift
1public extension KeyedEncodingContainerMethods
encodeGraphQLOptional(_:forKey:)
Swift
1mutating func encodeGraphQLOptional<T: Codable>(_ optional: GraphQLOptional<T>, forKey key: K) throws