Requirement
No description
type Requirement {
check: [Check!]!
checklistType: Requirement
checklistTypeId: Int @deprecated
company: Company
companyId: Int @deprecated
createdAt: ISO8601DateTime
deletedAt: ISO8601DateTime
description: String
global: Boolean!
id: ID!
label: String!
updatedAt: ISO8601DateTime
}
Fields
Requirement.check
● [Check!]!
non-null object
Requirement.checklistType
● Requirement
object
Requirement.checklistTypeId
● Int
deprecated scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'checklist_type' to get the information that you need
Requirement.company
● Company
object
Requirement.companyId
● Int
deprecated scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'company' to get the information that you need
Requirement.createdAt
● ISO8601DateTime
scalar
Requirement.deletedAt
● ISO8601DateTime
scalar
Requirement.description
● String
scalar
Requirement.global
● Boolean!
non-null scalar
Requirement.id
● ID!
non-null scalar
Requirement.label
● String!
non-null scalar
Requirement.updatedAt
● ISO8601DateTime
scalar
Member Of
Activity
object ● Check
object ● Project
object ● Requirement
object ● RequirementCollection
object