KeyedDecodingContainer
EXTENSION
KeyedDecodingContainer
Swift
1public extension KeyedDecodingContainer
Methods
decodeGraphQLOptional(forKey:)
Swift
1func decodeGraphQLOptional<T: Codable>(forKey key: K) throws -> GraphQLOptional<T>