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

Unix date fields should be numeric fields instead of Date #218

Open
Giorgi opened this issue Apr 2, 2021 · 0 comments
Open

Unix date fields should be numeric fields instead of Date #218

Giorgi opened this issue Apr 2, 2021 · 0 comments

Comments

@Giorgi
Copy link

Giorgi commented Apr 2, 2021

Description

The fields that return Unix dates should not be Date type:

image

To Reproduce

Steps to reproduce the behavior:

Run the following query:

{
  launchesPast(limit: 10) {
    mission_name
    launch_date_local
    launch_date_unix
    launch_date_utc
  }
}

The launch_date_unix returns numbers (as it is a Unix time) but other fields return Date:

image

Expected behavior

The Date fields return data in a consistent way

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

1 participant