Hey all. I completed a bunch of the tutorials on ...
# orm-help
k
Hey all. I completed a bunch of the tutorials on how to graph ql, but I'm really struggling to make progress on my own projects. I just can't work out what the error messages mean in relation to what I've done in the tutorials. Anyone willing to help out a newb?
r
newbie here myself, but i may have stumbled on similar problems. whats up
k
Just had a minor breakthrough... but i might nudge you in a mo!
r
nice! i know exactly how you feel. keep at it! lots of “aha” moments
the biggest “aha” for me (for anyone else who is reading this), was making the mental distinction between the Prisma layer/schema vs the Application layer/schema. took me a while to understand that they are separate, independent concepts that work together
💡 1
k
I think I@m getting that. My issue is that I don't really know js very well, so I'm simultaneously trying to learn: JS, Node, GraphQL, Prisma, Apollo, PWA, Vue and Vuetify. My brain is melting. I'd have done this project weeks and weeks ago in PHP and MySQLl 😄
ok, so here's my problem. I'm trying to make a new mutation in these schema. When I run it from my local playground instance, I get back: " { "data": { "host": null } }" and that's it. Nothing hits the prisma instance. I've no idea where to debug
n
In that mutation resolver, do you call the prisma instance?