QueryProtocol
QueryProtocol
A base Query protocol which holds the essentials shared by all query types in the SDK which enable querying against content types, entries and assets.
| Name | Type | Description |
|---|---|---|
| stack | Stack | The Stack instance to perform operation. |
| parameters | [String : Any] | The parameters dictionary that are converted to `URLComponents`. |
| queryParameter | [String : Any] | The Query parameters dictionary that are converted to `URLComponents`. |
| cachePolicy | CachePolicy | The cachePolicy that is use for fetching entity. |