feat: add task details
This commit is contained in:
@ -52,4 +52,15 @@ query findTask($taskID: UUID!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
me {
|
||||
user {
|
||||
id
|
||||
fullName
|
||||
profileIcon {
|
||||
initials
|
||||
bgColor
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user