Good Morning all! sorry to ask but I need help to ...
# dagster-plus
g
Good Morning all! sorry to ask but I need help to get the captured logs of a run with graphql query. I am using a cloud instance and I did not find an example in the docs. Do anyone have an example of this query?
j
(yourorg).dagster.cloud/graphql
includes an interactive graphql playground where you can experiment. That playground includes graphql schema and docs information. There tend to be pretty good examples of graphql queries in the dagster-graphql test suite: https://github.com/dagster-io/dagster/blob/master/python_modules/dagster-graphql/dagster_graphql_tests/graphql/test_captured_logs.py