No description

Definition

object Execution {
  field: String!
  alias: String
  state: ExecutionState!
}

Fields

field

String!

The field path that triggered the event.

alias

String

The alias of the field that triggered the event, if any.

state

ExecutionState!

The execution state of the field.