Docs
Join the conversation
Join Slack
Channels
graphql-nexus
job-board
madewithprisma
mongodb
new-channel
new-channel
new-channel
new-channel
new-channel
orm-help
prisma-client
prisma-data-platform
prisma-go-community
prisma-in-production
prisma-jobs
prisma-migrate
prisma-studio
prisma-whats-new
prisma1-community
prismaday
prismaserverless
product-wishlist
random
Powered by Linen
Channels
graphql-nexus
job-board
madewithprisma
mongodb
new-channel
new-channel
new-channel
new-channel
new-channel
orm-help
prisma-client
prisma-data-platform
prisma-go-community
prisma-in-production
prisma-jobs
prisma-migrate
prisma-studio
prisma-whats-new
prisma1-community
prismaday
prismaserverless
product-wishlist
random
Title
m
mj
11/26/2017, 12:06 AM
Gd’ay I’ve got graphcool framework running and using
graphcool local up
how can I find the available graphql endpoint? I’ve tried localhost:60000/graphql and :60050/graphql
k
Kat
11/26/2017, 12:36 AM
As soon as you deploy it will give you your graphql endpoints!
a
agartha
11/26/2017, 1:13 AM
graphcool info
i
iamclaytonray
11/26/2017, 1:31 AM
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
mj
11/26/2017, 6:13 AM
ahh I see so graphcool local deploy actually deploys to the local docker container
not actual graphcool
a
agartha
11/26/2017, 6:15 AM
That's right.
m
mj
11/26/2017, 6:15 AM
👍