INPUT_OBJECT
ClientCompanyTagCondition
A condition to be used against ClientCompanyTag object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input ClientCompanyTagCondition {
- # Checks for equality with the object’s `rowId` field.
- : UUID
- # Checks for equality with the object’s `clientCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `name` field.
- : String
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }