refactor: use step.executionSteps[].dataOut

This commit is contained in:
Ali BARIN
2022-03-05 01:37:25 +03:00
committed by Ömer Faruk Aydın
parent e73f33f3db
commit b288dc8c35
5 changed files with 11 additions and 4 deletions
@@ -5,7 +5,13 @@ export const GET_STEP_WITH_TEST_EXECUTIONS = gql`
getStepWithTestExecutions(stepId: $stepId) {
id
appKey
output
executionSteps {
id
executionId
stepId
status
dataOut
}
}
}
`;
`;