Ocelot-Social/backend/src/graphql/queries/queryLocations.gql

7 lines
131 B
GraphQL

query queryLocations($place: String!, $lang: String!) {
queryLocations(place: $place, lang: $lang) {
place_name
id
}
}