GraphQL reference

ScheduleActivity

Object

Fields

FieldTypeDescription
childActivities
after: String
before: String
first: Int
last: Int
ScheduleActivityConnection!Returns the elements in the list that come after the specified cursor. Returns the elements in the list that come before the specified cursor. Returns the first _n_ elements from the list. Returns the last _n_ elements from the list.
childActivity
id: ID!
ScheduleActivity
constraintOnISO8601Date
constraintTypeString!
constructableUrlString
createdAtISO8601DateTime!
deletedAtISO8601DateTime
durationWorkDaysFloat!
idID!
kindString!
nameString!
organizationOrganization!
organizationIdID!
parentScheduleActivity
parentIdID
percentCompleteInt!
plannedFinishOnISO8601Date
plannedStartOnISO8601Date
positionInt!
predecessorRelationship
id: ID!
ScheduleRelationship
predecessorRelationships
after: String
before: String
first: Int
last: Int
ScheduleRelationshipConnection!Returns the elements in the list that come after the specified cursor. Returns the elements in the list that come before the specified cursor. Returns the first _n_ elements from the list. Returns the last _n_ elements from the list.
projectProject!
projectIdID!
scheduleSchedule!
scheduleIdID!
scheduleTask
id: ID!
ScheduleTask
scheduleTasks
after: String
before: String
first: Int
last: Int
ScheduleTaskConnection!Returns the elements in the list that come after the specified cursor. Returns the elements in the list that come before the specified cursor. Returns the first _n_ elements from the list. Returns the last _n_ elements from the list.
successorRelationship
id: ID!
ScheduleRelationship
successorRelationships
after: String
before: String
first: Int
last: Int
ScheduleRelationshipConnection!Returns the elements in the list that come after the specified cursor. Returns the elements in the list that come before the specified cursor. Returns the first _n_ elements from the list. Returns the last _n_ elements from the list.
updatedAtISO8601DateTime!