Skip to content

Commit

Permalink
Remove another field
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Jan 20, 2025
1 parent dc9f519 commit 4108b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2820,7 +2820,6 @@ type placeAtDistance implements Node {
"A connection to a list of items."
type placeAtDistanceConnection {
edges: [placeAtDistanceEdge]
pageInfo: PageInfo!
}

"An edge in a connection."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ type JourneyPattern {

"Part of a trip pattern. Either a ride on a public transport vehicle or access or path link to/from/between places"
type Leg {
"The aimed date and time this leg ends."
aimedEndTime: DateTime!
"The aimed date and time this leg starts."
aimedStartTime: DateTime!
"For ride legs, the service authority used for this legs. For non-ride legs, null."
Expand Down

0 comments on commit 4108b8b

Please sign in to comment.