Skip to content
New issue

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

Add support for states and provinces #3

Open
rlindskog opened this issue Mar 17, 2020 · 0 comments
Open

Add support for states and provinces #3

rlindskog opened this issue Mar 17, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@rlindskog
Copy link
Owner

query {
  province(name: "Washington") {
    confirmed
    country {
      name
    }
  }
  country(name: "US") {
    # array of provinces for given country
    provinces {
      confirmed
    }
  }
}

Also, add provinces option to results.

Pending:
pomber/covid19#9

@rlindskog rlindskog changed the title Add support for provinces Add support for states and provinces Mar 19, 2020
@rlindskog rlindskog added the help wanted Extra attention is needed label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant