Add control categories

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-12 17:51:42 -08:00
parent bd7fb9774f
commit 72d4b097c2
6 changed files with 67 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ type ControlEdge {
type Control implements Node {
id: ID!
category: String!
name: String!
description: String!
state: ControlState!