Greetings, forgive me but this may be a GraphQL qu...
# orm-help
r
Greetings, forgive me but this may be a GraphQL question, but I'm wondering if it's possible to do geo spatial queries in prisma. For example if I have a type of Restaurant, and a user does a query for restaurants within a 5 mile radius is it possible to set this up in prisma ?
s
You could create a
Location
type with
latitude
and
longitude
as attributes, then do a range filter.
r
Ah thank you Sam ! I will give that a shot
k
I gave my basic ideas to another user on here two weeks ago asking about the same thing. https://prisma.slack.com/archives/CA491RJH0/p1526100206000098?thread_ts=1526058930.000470&cid=CA491RJH0