aside from this example: (<https://github.com/pris...
# orm-help
p
aside from this example: (https://github.com/prismagraphql/prisma/blob/master/examples/resolver-forwarding/index.js#L7), is there documentation for
prisma-binding
forwardTo
? doc search didn't find anything
i think this is a powerful feature but it seems to be under-used by the community and personally I would like to understand more concrete use cases
m
I think there is no documentation because it is so awesomely simple 🙂 I use it a lot, however, currently it is unfortunately buggy when using typescript, see https://github.com/prismagraphql/prisma/issues/2524
👍 1
😆 1
p
thanks moritz, was just reading that issue earlier 🙂