OBJECT

ReplyDetail

link GraphQL Schema definition

  • type ReplyDetail {
  • id: Int
  • # Question Asked
  • question: String
  • # An array of replies to custom questions. Example for a field type of checkbox
  • # with choices ["1","2","3"] this field may return ["1","3"]
  • values: [String]
  • }