Skip to content

Commit

Permalink
Do some breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Jan 17, 2025
1 parent a2047fe commit 3f329e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
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 @@ -295,8 +295,6 @@ type JourneyPattern {
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."
authority: Authority
bikeRentalNetworks: [String]!
Expand Down

0 comments on commit 3f329e0

Please sign in to comment.