brightdigit/MistKit

View on GitHub
Documentation/Reference/MistKit/structs/MKQuery.md

Summary

Maintainability
Test Coverage
**STRUCT**

# `MKQuery`

```swift
public struct MKQuery<RecordType: MKQueryRecord>: MKQueryProtocol
```

## Properties
### `recordType`

```swift
public let recordType: String
```

### `desiredKeys`

```swift
public let desiredKeys: [String]?
```

## Methods
### `init(recordType:)`

```swift
public init(recordType: RecordType.Type)
```