Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f329e0

Browse files
committedJan 17, 2025·
Do some breaking changes
1 parent a2047fe commit 3f329e0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
 

‎application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls

-1
Original file line numberDiff line numberDiff line change
@@ -2820,7 +2820,6 @@ type placeAtDistance implements Node {
28202820
"A connection to a list of items."
28212821
type placeAtDistanceConnection {
28222822
edges: [placeAtDistanceEdge]
2823-
pageInfo: PageInfo!
28242823
}
28252824

28262825
"An edge in a connection."

‎application/src/main/resources/org/opentripplanner/apis/transmodel/schema.graphql

-2
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ type JourneyPattern {
295295
type Leg {
296296
"The aimed date and time this leg ends."
297297
aimedEndTime: DateTime!
298-
"The aimed date and time this leg starts."
299-
aimedStartTime: DateTime!
300298
"For ride legs, the service authority used for this legs. For non-ride legs, null."
301299
authority: Authority
302300
bikeRentalNetworks: [String]!

0 commit comments

Comments
 (0)
Please sign in to comment.