CompanyCheck
No description
type CompanyCheck {
id: ID
name: String!
description: String
isActive: Boolean
companyId: ID
company: Company
providerCheckId: ID
providerCheck: ProviderCheck
checkType: CheckType
pricePerCheck: Decimal
revShare: Decimal
maxRateMonthly: Int
configurations: [Configuration]
created: DateTime
modified: DateTime
deleted: DateTime
}