ProfileCondition
A condition to be used against `Profile` object types. All fields are tested for equality and combined with a logical ‘and.’
"""
A condition to be used against `Profile` object types. All fields are tested for equality and combined with a logical ‘and.’
"""
input ProfileCondition {
"""Checks for equality with the object’s `rowId` field."""
rowId: UUID
"""Checks for equality with the object’s `teamId` field."""
teamId: UUID
"""Checks for equality with the object’s `error` field."""
error: String
"""Checks for equality with the object’s `proxyId` field."""
proxyId: UUID
"""Checks for equality with the object’s `errorAt` field."""
errorAt: Datetime
}