feat: add task details

This commit is contained in:
Jordan Knott
2020-09-02 20:27:43 -05:00
parent a9a1576f46
commit 771d598c04
28 changed files with 1470 additions and 683 deletions
@@ -52,4 +52,15 @@ query findTask($taskID: UUID!) {
}
}
}
me {
user {
id
fullName
profileIcon {
initials
bgColor
url
}
}
}
}