Report
Application log or diagnostic information
type Report {
  index: Int!
  input: Input!
  payload: String!
}
Fields
index (Int!)
Report index within the context of the input that produced it
input (Input!)
Input whose processing produced the report
payload (String!)
Report data as a payload in Ethereum hex binary format, starting with '0x'