From e641f8e610ec4a74312d6abf7e52ffb745a45958 Mon Sep 17 00:00:00 2001 From: Andreas Hilbig Date: Tue, 20 Jan 2026 17:10:08 +0100 Subject: [PATCH] chore: Add `allDevices` query resolver, update Zabbix device query handling, and enhance schema with `DeviceConfig` and `WidgetPreview` types --- .idea/workspace.xml | 39 ++++++++++++-- schema/devices.graphql | 1 + schema/queries.graphql | 10 ++++ src/api/resolvers.ts | 32 +++++++++++- src/datasources/zabbix-hosts.ts | 33 +++++++++--- src/datasources/zabbix-request.ts | 31 ++++++----- src/schema/generated/graphql.ts | 87 ++++++++++++++++++++++++++++--- 7 files changed, 200 insertions(+), 33 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 49ec4d6..c60a6b6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,14 @@