is it possible to cancel a flow run through the gq...
# ask-community
d
is it possible to cancel a flow run through the gql api?
a
definitely, you can use the
cancel_flow_run
mutation.
d
thanks!:)