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

Date in ISO 8601 format #18

Closed
AYastrebov opened this issue Mar 19, 2020 · 2 comments
Closed

Date in ISO 8601 format #18

AYastrebov opened this issue Mar 19, 2020 · 2 comments

Comments

@AYastrebov
Copy link

Please, can you provide date in ISO 8601 format?

@jeetiss
Copy link
Contributor

jeetiss commented Mar 19, 2020

You can convert date format with
https://github.com/rlindskog/covid19-graphql

query example:

query {
  countries(names: ["US"]) {
    name
    results {
      date(format: "yyyy-MM-dd")
      confirmed
      deaths
      recovered
    }
  }
}

@pomber
Copy link
Owner

pomber commented Mar 19, 2020

See #17

@pomber pomber closed this as completed Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants