feat: add TestSubstep along with step status
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
50ef6be69c
commit
020ef45f0a
@@ -11,6 +11,7 @@ const actionType = new GraphQLObjectType({
|
||||
new GraphQLObjectType({
|
||||
name: 'ActionSubStep',
|
||||
fields: {
|
||||
key: { type: GraphQLString },
|
||||
name: { type: GraphQLString },
|
||||
arguments: {
|
||||
type: GraphQLList(
|
||||
|
@@ -11,6 +11,7 @@ const triggerType = new GraphQLObjectType({
|
||||
new GraphQLObjectType({
|
||||
name: 'TriggerSubStep',
|
||||
fields: {
|
||||
key: { type: GraphQLString },
|
||||
name: { type: GraphQLString },
|
||||
arguments: {
|
||||
type: GraphQLList(
|
||||
|
Reference in New Issue
Block a user