From 0c1f58590967e19b1153434e5ad072c8b2932cc8 Mon Sep 17 00:00:00 2001 From: Andreas Hilbig Date: Fri, 16 Jan 2026 20:24:08 +0100 Subject: [PATCH] chore: Update `tags` field schema to use `DeviceConfig`, enhance `isDevice` type check, and adjust IntelliJ workspace --- .idea/workspace.xml | 30 ++++++++++++++----- schema/devices.graphql | 26 ++++++++++++++-- schema/extensions/display_devices.graphql | 5 ++-- .../location_tracker_devices.graphql | 6 ++-- schema/zabbix.graphql | 1 - src/api/resolver_helpers.ts | 3 +- 6 files changed, 54 insertions(+), 17 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7cbacc1..6334cd5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,13 @@