You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a GraphQL query for stops with nested child_stops, the query hits an error if the column does not exist in the stops table.
Expected behavior
There should not be an error thrown when the parent_station field does not exist.
Steps to reproduce the problem
Load a gtfs file with a stops file that has no parent_station column (e.g. sfmta). Run GraphQLMain and make the following query (be sure to include namespace variable).
Observed behavior
When making a GraphQL query for stops with nested
child_stops
, the query hits an error if the column does not exist in the stops table.Expected behavior
There should not be an error thrown when the
parent_station
field does not exist.Steps to reproduce the problem
Load a gtfs file with a stops file that has no
parent_station
column (e.g. sfmta). RunGraphQLMain
and make the following query (be sure to include namespace variable).Notes on configuration and files required to reproduce the issue
N/A
The text was updated successfully, but these errors were encountered: