OBJECT

ProsConsData

link GraphQL Schema definition

  • type ProsConsData {
  • annotation: String
  • positive: Int
  • neutral: Int
  • negative: Int
  • positivePercentage: Float
  • neutralPercentage: Int
  • negativePercentage: Int
  • }