Files
webapp/graphql/operations/team/teams/GetTeam.graphql
2026-01-07 09:10:35 +07:00

11 lines
100 B
GraphQL

query GetTeam {
team {
uuid
name
selectedLocation {
type
uuid
}
}
}