refactor: use step.executionSteps[].dataOut
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
e73f33f3db
commit
b288dc8c35
@@ -4,6 +4,7 @@ import { GraphQLJSONObject } from 'graphql-type-json';
|
||||
const executionStepType = new GraphQLObjectType({
|
||||
name: 'ExecutionStep',
|
||||
fields: {
|
||||
id: { type: GraphQLString },
|
||||
executionId: { type: GraphQLString },
|
||||
stepId: { type: GraphQLString },
|
||||
status: { type: GraphQLString },
|
||||
|
@@ -33,7 +33,6 @@ const stepType = new GraphQLObjectType({
|
||||
parameters: { type: GraphQLJSONObject },
|
||||
connection: { type: ConnectionType },
|
||||
flow: { type: FlowType },
|
||||
output: { type: GraphQLJSONObject },
|
||||
position: { type: GraphQLInt },
|
||||
status: { type: GraphQLString },
|
||||
executionSteps: {
|
||||
|
Reference in New Issue
Block a user