feature: add ability to assign tasks
This commit is contained in:
9
web/src/shared/graphql/me.graphqls
Normal file
9
web/src/shared/graphql/me.graphqls
Normal file
@ -0,0 +1,9 @@
|
||||
query me {
|
||||
me {
|
||||
firstName
|
||||
lastName
|
||||
profileIcon {
|
||||
initials
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user