OBJECT

OpHealthCheck

A opHealthCheck provides the company''s health check data.

link GraphQL Schema definition

  • type OpHealthCheck implements Node {
  • # A globally unique identifier. Can be used in various places throughout the
  • # system to identify this single value.
  • id: ID!
  • clientCompanyRowId: UUID!
  • uploadedDocumentsTotal: BigInt!
  • uploadedDocumentsCurrentMonth: BigInt!
  • lastDocumentUploadDate: Datetime
  • numberOfActiveUsers: BigInt!
  • restructureGroupOpenSince: String
  • numberOfActiveBankConnections: BigInt!
  • lastBankUpdateDate: Datetime
  • lastPaymentDate: Datetime
  • # Reads a single `ClientCompany` that is related to this `OpHealthCheck`.
  • clientCompanyByClientCompanyRowId: ClientCompany!
  • }