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.
- : UUID
- # Checks for equality with the object’s `invoiceDocumentRowId` field.
- : UUID
- # Checks for equality with the object’s `clientCompanyCostUnitRowId` field.
- : UUID
- # Checks for equality with the object’s `amount` field.
- : Float
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }