Task
Task Type
type Task {
accessType: Access!
attachmentsCounter: Int!
commentsCounter: Int!
createdAt: ISO8601DateTime!
createdById: Int
delegatedById: Int
description: String!
dueOn: ISO8601Date
id: Int!
name: String
relatedTo: Taskable
relatedToAllowed: Boolean!
startOn: ISO8601Date
statusId: String!
teamIds: [Int!]!
updatedAt: ISO8601DateTime!
userAccesses: UserAccesses!
userResourceIds: [Int!]!
}
Fields
Task.accessType ● Access! non-null enum
Access Type
Task.attachmentsCounter ● Int! non-null scalar
Attachments Counter
Task.commentsCounter ● Int! non-null scalar
Comments Counter
Task.createdAt ● ISO8601DateTime! non-null scalar
Created at
Task.createdById ● Int scalar
Created by ID
Task.delegatedById ● Int scalar
Delegated by ID
Task.description ● String! non-null scalar
Description
Task.dueOn ● ISO8601Date scalar
Due on
Task.id ● Int! non-null scalar
ID
Task.name ● String scalar
Name
Task.relatedTo ● Taskable union
Related to
Task.relatedToAllowed ● Boolean! non-null scalar
Related to Allowed
Task.startOn ● ISO8601Date scalar
Start on
Task.statusId ● String! non-null scalar
Status ID
Task.teamIds ● [Int!]! non-null scalar
Team IDs
Task.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Task.userAccesses ● UserAccesses! non-null object
User Accesses
Task.userResourceIds ● [Int!]! non-null scalar
User Resource IDs
Returned By
task query
Member Of
CreateTaskPayload object ● TaskConnection object ● TaskEdge object ● UpdateTaskPayload object