Initial commit from monorepo
This commit is contained in:
14
graphql/operations/user/teams/GetMeProfile.graphql
Normal file
14
graphql/operations/user/teams/GetMeProfile.graphql
Normal file
@@ -0,0 +1,14 @@
|
||||
query GetMeProfile {
|
||||
me {
|
||||
id
|
||||
firstName
|
||||
lastName
|
||||
phone
|
||||
avatarId
|
||||
activeTeamId
|
||||
activeTeam {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user