Add connnected object id

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-22 19:28:08 +01:00
parent eaae29e55e
commit fdb68e630e
32 changed files with 320 additions and 135 deletions

View File

@@ -11760,10 +11760,7 @@ type Framework implements Node {
updatedAt: Datetime!
}
type Control implements Node
@goModel(
model: "go.probo.inc/probo/pkg/server/api/console/v1/types.Control"
) {
type Control implements Node {
id: ID!
sectionTitle: String!
name: String!