[Use graphQL API created by reflection over a PostgreSQL schema](https://github.com/graphile/postgraphile) This will cut out use of [sql queries](https://github.com/devinit/datahub-api/blob/master/src/modules/dw/CountryProfile/sql.ts) in the datahub-api package making it easier to query the DB. Also see https://github.com/graphcool/prisma
Use graphQL API created by reflection over a PostgreSQL schema
This will cut out use of sql queries in the datahub-api package making it easier to query the DB.
Also see https://github.com/graphcool/prisma