Skip to main content

ProjectsInEstimate

No description

type ProjectsInEstimate {
createdAt: ISO8601DateTime!
id: ID!
label: String!
pid: String!
projectType: ProjectType!
projectTypeId: Int! @deprecated
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! deprecated non-null scalar

[DEPRECATED]

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

ProjectsInEstimate.scopeId ● Int! non-null scalar

Member Of

PortalUser object