Skip to content

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

@Giorgi

Description

@Giorgi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions