From 2bace246237d68316282e88d51810b2603ca9e77 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Wed, 16 Apr 2025 16:28:00 -0700 Subject: [PATCH] add comment describing differentation between passio and interchange IDs --- schema.graphqls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema.graphqls b/schema.graphqls index 4e3c22d..a2a8eca 100644 --- a/schema.graphqls +++ b/schema.graphqls @@ -1,3 +1,6 @@ +# The Interchange system schema. +# Note how Passio ID and parking ID are abstracted away +# from the endpoints. type System { id: ID! name: String!