hmm okay thanks - having some trouble with it sayi...
# prisma-whats-new
w
hmm okay thanks - having some trouble with it saying it can’t query that field
h
hmm
what exactly are you trying to do?
w
query user { users { id permissions } }
permissions is an enum
but playground doesn’t seem to know about it - let me check my Yoga query
h
yeah, double check the schema and the query ig
l
In the Playground an Enum will be typed without quotes/string. But the client will query an enum as a string. A little confusing (if that's the problem)
w
so my PRisma shows the field, but not the Yoga server
I keep losing track of where to add fields
ahhh thats it
I never updated my schema for Yoga
💥 1
thanks again
h
👌