Devographics / Devographics/Monorepo

[results/js2025/front_end_frameworks_ratios] runQuery Issue: Cannot query field "front_end_frameworks_ratios" on type "Js2025FrontEndFrameworksSection". Did you mean "front_end_frameworks_others", "front_end_frameworks_happiness", or "front_end_frameworks_

Open
#573 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
178
Forks
55
Avg merge
1m
Merged PRs (30d)
2

Description

I tried to filter Front-end Frameworks Ratios Over Time by Country or Region via the query Builder

### Edition ID

```
js2025
```

### Block ID

```
front_end_frameworks_ratios
```

### Filters:

```
{
"options": {
"showDefaultSeries": false,
"enableYearSelect": false,
"mode": "default",
"queryOnLoad": false,
"cutoff": 0,
"cutoffType": "percent",
"limit": 0,
"mergeOtherBuckets": false,
"preventQuery": false
},
"axis1": {
"sectionId": "front_end_frameworks",
"id": "front_end_frameworks_ratios"
},
"filters": [
{
"year": 2025,
"conditions": [
{
"fieldId": "country",
"sectionId": "user_info",
"operator": "eq",
"value": "FRA"
}
]
}
]
}
```

### Query:

```

query {
surveys {
state_of_js {
js2025 {
front_end_frameworks {

front_end_frameworks_ratios_1: front_end_frameworks_ratios {
id
entity {
name
nameHtml
nameClean
alias
description
descriptionHtml
descriptionClean
id
parentId
entityType
example {
label
language
code
codeHighlighted
}
avatar {
url
}
homepage {
url
}
youtube {
url
}
twitter {
url
}
bluesky {
url
}
threads {
url
}
twitch {
url
}
rss {
url
}
blog {
url
}
mastodon {
url
}
github {
url
}
npm {
url
}
mdn {
url
}
caniuse {
url
}
resources {
url
title
}
webFeature {
id
description_html
group
name
spec
url
status {
baseline
baseline_low_date
support {
chrome
chrome_android
edge
firefox
firefox_android
safari
safari_ios
}
}
}
}

combined(facet: _sentiment, filters: {user_info__country:{eq:FRA}}, parameters: {cutoffPercent:0,facetCutoffPercent:0,limit:0}) {
allEditions {
_metadata {
axis1Sort {
property
order
}
axis2Sort {
property
order
}
limit
cutoff
}
editionId
year
completion {
count
percentageSurvey
total
}
average
percentiles {
p50
}

ratios {
awareness
interest
usage
retention
positivity
positivityRelative
appreciation
}


}
}
}
}
}
}
}
}

```

### Location

https://2025.stateofjs.com/en-US/libraries/front-end-frameworks/#front_end_frameworks_ratios

### Timestamp

Mon Apr 27 2026 14:53:12 GMT+0200 (heure d’été d’Europe centrale)

### Error:

```
{
"message": "Cannot query field \"front_end_frameworks_ratios\" on type \"Js2025FrontEndFrameworksSection\". Did you mean \"front_end_frameworks_others\", \"front_end_frameworks_happiness\", or \"front_end_frameworks_pain_points\"?",
"locations": [
{
"line": 8,
"column": 9
}
],
"extensions": {
"code": "GRAPHQL_VALIDATION_FAILED"
}
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Query Builder reproduction for edition js2025 and block front_end_frameworks_ratios, then inspect the generated GraphQL query and the Js2025FrontEndFrameworksSection schema. Verify the block is exposed by the schema and that filtering by country or region produces a valid query without the reported validation error.

Written by the indexing model from the issue text.

Assessment

Tech stack
graphql, typescript
Domain
api
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.