CustomCheck
An Avantra custom check.
type CustomCheck {
id: ID!
type: CheckType!
name: String
description: String
activeStatus: Boolean!
customer: Customer
selector: SystemSelector
checks: [Check!]!
}
Fields
CustomCheck.id ● ID! non-null scalar
The id of the custom check.
CustomCheck.type ● CheckType! non-null object
The custom check type.
CustomCheck.name ● String scalar
The name of this custom check.
CustomCheck.description ● String scalar
The description for this custom check.
CustomCheck.activeStatus ● Boolean! non-null scalar
The active status of this custom check.
CustomCheck.customer ● Customer object
The customer for this custom check.
CustomCheck.selector ● SystemSelector object
The system selector for this custom check.
CustomCheck.checks ● [Check!]! non-null interface
The list of checks for this custom check.
Returned By
customChecks query
Member Of
Check interface ● DailyCheckDetail object ● RtmCheck object