mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
7 lines
131 B
GraphQL
7 lines
131 B
GraphQL
query queryLocations($place: String!, $lang: String!) {
|
|
queryLocations(place: $place, lang: $lang) {
|
|
place_name
|
|
id
|
|
}
|
|
}
|