diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6334cd5..49ec4d6 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,13 +4,8 @@
-
+
-
-
-
-
-
@@ -157,7 +152,7 @@
1768273021451
-
+
@@ -255,7 +250,15 @@
1768396879810
-
+
+
+ 1768591454965
+
+
+
+ 1768591454965
+
+
@@ -285,6 +288,9 @@
-
+
+
+
+
\ No newline at end of file
diff --git a/src/api/schema.ts b/src/api/schema.ts
index d03944b..c3007b1 100644
--- a/src/api/schema.ts
+++ b/src/api/schema.ts
@@ -52,6 +52,7 @@ export async function schema_loader(): Promise {
let genericResolvers: Record = {
Device: createZabbixHierarchicalDeviceFieldResolver("Device", originalSchema,additionalMappings ),
GenericDevice: createZabbixHierarchicalDeviceFieldResolver("GenericDevice", originalSchema, additionalMappings),
+ DeviceConfig: createZabbixHierarchicalDeviceTagsResolver("DeviceConfig", originalSchema),
}
if (process.env.ADDITIONAL_RESOLVERS) {
for (const resolver of process.env.ADDITIONAL_RESOLVERS.split(",")){