_LogArgument_
A key-value pair of additional data associated with a log entry. These correspond to arguments passed to the log function in the subgraph code.
type _LogArgument_ {
key: String!
value: String!
}
Fields
_LogArgument_.key ● String! non-null scalar
The parameter name
_LogArgument_.value ● String! non-null scalar
The parameter value, serialized as a string