opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.23k stars 1.04k forks source link

API request to list flexibleLines does not work for FlexibleLineType=Fixed #5846

Open andtry opened 6 months ago

andtry commented 6 months ago

The following query does not list FlexibleLineTypes=Fixed

https://api.entur.io/graphql-explorer/journey-planner-v3?query=%7B%0A%20%20lines%28%0A%20%20%20%20flexibleOnly%3A%20true%0A%20%20%29%20%7B%0A%20%20%20%20id%0A%20%20%20%20name%0A%20%20%20%20flexibleLineType%0A%20%20%20%20authority%20%7B%0A%20%20%20%20%20%20name%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days