No description

Definition

object Execution {
  field: String!
  alias: String
  state: ExecutionState!
  startLine: Int
  endLine: Int
}

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.

startLine

Int The start line of the field in the original query.

endLine

Int The end line of the field in the original query.