I’m using the graphcool-framework: How can I retur...
# prisma-whats-new
b
I’m using the graphcool-framework: How can I return a model type (e.g. User) from a resolver function? Every example I’ve found only returns type that was newly defined in the
src/functionname.graphql
Okay the documentation states
Input and output fields can only be of scalar types at the moment.
with a broken link, but I found the unawnsered issue: https://github.com/graphcool/graphcool-framework/issues/256 Guess it isn’t possible and since framework is a low priority behind prisma I guess this won’t be added soon.