OBJECT

GeneratedFormAnswerType

AI-Generated Form Answer

link GraphQL Schema definition

  • type GeneratedFormAnswerType {
  • # The answer to the custom module
  • answer: String
  • # The custom module associated with the generated answer
  • custom_module: CustomModule
  • # The user-friendly displayable answer to the custom module
  • displayed_answer: String
  • id: ID
  • }