generated from vtex-apps/react-app-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Describe the bug
The keyword variable not working on query
Query Graphql
query getStoresLocation( $latitude: Float, $longitude: Float, $keyword: String, ) { getStores( longitude: $latitude, latitude: $longitude, keyword: $keyword ) { items { id name instructions distance address { postalCode city state neighborhood street number complement reference location { latitude longitude } } businessHours { dayOfWeek openingTime closingTime } } } }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
