INPUT_OBJECT

GeneralLedgerAccountCondition

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

link GraphQL Schema definition

  • input GeneralLedgerAccountCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `number` field.
  • number: AccountNo
  • # Checks for equality with the object’s `currency` field.
  • currency: CurrencyCode
  • # Checks for equality with the object’s `name` field.
  • name: TrimmedText
  • # Checks for equality with the object’s `category` field.
  • category: TrimmedText
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }