We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certain queries, particularly for "Regionalatlas" statistics, respond with duplicate data.
Example query:
query { region (id: "06") { name AI0803 (year: 2009){ id year value source{ title_de periodicity valid_from url name } } } }
Example response:
{ "data": { "region": { "name": "Hessen", "AI0803": [ { "id": "769b3e1f583304747e80ed57fe4585fcd23c0640", "year": 2009, "value": 6.7, "source": { "title_de": "Regionalatlas Deutschland", "periodicity": "JAEHRLICH", "valid_from": "1995-01-01T00:00:00", "url": null, "name": "99910" } }, { "id": "0aecc948d67502120eef510a30db600522a30c35", "year": 2009, "value": 6.7, "source": { "title_de": "Regionalatlas Deutschland", "periodicity": "JAEHRLICH", "valid_from": "1995-01-01T00:00:00", "url": null, "name": "99910" } } ] } } }
Expected behavior: The value should only appear once.
The text was updated successfully, but these errors were encountered:
Probably related to datenguide/genesapi-tabular#8
Sorry, something went wrong.
crijke
No branches or pull requests
Certain queries, particularly for "Regionalatlas" statistics, respond with duplicate data.
Example query:
Example response:
Expected behavior: The value should only appear once.
The text was updated successfully, but these errors were encountered: