Hi folks, Dagster novice here - I was using Dagit ...
# announcements
s
Hi folks, Dagster novice here - I was using Dagit yaml config playground to launch pipelines and now would like to translate this into graphql that can be run on graphql playground. From error message I see that Dagit yaml config playground will send graphql to execute the pipeline. Is there a way I can get a copy of graphql query I've sent using the UI, so I can use and modify in graphql playground (instead of translating configs to graphql myself)?
a
we use websockets for communications so you can find the GraphQL and variables if you inspect the websocket payloads in your browsers dev tools
👀 1
s
s
Looking at browsers dev tools worked great. I was able to copy a row named "graphql" in Messages section (see screenshot below) and use that as input in playground "Query Variables" section, and was able to run the query. Thank you very much!!
👍 1
s
I’m glad it worked! cc @dish putting this behind a one-click button would be another great config editor feature to add to our list
👍 1
• Export to Python dictionary • Export as JSON • Export as Graphql Mutation