From d8ba141bc13db03a3126eaf1de83d9419ea457fd Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Thu, 9 Nov 2023 14:39:58 +0100 Subject: [PATCH] Make numberOfTransfers non-nullable --- .../resources/org/opentripplanner/apis/gtfs/schema.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls b/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls index 531b8f3efe9..35cfc634529 100644 --- a/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls +++ b/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls @@ -1551,7 +1551,7 @@ type Itinerary { Note: Interlined/stay-seated transfers also increase the count. """ - numberOfTransfers: Int + numberOfTransfers: Int! # # deprecated fields