You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

KeyedDecodingContainer


EXTENSION

KeyedDecodingContainer

Swift
1public extension KeyedDecodingContainer

Methods

decodeGraphQLOptional(forKey:)

Swift
1func decodeGraphQLOptional<T: Codable>(forKey key: K) throws -> GraphQLOptional<T>
Feedback

Edit on GitHub

Forums