25 lines
281 B
GraphQL
25 lines
281 B
GraphQL
query me {
|
|
me {
|
|
user {
|
|
id
|
|
fullName
|
|
username
|
|
email
|
|
bio
|
|
profileIcon {
|
|
initials
|
|
bgColor
|
|
url
|
|
}
|
|
}
|
|
teamRoles {
|
|
teamID
|
|
roleCode
|
|
}
|
|
projectRoles {
|
|
projectID
|
|
roleCode
|
|
}
|
|
}
|
|
}
|