SurveyInput
解約/一時停止アンケート回答
input SurveyInput {
selected: String
extraField: String
}
Fields
SurveyInput.selected
● String
scalar
選択した理由
- 説明: 選択肢から選択したテキストのデータ
- 例:
"高い"
SurveyInput.extraField
● String
scalar
「その他」自由入力内容
- 説明: その他欄で入力した内容のテキストデータ
- 例:
"●●の理由で契約解除します。"
Example
{
"selected": "高い",
"extraField": "●●の理由で契約解除します。"
}