From 4367e0c574ba510ee4b2c43e8cc8fa6b6f388805 Mon Sep 17 00:00:00 2001 From: Jeffrey Thiessen Date: Thu, 19 Dec 2024 10:30:55 -0600 Subject: [PATCH] dump schema --- app/graphql/schema.graphql | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/graphql/schema.graphql b/app/graphql/schema.graphql index 305cc5985e..360d4fdb42 100644 --- a/app/graphql/schema.graphql +++ b/app/graphql/schema.graphql @@ -3006,11 +3006,6 @@ type UserError { A workflow execution """ type WorkflowExecution implements Node { - """ - WorkflowExecution blob run directory - """ - blobRunDirectory: String - """ WorkflowExecution cleaned status """