From dbb56f207db4661f0a329e924f83b85ef05bd3be Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 7 Apr 2025 11:58:07 -0700 Subject: [PATCH] add system ID field to ordered stop --- schema.graphqls | 1 + 1 file changed, 1 insertion(+) diff --git a/schema.graphqls b/schema.graphqls index 20106cc..b7634ef 100644 --- a/schema.graphqls +++ b/schema.graphqls @@ -27,6 +27,7 @@ type OrderedStop { routeId: ID! stop: Stop stopId: ID! + systemId: ID! } type Stop {