Hello guys, where can I find an example of connect...
# orm-help
m
Hello guys, where can I find an example of connection resolver? Something like this
return ctx.prisma.categoriesConnection(args);
throws an Error
Field 'categoriesConnection' of type 'CategoryConnection' must have a sub selection.
n
read this to understand what's going on: https://github.com/prisma/prisma/issues/3309
m
I got it, thanks 🙂
👍 1