Initial commit from monorepo
This commit is contained in:
10
graphql/operations/team/teams/GetTeam.graphql
Normal file
10
graphql/operations/team/teams/GetTeam.graphql
Normal file
@@ -0,0 +1,10 @@
|
||||
query GetTeam {
|
||||
team {
|
||||
uuid
|
||||
name
|
||||
selectedLocation {
|
||||
type
|
||||
uuid
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user