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.
  • id: UUID
  • # Checks for equality with the object’s `companyId` field.
  • companyId: UUID
  • # Checks for equality with the object’s `nr` field.
  • nr: Int
  • # Checks for equality with the object’s `str` field.
  • str: String
  • # Checks for equality with the object’s `name` field.
  • name: String
  • # Checks for equality with the object’s `currency` field.
  • currency: CurrencyCode
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }