feat(queries/get-executions): add status filter support

This commit is contained in:
Ali BARIN
2023-10-24 20:19:52 +00:00
parent 51fa862461
commit ef3db21848
2 changed files with 11 additions and 3 deletions

View File

@@ -801,6 +801,7 @@ type Notification {
input ExecutionFiltersInput {
flowId: String
status: String
}
schema {