feat: add connectionId filter in getFlows query

This commit is contained in:
Ali BARIN
2022-08-10 21:21:27 +02:00
parent 3148118784
commit 04f8a71244
2 changed files with 14 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ type Query {
limit: Int!
offset: Int!
appKey: String
connectionId: String
name: String
): FlowConnection
getStepWithTestExecutions(stepId: String!): [Step]