We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 } } } }
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 } } } }
Screenshots
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 } } } }
Screenshots
![image](https://private-user-images.githubusercontent.com/4992435/274401623-23b51889-cbd9-41bb-b238-8c386d65336d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODk1OTQsIm5iZiI6MTczOTE4OTI5NCwicGF0aCI6Ii80OTkyNDM1LzI3NDQwMTYyMy0yM2I1MTg4OS1jYmQ5LTQxYmItYjIzOC04YzM4NmQ2NTMzNmQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTIwODE0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjI2NTlkZjRiYzI2Y2QwZWVkZGNjNjAwYzA4MmQyMWZiMDlkNDE2MmU3YzIyMGJlMzc2ODY1ODlkNDkwOTA4ZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.HuJWbTcOGdtBep4wZgo_bnY-kZM3M7Zp9TcI5zsKLas)
The text was updated successfully, but these errors were encountered: