OBJECT

LogField

link GraphQL Schema definition

  • type LogField {
  • # Field name
  • key: String!
  • # Field value
  • value: String!
  • }