Skip to content

Commit

Permalink
Merge pull request #698 from ibi-group/add-pos-to-stops
Browse files Browse the repository at this point in the history
fix(core-utils): adds position information to stop query
  • Loading branch information
daniel-heppner-ibigroup authored Jan 2, 2024
2 parents 423502b + 44580f4 commit 780e4d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core-utils/src/planQuery.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ query Plan(
code
gtfsId
id
lat
lon
}
vertexType
}
Expand Down Expand Up @@ -213,6 +215,8 @@ query Plan(
code
gtfsId
id
lat
lon
}
vertexType
}
Expand Down

0 comments on commit 780e4d9

Please sign in to comment.