With the Graphcool service there exists a "User(id...
# prisma-whats-new
c
With the Graphcool service there exists a "User(id)" and a "user" query. Wouldn't it be better to rename the "user" query to "me" to avoid problems? At least this would help with our current project... 🙂
w
I'm looking at their boilerplate prisma projects, and they have changed it to
me
c
Thanks for pointing out, would be nice to have it consistent