Join Slack
Communities
Powered by
I’m trying to populate :graphql: Playground IDE wi...
# orm-help
c
corey.clark
09/18/2018, 6:38 PM
I’m trying to populate
graphql
Playground IDE with the query and the variables by using a browser URL link like so…
http://localhost:4000/graphql?query=query+Greeting($name:%20String){greeting(name:%20$name){name}}&variables={%22name%22:%22Corey%22}
The query portion works fine, but the variables won’t populate. Am I missing something? 🤔 This works fine in Graphiql.
n
nilan
09/19/2018, 11:44 AM
I don't think Playground currently supports variables via URL, but I'm not sure. That's a very important feature in my opinion, could you please raise awareness about that here:
https://github.com/prisma/graphql-playground
? 🙂
👍 1
2
Views
Open in Slack
Previous
Next