INPUT_OBJECT

InvoiceCostUnitCondition

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

link GraphQL Schema definition

  • input InvoiceCostUnitCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `invoiceDocumentRowId` field.
  • invoiceDocumentRowId: UUID
  • # Checks for equality with the object’s `clientCompanyCostUnitRowId` field.
  • clientCompanyCostUnitRowId: UUID
  • # 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
  • }