ResourceQueryable
public protocol ResourceQueryable
Entities conforming to this protocol have a QueryType
that the SDK can use to make generic fetch requests.
-
The associated query type.
Declaration
Swift
associatedtype QueryType : AbstractQuery