Skip to main content

Check

No description

type Check {
actionPlan: String
category: String
checkType: Check!
checkTypeId: Int @deprecated
checklist: Requirement!
checklistId: Int! @deprecated
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 deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'check_type' to get the information that you need

Check.checklist ● Requirement! non-null object

Check.checklistId ● Int! deprecated non-null scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'checklist' to get the information that you need

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