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.
- : UUID
- # Checks for equality with the object’s `moneyTransactionRowId` field.
- : UUID
- # Checks for equality with the object’s `createdBy` field.
- : UUID
- # Checks for equality with the object’s `checkRowId` field.
- : UUID
- # Checks for equality with the object’s `checkRowIdConfirmedBy` field.
- : UUID
- # Checks for equality with the object’s `checkRowIdConfirmedAt` field.
- : Datetime
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }