Skip to main content

AllocatedProjects

No description

type AllocatedProjects {
client: String
dueDate: ISO8601DateTime!
estimatedDays: String!
estimatedHours: String!
hoursOrDays: String!
id: ID!
label: String!
pid: String!
plannedStartedAt: ISO8601DateTime
projectStatus: String
projectTypeId: Int!
}

Fields

AllocatedProjects.client ● String scalar

AllocatedProjects.dueDate ● ISO8601DateTime! non-null scalar

AllocatedProjects.estimatedDays ● String! non-null scalar

AllocatedProjects.estimatedHours ● String! non-null scalar

AllocatedProjects.hoursOrDays ● String! non-null scalar

AllocatedProjects.id ● ID! non-null scalar

AllocatedProjects.label ● String! non-null scalar

AllocatedProjects.pid ● String! non-null scalar

AllocatedProjects.plannedStartedAt ● ISO8601DateTime scalar

AllocatedProjects.projectStatus ● String scalar

AllocatedProjects.projectTypeId ● Int! non-null scalar

Member of

ProjectsQueue object