CorrelAid / datenguideR

R wrapper for the datengui.de GraphQL API to easily access German regional statistics
GNU General Public License v3.0
26 stars 3 forks source link

Query Builder #1

Closed favstats closed 5 years ago

favstats commented 5 years ago

Create a query builder with the help of variables to be most general version possible.

favstats commented 5 years ago

Example of variables in GraphQL:

https://github.com/strainel/granddebatnational-tdb

favstats commented 5 years ago
  1. Query Builder for basic types (id, year, value, source).
  2. Query Builder for more advanced types (that have more arguments).
  3. Name value so that it represents the actual statistic.

  4. Do the same for allRegions & figure out pagination.
favstats commented 5 years ago

I created a query builder for basic types and pushed it to master :)