INPUT_OBJECT

InvoiceAccountingItemCostUnitCondition

A condition to be used against InvoiceAccountingItemCostUnit object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input InvoiceAccountingItemCostUnitCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `invoiceAccountingItemRowId` field.
  • invoiceAccountingItemRowId: UUID
  • # Checks for equality with the object’s `clientCompanyCostUnitRowId` field.
  • clientCompanyCostUnitRowId: UUID
  • # Checks for equality with the object’s `number` field.
  • number: String
  • # Checks for equality with the object’s `description` field.
  • description: String
  • # Checks for equality with the object’s `currency` field.
  • currency: CurrencyCode
  • # Checks for equality with the object’s `amount` field.
  • amount: Float
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }