Can anyone from the Prisma team look at this pleas...
# prisma-whats-new
h
Can anyone from the Prisma team look at this please: https://github.com/graphcool/graphql-server-example/issues/85 Would love an update as this is a pretty big blocker for me atm and can't show the project to a client as soon as i have custom resolvers
m
more out of interest, are spaces linked to rating nodes? is your resolver carrying out a calc?
bascially what are you doing in your custom resolver?
h
@max it's not just my custom resolver, the one in the boilerplate is very slow too (7 seconds). Rating is related to a space. All I am doing is aggregating the count in one case and in the other case I am simply extracting the "perHour" out of the pricing object. I'm not doing anything complex, something is definitely wrong because if you just spin up the example you will encounter the same issue with the custom revolvers in the repo. I feel this issue stems from Prisma itself rather than my resolver.
m
do you think it's the computing power or the software?
nilan mentioned their are upgrading the architecture for the shared clusters
h
I believe it's the computing power
I'm hoping Prisma cloud will solve this