INPUT_OBJECT

PartnerCompanyCondition

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

link GraphQL Schema definition

  • input PartnerCompanyCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `companyRowId` field.
  • companyRowId: UUID
  • # Checks for equality with the object’s `name` field.
  • name: String
  • # Checks for equality with the object’s `alternativeNames` field.
  • alternativeNames: [String]
  • # Checks for equality with the object’s `source` field.
  • source: String
  • # Checks for equality with the object’s `paidWithDirectDebit` field.
  • paidWithDirectDebit: Boolean
  • # Checks for equality with the object’s `disabledAt` field.
  • disabledAt: Datetime
  • # Checks for equality with the object’s `disabledBy` field.
  • disabledBy: TrimmedText
  • # Checks for equality with the object’s `active` field.
  • active: Boolean
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }