INPUT_OBJECT
InvoiceAccountingItem35ACondition
A condition to be used against InvoiceAccountingItem35A object types. All
fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input InvoiceAccountingItem35ACondition {
- # Checks for equality with the object’s `invoiceAccountingItemRowId` field.
- : UUID
- # Checks for equality with the object’s `gerClause35ANet` field.
- : Float
- # Checks for equality with the object’s `gerClause35ANetConfirmedBy` field.
- : String
- # Checks for equality with the object’s `gerClause35ANetConfirmedAt` field.
- : Datetime
- # Checks for equality with the object’s `gerClause35ATotal` field.
- : Float
- # Checks for equality with the object’s `gerClause35ATotalConfirmedBy` field.
- : String
- # Checks for equality with the object’s `gerClause35ATotalConfirmedAt` field.
- : Datetime
- # Checks for equality with the object’s `gerClause35AKind` field.
- : GerClause35AKind
- # Checks for equality with the object’s `gerClause35AKindConfirmedBy` field.
- : String
- # Checks for equality with the object’s `gerClause35AKindConfirmedAt` field.
- : Datetime
- # Checks for equality with the object’s `updatedBy` field.
- : UUID
- # Checks for equality with the object’s `createdBy` field.
- : UUID
- # Checks for equality with the object’s `updatedAt` field.
- : Datetime
- # Checks for equality with the object’s `createdAt` field.
- : Datetime
- }