INPUT_OBJECT

AccountingInstructionCondition

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

link GraphQL Schema definition

  • input AccountingInstructionCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `clientCompanyRowId` field.
  • clientCompanyRowId: UUID
  • # Checks for equality with the object’s `instruction` field.
  • instruction: TrimmedText
  • # Checks for equality with the object’s `updatedBy` field.
  • updatedBy: UUID
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: Datetime
  • # Checks for equality with the object’s `createdBy` field.
  • createdBy: UUID
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: Datetime
  • }