can graphql-playground be used with local graphql ...
# prisma-whats-new
o
can graphql-playground be used with local graphql servers?
n
have you tried connecting to localhost? 🙂
o
I have with the desktop app but it says http://localhost:3000 is invalid 🙂
and I tried adding the playground middleware to express but it doesn't load completely.
n
ahh - could you try if 127.0.0.1:3000 works?
o
yeah I think
isURL
is looking for a tld
👍 1
n
looks like a bug to me, could you create issues here: https://github.com/graphcool/graphql-playground? 🙂
o
sure!