Skip to content

Instantly share code, notes, and snippets.

@duanebester
Last active December 2, 2019 19:33
Show Gist options
  • Save duanebester/4960e6484fd057ce7df9c9f7a2257dd4 to your computer and use it in GitHub Desktop.
Save duanebester/4960e6484fd057ce7df9c9f7a2257dd4 to your computer and use it in GitHub Desktop.
User Features 0
const USER_FEATURES = gql`
query($bbox: BBox) {
geoSearch(bbox: $bbox) {
users {
hits {
name
location {
lat
lon
}
}
total
}
}
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment