INPUT_OBJECT

PartnerAccountCondition

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

link GraphQL Schema definition

  • input PartnerAccountCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `partnerCompanyRowId` field.
  • partnerCompanyRowId: UUID
  • # Checks for equality with the object’s `type` field.
  • type: PartnerAccountType
  • # Checks for equality with the object’s `number` field.
  • number: AccountNo
  • # Checks for equality with the object’s `description` field.
  • description: TrimmedText
  • # Checks for equality with the object’s `source` field.
  • source: String
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }