Skip to content

ExperimentalQuestionAnswerInput

Represents a flexible question answer input.

Examples: { questionKey: “home.features.rooms.master_bed_bath”, stringValues: [“walk_in_closet”, “soaking_tub”] } { questionKey: “home.mortgage_balance”, doubleValue: 250000 }

input ExperimentalQuestionAnswerInput {
questionKey: String!
stringValues: [String!]
doubleValue: Float
}
FieldTypeDescription
questionKeyString!The unique identifier for the question (e.g., ‘home.features.rooms.master_bed_bath’)
stringValues[String!]Array of string values selected for the question, for example: Multi-select checkboxes: stringValues array (e.g., [“walk_in_closet”, “soaking_tub”, “double_vanity”])
doubleValueFloatExample: 250000