We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fields that return Unix dates should not be Date type:
Date
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:
launch_date_unix
The Date fields return data in a consistent way
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The fields that return Unix dates should not be
Date
type:To Reproduce
Steps to reproduce the behavior:
Run the following query:
The
launch_date_unix
returns numbers (as it is a Unix time) but other fields return Date:Expected behavior
The Date fields return data in a consistent way
The text was updated successfully, but these errors were encountered: