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.
  • invoiceAccountingItemRowId: UUID
  • # Checks for equality with the object’s `gerClause35ANet` field.
  • gerClause35ANet: Float
  • # Checks for equality with the object’s `gerClause35ANetConfirmedBy` field.
  • gerClause35ANetConfirmedBy: String
  • # Checks for equality with the object’s `gerClause35ANetConfirmedAt` field.
  • gerClause35ANetConfirmedAt: Datetime
  • # Checks for equality with the object’s `gerClause35ATotal` field.
  • gerClause35ATotal: Float
  • # Checks for equality with the object’s `gerClause35ATotalConfirmedBy` field.
  • gerClause35ATotalConfirmedBy: String
  • # Checks for equality with the object’s `gerClause35ATotalConfirmedAt` field.
  • gerClause35ATotalConfirmedAt: Datetime
  • # Checks for equality with the object’s `gerClause35AKind` field.
  • gerClause35AKind: GerClause35AKind
  • # Checks for equality with the object’s `gerClause35AKindConfirmedBy` field.
  • gerClause35AKindConfirmedBy: String
  • # Checks for equality with the object’s `gerClause35AKindConfirmedAt` field.
  • gerClause35AKindConfirmedAt: Datetime
  • # Checks for equality with the object’s `updatedBy` field.
  • updatedBy: UUID
  • # Checks for equality with the object’s `createdBy` field.
  • createdBy: UUID
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: Datetime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: Datetime
  • }