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