Devographics / Devographics/Monorepo
[API] Add access to individual survey results data via entities API
- Dominant language
- TypeScript
- Stars
- 178
- Forks
- 55
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
Current sample request:
```
{
entities(ids: "aspect_ratio") {
id
appearsIn {
as
question {
id
}
edition {
id
}
section {
id
}
survey {
id
}
}
}
}
```
- Add a way to get specific data
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the entities API behind the sample GraphQL request and documenting how entity data is currently resolved. Clarify which individual survey-results data and query shape are required; done means the agreed data is accessible through the entities API with coverage for the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100