Use the below object inside the opportunity application query to fetch the new standards response; if this is null, use the older one; no change is required.
standards_response
{
survey {
survey_type
answers_report {
question {
id
question_text
standard {
name
}
}
answer_options {
effect
sub_questions_report {
question {
question_text
answer_options {
effect
}
}
to fetch and show the standards list:
query Contants {
constants(type_id: "standard") {
id
name
parent_id
}
}