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

This commit is contained in:
Ali BARIN
2023-10-24 20:19:52 +00:00
committed by Faruk AYDIN
parent e4eb146169
commit 2fa360e400
2 changed files with 11 additions and 3 deletions

View File

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