Initial commit from monorepo
This commit is contained in:
27
graphql/operations/user/teams/GetMe.graphql
Normal file
27
graphql/operations/user/teams/GetMe.graphql
Normal file
@@ -0,0 +1,27 @@
|
||||
query GetMe {
|
||||
me {
|
||||
id
|
||||
firstName
|
||||
lastName
|
||||
activeTeamId
|
||||
activeTeam {
|
||||
id
|
||||
name
|
||||
logtoOrgId
|
||||
teamType
|
||||
selectedLocation {
|
||||
type
|
||||
uuid
|
||||
name
|
||||
latitude
|
||||
longitude
|
||||
}
|
||||
}
|
||||
teams {
|
||||
id
|
||||
name
|
||||
logtoOrgId
|
||||
teamType
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user