From 5f3df581b63cc516f3f314dc90f4571da9a96362 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Fri, 10 Nov 2023 09:45:40 +0100 Subject: [PATCH] Correct documentation --- .../resources/org/opentripplanner/apis/gtfs/schema.graphqls | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls b/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls index 35cfc634529..9dba2c90a5e 100644 --- a/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls +++ b/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls @@ -1547,9 +1547,11 @@ type Itinerary { accessibilityScore: Float """ - How many transfers are contained in this itinerary. + How many transfers are part of this itinerary. - Note: Interlined/stay-seated transfers also increase the count. + Notes: + - Interlined/stay-seated transfers do not increase this count. + - Transferring from a flex to a fixed schedule trip and vice versa increases this count. """ numberOfTransfers: Int!