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 }
Definition
Section titled “Definition”input ExperimentalQuestionAnswerInput { questionKey: String! stringValues: [String!] doubleValue: Float}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
questionKey | String! | 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”]) |
doubleValue | Float | Example: 250000 |