Files
flutter/lib/features/mapflow/data/graphql/nearby_places.graphql
T
Ruslan Bakiev aaaf60ab05
Build and deploy Flutter Web / build (push) Successful in 2m59s
Add Ferry GraphQL client architecture
2026-06-12 15:00:02 +07:00

18 lines
263 B
GraphQL

query NearbyPlaces($input: NearbyPlacesInput!) {
nearbyPlaces(input: $input) {
id
googlePlaceId
name
latitude
longitude
googlePrimaryType
googleTypes
experiences {
id
status
analysis
createdAt
}
}
}