INPUT_OBJECT
CompanyCostCenterCondition
A condition to be used against CompanyCostCenter object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input CompanyCostCenterCondition {
- # Checks for equality with the object’s `id` field.
- : UUID
- # Checks for equality with the object’s `companyId` field.
- : UUID
- # Checks for equality with the object’s `nr` field.
- : Int
- # Checks for equality with the object’s `str` field.
- : String
- # Checks for equality with the object’s `name` field.
- : String
- # Checks for equality with the object’s `currency` field.
- : CurrencyCode
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }