Check
No description
type Check {
actionPlan: String
category: String
checkType: Check!
checkTypeId: Int
checklist: Requirement!
checklistId: Int!
createdAt: ISO8601DateTime
deletedAt: ISO8601DateTime
description: String
id: ID!
item: String
label: String!
notApplicableJustify: String
reference: String
sort: Int
spentTime: Int
updatedAt: ISO8601DateTime
vulnerabilityModelId: Int
vulnerabilityTemplateId: Int
}
Fields
Check.actionPlan
● String
scalar
Check.category
● String
scalar
Check.checkType
● Check!
non-null object
Check.checkTypeId
● Int
scalar
Check.checklist
● Requirement!
non-null object
Check.checklistId
● Int!
non-null scalar
Check.createdAt
● ISO8601DateTime
scalar
Check.deletedAt
● ISO8601DateTime
scalar
Check.description
● String
scalar
Check.id
● ID!
non-null scalar
Check.item
● String
scalar
Check.label
● String!
non-null scalar
Check.notApplicableJustify
● String
scalar
Check.reference
● String
scalar
Check.sort
● Int
scalar
Check.spentTime
● Int
scalar
Check.updatedAt
● ISO8601DateTime
scalar
Check.vulnerabilityModelId
● Int
scalar
Check.vulnerabilityTemplateId
● Int
scalar
Member of
Check
object ● Requirement
object