Skip to content

Add support for states and provinces #3

@rlindskog

Description

@rlindskog
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions