---
title: EntityQueryProperty.QueryComparators
framework: appintents
role: symbol
role_heading: Type Alias
path: appintents/entityqueryproperty/querycomparators
---

# EntityQueryProperty.QueryComparators

A type alias for the type that represents a collection of query comparators.

## Declaration

```swift
typealias QueryComparators = [AnyEntityQueryComparator<Entity, Subject, Property, PropertyType, ComparatorMappingType>]
```

## See Also

### Creating queryable properties

- [init(_:comparators:)](appintents/entityqueryproperty/init(_:comparators:).md)
- [init(_:entityProvider:comparators:)](appintents/entityqueryproperty/init(_:entityprovider:comparators:).md)
- [EntityQueryComparatorsBuilder](appintents/entityquerycomparatorsbuilder.md)
