feat: make substeps updatable
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
6c0ba197c6
commit
91a1c8b793
@@ -17,7 +17,8 @@ const actionType = new GraphQLObjectType({
|
||||
new GraphQLObjectType({
|
||||
name: 'ActionSubStepArgument',
|
||||
fields: {
|
||||
name: { type: GraphQLString },
|
||||
label: { type: GraphQLString },
|
||||
key: { type: GraphQLString },
|
||||
type: { type: GraphQLString },
|
||||
required: { type: GraphQLBoolean }
|
||||
}
|
||||
|
@@ -17,7 +17,8 @@ const triggerType = new GraphQLObjectType({
|
||||
new GraphQLObjectType({
|
||||
name: 'TriggerSubStepArgument',
|
||||
fields: {
|
||||
name: { type: GraphQLString },
|
||||
label: { type: GraphQLString },
|
||||
key: { type: GraphQLString },
|
||||
type: { type: GraphQLString },
|
||||
required: { type: GraphQLBoolean }
|
||||
}
|
||||
|
Reference in New Issue
Block a user