Hi everyone, Is there a way in dagster-graphql thr...
# ask-community
n
Hi everyone, Is there a way in dagster-graphql through which we can terminate all pipelines launched before a certain date? My dagster-graphql version is 0.12.14
🤖 1
s
@prha are you knowledgeable about this?
p
In
0.12.14
we do have a
terminatePipelineExecution
mutation, which takes a run id. However, we don’t have a way to query for the runs that were launched before a certain date. Starting in
0.13.15
, we provided a way to query for runs that were created before a specific datetime, by specifying the
createdBefore
argument to the
RunsFilter
param of the
pipelineRunsOrError
field.