xyshyniaphy / covid-mesh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid-mesh

It's a small test :)

Live Preview

=> Have a look at the codesandbox

Why & What?

I want to extend a public Covid graphQL endpoint with some other data like the population of the country. Sounds like a good scenario for graphql-mesh!

For this I found an API with country population data.

I did it in few steps... That you can find in the file example-query.graphql

  • STEP1: 2 sources side by side
  • STEP2: 2 sources combined
  • STEP3_1: 2 sources combined to get ratios
  • STEP3_2: 2 sources combined to get ratios & case & population

About

License:MIT License


Languages

Language:JavaScript 100.0%