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.
KeyedDecodingContainer
EXTENSION
KeyedDecodingContainer
Swift
1public extension KeyedDecodingContainerMethods
decodeGraphQLOptional(forKey:)
Swift
1func decodeGraphQLOptional<T: Codable>(forKey key: K) throws -> GraphQLOptional<T>