Report
Application log or diagnostic information
type Report {
id: ID!
index: Int!
input: Input!
payload: String!
}
Fields
id (ID!)
Report identifier
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'