Initial commit from monorepo
This commit is contained in:
13
graphql/operations/team/teams/SetSelectedLocation.graphql
Normal file
13
graphql/operations/team/teams/SetSelectedLocation.graphql
Normal file
@@ -0,0 +1,13 @@
|
||||
mutation SetSelectedLocation($input: SetSelectedLocationInput!) {
|
||||
setSelectedLocation(input: $input) {
|
||||
success
|
||||
message
|
||||
selectedLocation {
|
||||
type
|
||||
uuid
|
||||
name
|
||||
latitude
|
||||
longitude
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user