feat: add PowerInput component
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
c864a1062d
commit
d06f21c927
@@ -76,6 +76,8 @@ export const GET_APPS = gql`
|
||||
key
|
||||
type
|
||||
required
|
||||
description
|
||||
variables
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,11 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_STEP_WITH_TEST_EXECUTIONS = gql`
|
||||
query GetStepWithTestExecutions($stepId: String!) {
|
||||
getStepWithTestExecutions(stepId: $stepId) {
|
||||
id
|
||||
appKey
|
||||
output
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user