ProjectsInEstimate
No description
type ProjectsInEstimate {
createdAt: ISO8601DateTime!
id: ID!
label: String!
pid: String!
projectType: ProjectType!
projectTypeId: Int!
scopeId: Int!
}
Fields
ProjectsInEstimate.createdAt
● ISO8601DateTime!
non-null scalar
ProjectsInEstimate.id
● ID!
non-null scalar
ProjectsInEstimate.label
● String!
non-null scalar
ProjectsInEstimate.pid
● String!
non-null scalar
ProjectsInEstimate.projectType
● ProjectType!
non-null object
ProjectsInEstimate.projectTypeId
● Int!
non-null scalar
ProjectsInEstimate.scopeId
● Int!
non-null scalar
Member of
PortalUser
object