Protocolmongokitten 7.9.5Meow
ModelProjection
Aggregates.swift:63protocol ModelProjection : KeyPathQueryableModel
Supertypes
protocol BaseModel
The base specification of any Meow model, containing a collectionName and a _id
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol KeyPathQueryable
protocol KeyPathQueryableModel
protocol ReadableModel
The base specification of any readable Meow model, containing a collectionName and a _id. ReadableModel must be implemented using
Decodable
. ReadableModel is currently used for any entity that is queryable. MutableModels can be saved, whereas Readableodels cannot