From 98cee38dbfc9e21e386b4038a25b606c311a9ce0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Juh=C3=A1s?= <xjuhas@fi.muni.cz>
Date: Mon, 27 May 2024 10:36:33 +0200
Subject: [PATCH] Fix tool details

---
 common_lib/schema_types.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common_lib/schema_types.py b/common_lib/schema_types.py
index 222b438e..2c49f957 100644
--- a/common_lib/schema_types.py
+++ b/common_lib/schema_types.py
@@ -140,6 +140,7 @@ class ToolDetailsType(DjangoObjectType):
         model = ToolDetails
 
     user = graphene.Field(RestrictedUser)
+    tool = graphene.Field(ToolType, required=True)
 
 
 class InjectDetailsType(DjangoObjectType):
-- 
GitLab