projectTasks
Gets the range of ProjectTask data via the available fields.
projectTasks(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
): [ProjectTask!]!
Arguments
projectTasks.lastId ● String scalar
Id to be used to get the next page (logic used: greater than)
projectTasks.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
projectTasks.pageSize ● Int! non-null scalar
Maximum page size is 5000
Type
ProjectTask object
ProjectTasks. Represents a project task derived from PMTask.