Requirement
No description
type Requirement {
check: [Check!]!
checklistType: RequirementType
company: Company
createdAt: ISO8601DateTime
deletedAt: ISO8601DateTime
description: String
global: Boolean!
id: ID!
label: String!
projectType: [ProjectType!]
updatedAt: ISO8601DateTime
}
Fields
Requirement.check
● [Check!]!
non-null object
Activities that compose the Requirement
Requirement.checklistType
● RequirementType
object
Type of the Activities within the Requirement
Requirement.company
● Company
object
Company where the Requirement was created
Requirement.createdAt
● ISO8601DateTime
scalar
Date when the Requirement was created
Requirement.deletedAt
● ISO8601DateTime
scalar
Date when the Requirement was deleted, if applicable
Requirement.description
● String
scalar
Description of the Requirement
Requirement.global
● Boolean!
non-null scalar
Indicates whether the Requirement is global (available across all Companies)
Requirement.id
● ID!
non-null scalar
Requirement.label
● String!
non-null scalar
Title of the Requirement
Requirement.projectType
● [ProjectType!]
list object
Project Types where the Requirement is used
Requirement.updatedAt
● ISO8601DateTime
scalar
Date when the Requirement was last updated
Member Of
Activity
object ● Check
object ● Project
object ● RequirementCollection
object