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.
- : UUID
- # Checks for equality with the object’s `uploadedDocumentsTotal` field.
- : BigInt
- # Checks for equality with the object’s `uploadedDocumentsCurrentMonth` field.
- : BigInt
- # Checks for equality with the object’s `lastDocumentUploadDate` field.
- : Datetime
- # Checks for equality with the object’s `numberOfActiveUsers` field.
- : BigInt
- # Checks for equality with the object’s `restructureGroupOpenSince` field.
- : String
- # Checks for equality with the object’s `numberOfActiveBankConnections` field.
- : BigInt
- # Checks for equality with the object’s `lastBankUpdateDate` field.
- : Datetime
- # Checks for equality with the object’s `lastPaymentDate` field.
- : Datetime
- }