feat: Add dynamic status field to get executions graphQL query

This commit is contained in:
Faruk AYDIN
2022-10-19 14:07:36 +02:00
parent dc0f374110
commit 04a5378e1b
2 changed files with 14 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ type Execution {
testRun: Boolean
createdAt: String
updatedAt: String
status: String
flow: Flow
}