INPUT_OBJECT

DocumentMoneyTransactionCondition

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

link GraphQL Schema definition

  • input DocumentMoneyTransactionCondition {
  • # Checks for equality with the object’s `documentRowId` field.
  • documentRowId: UUID
  • # Checks for equality with the object’s `moneyTransactionRowId` field.
  • moneyTransactionRowId: UUID
  • # Checks for equality with the object’s `createdBy` field.
  • createdBy: UUID
  • # Checks for equality with the object’s `checkRowId` field.
  • checkRowId: UUID
  • # Checks for equality with the object’s `checkRowIdConfirmedBy` field.
  • checkRowIdConfirmedBy: UUID
  • # Checks for equality with the object’s `checkRowIdConfirmedAt` field.
  • checkRowIdConfirmedAt: Datetime
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }