OBJECT

SatisfactionSurvey

link GraphQL Schema definition

  • type SatisfactionSurvey {
  • # Response to customer satisfaction question between 1 to 5
  • customerSatisfaction: Int
  • # Response to net promoter score question between 0 to 10
  • netPromoterScore: Int
  • # Visitor's conversation comment
  • comment: String
  • }