I‘m practicing using the examples provided by the official.I want to know how to use Geo?
And I want it to look like this:
I‘m practicing using the examples provided by the official.I want to know how to use Geo?
And I want it to look like this:
A very good tutorial is at this link. Please try it.
After passing the mutations, just try this query. The map looks for a predicate/alias called “location” and then draws it. You should see San Francisco on the map.
{
entire_graph(func: has(location)) {
name
location
}
}