covid-qrapqhl-server
Data is pulled directly from https://github.com/pomber/covid19, which is a JSON representation of https://github.com/CSSEGISandData/COVID-19. All data is up to date.
results (countries: ["US", "Canada"], date: { lt: "3/10/2020" }) { country { name } date confirmed deaths recovered growthRate }
country(name: "US") { name mostRecent { date(format: "yyyy-MM-dd") confirmed } } }
## License
MIT Licensed. PRs welcome! :)