refactor: rewrite get execution using useExecution with RQ
This commit is contained in:
@@ -13,7 +13,6 @@ type Query {
|
||||
name: String
|
||||
): FlowConnection
|
||||
getStepWithTestExecutions(stepId: String!): [Step]
|
||||
getExecution(executionId: String!): Execution
|
||||
getExecutions(
|
||||
limit: Int!
|
||||
offset: Int!
|
||||
|
Reference in New Issue
Block a user