Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
134 stars 52 forks source link

[results/td2023/current_total_annual_compensation] runQuery Issue: Value "all_mostly_non_japanese" does not exist in "TokyodevCoworkerNationalitiesEngineersID" enum. Did you mean the enum value "mostly_non_japanese", "all_non_japanese", or "mostly_japanese"? #426

Open zted opened 2 months ago

zted commented 2 months ago

Edition ID

td2023

Block ID

current_total_annual_compensation

Filters:

{
  "options": {
    "showDefaultSeries": false,
    "enableYearSelect": false,
    "mode": "grid",
    "queryOnLoad": false,
    "cutoff": 1,
    "cutoffType": "percent",
    "limit": 20,
    "mergeOtherBuckets": false,
    "preventQuery": false
  },
  "filters": [
    {
      "year": 2023,
      "conditions": [
        {
          "fieldId": "current_job_description",
          "sectionId": "job_info",
          "operator": "eq",
          "value": "engineering_manager"
        }
      ]
    }
  ]
}

Query:


query {
    surveys {
    tokyodev {
        td2023 {
        compensation {

        current_total_annual_compensation_1: current_total_annual_compensation {
            id

            responses(filters: {job_info__current_job_description:{eq:engineering_manager}}, parameters: {showNoAnswer:true,mergeOtherBuckets:false,cutoffPercent:1,facetCutoffPercent:1,limit:20}) {
            currentEdition {

                completion {
                    count
                    percentageSurvey
                    total
                }
                average
                percentiles {
                    p50
                }

                buckets {
                    count
                    id
                    percentageQuestion
                    percentageSurvey
                    hasInsufficientData
                    entity {
    name
    nameHtml
    nameClean
    alias
    description
    descriptionHtml
    descriptionClean
    id
    entityType
    example {
      label
      language
      code
      codeHighlighted
    }
    avatar {
      url
    }
    homepage {
      url
    }
    youtube {
      url
    }
    twitter {
      url
    }
    twitch {
      url
    }
    rss {
      url
    }
    blog {
        url
    }
    mastodon {
        url
    }
    github {
        url
    }
    npm {
        url
    }
    mdn {
        url
    }
    caniuse {
        url
    }
    resources {
        url
        title
    }
}

                }
            }
            }
        }
        }
        }
    }
    }
}

Location

https://2023.surveys.tokyodev.com/en-US/compensation/#current_total_annual_compensation

Timestamp

Sun Sep 08 2024 08:59:24 GMT+0900 (Japan Standard Time)

Error:

  {
  "message": "Value \"all_mostly_non_japanese\" does not exist in \"TokyodevCoworkerNationalitiesEngineersID\" enum. Did you mean the enum value \"mostly_non_japanese\", \"all_non_japanese\", or \"mostly_japanese\"?",
  "locations": [
    {
      "line": 12,
      "column": 139
    }
  ],
  "extensions": {
    "code": "GRAPHQL_VALIDATION_FAILED"
  }
}