Skip to content

Keyword on Query is not working #82

@pedrolaxe

Description

@pedrolaxe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions