From 841543030ed7cc3e43f4214d48fca34effb245e2 Mon Sep 17 00:00:00 2001 From: Cory Johns Date: Mon, 30 Mar 2026 16:12:42 -0400 Subject: [PATCH 1/2] feat: Add `system` as an output for account group info What ---- - Add `system` as an output for account group info Why --- - Useful for filtering out system groups when scripting. Testing ------- - [x] Manually tested while developing and using https://github.com/stacklet/platform/pull/3299 Docs ---- N/A --- stacklet/client/platform/graphql/snippets/account_group.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stacklet/client/platform/graphql/snippets/account_group.py b/stacklet/client/platform/graphql/snippets/account_group.py index a51e94e..3e5ea51 100644 --- a/stacklet/client/platform/graphql/snippets/account_group.py +++ b/stacklet/client/platform/graphql/snippets/account_group.py @@ -23,6 +23,7 @@ class ListAccountGroups(GraphQLSnippet): provider description regions + system variables priority itemCount From a123567dcebb8602bc4681130645df05b21f2e1f Mon Sep 17 00:00:00 2001 From: Cory Johns Date: Fri, 3 Apr 2026 15:00:01 -0400 Subject: [PATCH 2/2] Add system flag to ShowAccountGroup as well --- stacklet/client/platform/graphql/snippets/account_group.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stacklet/client/platform/graphql/snippets/account_group.py b/stacklet/client/platform/graphql/snippets/account_group.py index 3e5ea51..b3537e4 100644 --- a/stacklet/client/platform/graphql/snippets/account_group.py +++ b/stacklet/client/platform/graphql/snippets/account_group.py @@ -155,6 +155,7 @@ class ShowAccountGroup(GraphQLSnippet): provider description regions + system variables priority itemCount