From 4108b8b303921e6058a6cb3b6e3c9363adcad8cb Mon Sep 17 00:00:00 2001 From: Joel Lappalainen Date: Mon, 20 Jan 2025 17:26:07 +0200 Subject: [PATCH] Remove another field --- .../resources/org/opentripplanner/apis/gtfs/schema.graphqls | 1 - .../org/opentripplanner/apis/transmodel/schema.graphql | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls b/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls index ce808e546d1..c61be4cbf8c 100644 --- a/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls +++ b/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls @@ -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." diff --git a/application/src/main/resources/org/opentripplanner/apis/transmodel/schema.graphql b/application/src/main/resources/org/opentripplanner/apis/transmodel/schema.graphql index 7b774b24d20..6834d375bf1 100644 --- a/application/src/main/resources/org/opentripplanner/apis/transmodel/schema.graphql +++ b/application/src/main/resources/org/opentripplanner/apis/transmodel/schema.graphql @@ -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."