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
Stop times would be always returned.
Stop times are not returned if the trip doesn't run the date when the information is queried.
This regression seems to originate from #6245.
2.x
{ trip(id: "<some trip>") { stoptimesForDate { realtimeState } } }
The text was updated successfully, but these errors were encountered:
I made a quick fix in #6480 but I don't really understand what Michael's change means in the larger scale of things, so maybe someone can verify.
Sorry, something went wrong.
optionsome
No branches or pull requests
Expected behavior
Stop times would be always returned.
Observed behavior
Stop times are not returned if the trip doesn't run the date when the information is queried.
This regression seems to originate from #6245.
Version of OTP used (exact commit hash or JAR name)
2.x
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: