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