Bonjour, pourriez-vous m’aider svp ?
J’ai un soucis avec la commande isLocatedAt suivante :
{
    poi
	(
        filters: [
           { isLocatedAt: {schema_geo: { _geo_distance: {lng: "-3.55" , lat: "47.8667" , distance: "900000" } }}}
       ]
    )
    {
        total
    }
}
Elle me renvoie
array(1) {
  ["data"]=>
  array(1) {
    ["poi"]=>
    array(1) {
      ["total"]=>
      int(0)
    }
  }
}
Si je l’enlève j’ai :
array(1) {
  ["data"]=>
  array(1) {
    ["poi"]=>
    array(1) {
      ["total"]=>
      int(15469)
    }
  }
}