Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.17 KB

File metadata and controls

20 lines (17 loc) · 1.17 KB
title ExecutionResult

Represents an execution result

Fields without arguments

Name Type Description
createdAt Time! Time when this ExecutionResult was created
error ExecutionError Error returned by the execution result
finishedAt BigInt! Unix epoch time in microseconds when this execution result finished
flow Flow! Flow executed by this execution result
id ExecutionResultID! Global ID of this ExecutionResult
input JSON Input recorded in the execution result
nodeResults ExecutionNodeResultConnection! Node results produced by this execution result
startedAt BigInt! Unix epoch time in microseconds when this execution result started
success JSON Successful value returned by the execution result
updatedAt Time! Time when this ExecutionResult was last updated