FieldKeysQueryable

public protocol FieldKeysQueryable

A protocol enabling strongly typed queries to the Contentful Delivery API via the SDK.

  • The CodingKey representing the field identifiers/JSON keys for the corresponding content type. These coding keys should be the same as those used when implementing Decodable.

    Declaration

    Swift

    associatedtype FieldKeys : CodingKey