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