I’m trying to populate :graphql: Playground IDE wi...
# orm-help
c
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
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