Closed SachaG closed 1 month ago
Done. For example on https://graphiql.devographics.com/ try the following query:
query MyQuery {
entity(id: "subgrid") {
id
name
appearsIn {
survey {
name
}
edition {
year
}
section {
id
}
question {
id
}
as
}
}
}
(note that currently this does not give you access to the results of the survey, you still have to go through the surveys > etc.
branch of the graph for that)
Add a new
question.editions
metadata field that lists all survey editions a specific question appears in.