ProjectType
No description
type ProjectType {
code: String!
createdAt: ISO8601DateTime
defaultDuration: Int
description: String
id: ID!
label: String!
}
Fields
ProjectType.code ● String! non-null scalar
ProjectType.createdAt ● ISO8601DateTime scalar
ProjectType.defaultDuration ● Int scalar
ProjectType.description ● String scalar
ProjectType.id ● ID! non-null scalar
ProjectType.label ● String! non-null scalar
Member Of
Project object ● ProjectsInEstimate object ● ProjectTypeCollection object ● Requirement object