Skip to content

Commit

Permalink
fix(core-utils): add gtfsId to to and from stops
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Mar 24, 2023
1 parent 89a72b2 commit 1afa012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core-utils/src/planQuery.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ query PlanQuery(
stop {
id
code
gtfsId
alerts {
alertHeaderText
alertDescriptionText
Expand All @@ -125,6 +126,7 @@ query PlanQuery(
stop {
id
code
gtfsId
alerts {
alertHeaderText
alertDescriptionText
Expand Down

0 comments on commit 1afa012

Please sign in to comment.