Gd’ay I’ve got graphcool framework running and us...
# prisma-whats-new
m
Gd’ay I’ve got graphcool framework running and using
Copy code
graphcool local up
how can I find the available graphql endpoint? I’ve tried localhost:60000/graphql and :60050/graphql
k
As soon as you deploy it will give you your graphql endpoints!
a
graphcool info
i
You can also run
gc playground
which will open up the local playground for you
^ Not an answer to your problem (Kim answered already), but just an extra piece of knowledge 🙂
👍🏻 1
m
ahh I see so graphcool local deploy actually deploys to the local docker container
not actual graphcool
a
That's right.
m
👍