GraphQL SchemaObject
ExecutionParameterResult
Represents a parameter result of an execution node result
Fields without arguments
| Name | Type | Description |
|---|---|---|
createdAt | Time! | Time when this ExecutionParameterResult was created |
id | ExecutionParameterResultID! | Global ID of this ExecutionParameterResult |
position | Int! | Position of this parameter result in the node result |
updatedAt | Time! | Time when this ExecutionParameterResult was last updated |
value | JSON | Value returned for this parameter |