https://dagster.io/ logo
s

shin

09/10/2020, 9:45 PM
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

alex

09/10/2020, 10:16 PM
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

sashank

09/10/2020, 10:26 PM
s

shin

10/26/2020, 7:05 PM
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

sashank

10/26/2020, 7:07 PM
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
2 Views