FieldKeysQueryable
public protocol FieldKeysQueryable
A protocol enabling strongly typed queries to the Contentful Delivery API via the SDK.
-
The
CodingKeyrepresenting the field identifiers/JSON keys for the corresponding content type. These coding keys should be the same as those used when implementingDecodable.Declaration
Swift
associatedtype FieldKeys : CodingKey
View on GitHub
FieldKeysQueryable Protocol Reference