From 4d6849753742ad0a4391b0c44f2a66b26f049cb5 Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Fri, 6 Dec 2024 11:25:42 -0800 Subject: [PATCH] fix graphql schema --- app/schema.graphql | 1 - 1 file changed, 1 deletion(-) diff --git a/app/schema.graphql b/app/schema.graphql index 92dd33ecec..9827b2ac5b 100644 --- a/app/schema.graphql +++ b/app/schema.graphql @@ -1325,7 +1325,6 @@ type ProjectSession implements Node { """The Globally Unique ID of this object""" id: GlobalID! sessionId: String! - sessionUser: String startTime: DateTime! lastTraceStartTime: DateTime! projectId: GlobalID!