Skip to content

Commit 88c78b7

Browse files
committed
feat: add status field to Runtime fragment for enhanced data representation
1 parent 653f8f2 commit 88c78b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/ce/src/runtime/fragments/Runtime.fragment.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ fragment Runtime on Runtime {
33
__typename
44
id
55
name
6+
status
67
description
78
namespace {
89
__typename

0 commit comments

Comments
 (0)