Geo location

In that case, a search similar to this should do the trick:

query {
  queryBrand(filter: {name: {eq: "Acme"}}) @cascade {
    traits(filter: {point_location: {near: {distance: 1000, coordinate: {longitude: -122.469829, latitude: 37.771935}}}})
  }
}

1 Like