So if I’m using `forward-to('db')` in a query reso...
# orm-help
s
So if I’m using
forward-to('db')
in a query resolver in my API, how do I get all the
where
syntax that Prisma offers, on my API?
h
How does you schema looks?
s
Ahh I realise now that I have to add the
where
to my front-end API and then import the
PostWhereInput
type, like in this repo https://github.com/prismagraphql/prisma/tree/master/examples/resolver-forwarding