AutoTaskCondition
A condition to be used against `AutoTask` object types. All fields are tested for equality and combined with a logical ‘and.’
"""
A condition to be used against `AutoTask` object types. All fields are tested
for equality and combined with a logical ‘and.’
"""
input AutoTaskCondition {
"""Checks for equality with the object’s `rowId` field."""
rowId: UUID
}