INPUT_OBJECT

OpHealthCheckCondition

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

link GraphQL Schema definition

  • input OpHealthCheckCondition {
  • # Checks for equality with the object’s `clientCompanyRowId` field.
  • clientCompanyRowId: UUID
  • # Checks for equality with the object’s `uploadedDocumentsTotal` field.
  • uploadedDocumentsTotal: BigInt
  • # Checks for equality with the object’s `uploadedDocumentsCurrentMonth` field.
  • uploadedDocumentsCurrentMonth: BigInt
  • # Checks for equality with the object’s `lastDocumentUploadDate` field.
  • lastDocumentUploadDate: Datetime
  • # Checks for equality with the object’s `numberOfActiveUsers` field.
  • numberOfActiveUsers: BigInt
  • # Checks for equality with the object’s `restructureGroupOpenSince` field.
  • restructureGroupOpenSince: String
  • # Checks for equality with the object’s `numberOfActiveBankConnections` field.
  • numberOfActiveBankConnections: BigInt
  • # Checks for equality with the object’s `lastBankUpdateDate` field.
  • lastBankUpdateDate: Datetime
  • # Checks for equality with the object’s `lastPaymentDate` field.
  • lastPaymentDate: Datetime
  • }