Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.39 KB

File metadata and controls

21 lines (18 loc) · 1.39 KB
title ExecutionNodeResult

Represents a node result of an execution result

Fields without arguments

Name Type Description
createdAt Time! Time when this ExecutionNodeResult was created
error ExecutionError Error returned by this node execution
finishedAt BigInt! Unix epoch time in microseconds when this node execution finished
functionDefinition FunctionDefinition Function definition associated with this sub-flow result
id ExecutionNodeResultID! Global ID of this ExecutionNodeResult
nodeFunction NodeFunction Node function associated with this result
parameterResults [ExecutionParameterResult!]! Parameter results produced by this node execution
position Int! Position of this node result in the execution result
startedAt BigInt! Unix epoch time in microseconds when this node execution started
success JSON Successful value returned by this node execution
updatedAt Time! Time when this ExecutionNodeResult was last updated