@burdenoff/microfe-movethewheels 2026.514.1 → 2026.518.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13654,7 +13654,7 @@ export type GraphNode = {
|
|
|
13654
13654
|
entityId: Scalars['ID']['output'];
|
|
13655
13655
|
/** Entity type (e.g., Project, File, Task) */
|
|
13656
13656
|
entityType: Scalars['String']['output'];
|
|
13657
|
-
/** Unique node ID in
|
|
13657
|
+
/** Unique node ID in the Apache AGE graph */
|
|
13658
13658
|
id: Scalars['ID']['output'];
|
|
13659
13659
|
/** Whether the node is active */
|
|
13660
13660
|
isActive: Scalars['Boolean']['output'];
|
package/package.json
CHANGED
|
@@ -14761,7 +14761,7 @@ export type GraphNode = {
|
|
|
14761
14761
|
entityId: Scalars['ID']['output'];
|
|
14762
14762
|
/** Entity type (e.g., Project, File, Task) */
|
|
14763
14763
|
entityType: Scalars['String']['output'];
|
|
14764
|
-
/** Unique node ID in
|
|
14764
|
+
/** Unique node ID in the Apache AGE graph */
|
|
14765
14765
|
id: Scalars['ID']['output'];
|
|
14766
14766
|
/** Whether the node is active */
|
|
14767
14767
|
isActive: Scalars['Boolean']['output'];
|