Is there an example somewhere of using a resolver ...
# prisma-whats-new
t
Is there an example somewhere of using a resolver to generate just a slightly modified version of an existing API query. Such as creating a resolver called
allValidGames()
that returns the same as the existing
allGames()
, only with a couple filters applied?
m
You can query GC within a custom function