ProjectTaskAssignment Object
Root Connection
All ProjectTaskAssignment objects of an account are accessible by a query on the root connection projectTaskAssignments.
Such a query will return a ProjectTaskAssignmentConnection!, which contains the ProjectTaskAssignment objects in its
nodes field.
ProjectTaskAssignmentConnection!)
Root connection for retrieving ProjectTaskAssignment records.
| Argument | Type | Description |
|---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
filter |
ProjectTaskAssignmentFilter
|
Filter to determine which ProjectTaskAssignment records are returned. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
Fields
The fields in this section list which values can be retrieved when querying ProjectTaskAssignment records.
Person)
The person who is selected as the assignee for the assignment.
String)
link to Project Summary — The hyperlink to the Project Summary PDF
file that was generated for the assignee when the assignment was last set to
the status assigned (for project tasks of the category approval only).
ISO8601Timestamp)
The date and time at which the assignment was created.
ID!)
Unique identifier of the object.
Int)
The number of minutes the assignee is expected to spend working on the project task to which the assignment belongs.
ProjectTaskStatus)
The status of the assignment.
ProjectTask)
The project task to which the assignment belongs.
ISO8601Timestamp)
The date and time of the last update of the assignment. If the assignment has
had no updates it contains the createdAt value.
ISO8601Timestamp)
Used to specify the date and time at which the status of the assignment is to
be updated from waiting_for to assigned. This field is available only when
the Status field is set to waiting_for.
Implements
ProjectTaskAssignment implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a ProjectTaskAssignment.