error is `Cannot query field ‘SomeUserExists’ on t...
# prisma-whats-new
j
error is
Cannot query field ‘SomeUserExists’ on type ‘Query’
i
Can you throw your types in this thread real quick?
And the query that you tried?
j
@nilan is right (of course) but I do not see the permissions / lock icon in the playground.
is that only on the @next release or something
n
how are you running the playground? in the console, or as a standalone app?
j
graphcool playground
from the cli
nope, not on @next either, I am not sure how to get that to show up
n
you need to set the Authorization header to your platform token
j
I have it set in my global .graphcoolrc file, is there somewhere else I need it?
n
yes in Playground app as a normal header
j
Ahhhh I get why now. I installed the playground as a osx dmg before platform came out
So I was on playground 1.0.2 on my computer even though the current dmg is 1.1.1
So basically just need to rm -rf the old dmg, installed the new one and voila now the key is there
Spoiled by zeit Now's auto update 😄
n
ah, great, thanks for clearing that up @jimthedev 🙂
j
Thanks for all your help!